Contribute
Help us build the future of agentic AI. Contributions of all kinds are welcome.
CortexPrism is an open-source project released under the MIT License. We welcome contributions from the community — whether it's fixing bugs, adding features, improving documentation, or developing plugins. Every contribution makes the project better for everyone.
Report Issues
Found a bug or have a feature request? Open an issue on GitHub with a clear description, reproduction steps, and expected behavior.
Open an IssueJoin the Community
Chat with developers and users on Discord. Get help, share ideas, discuss features, and stay up to date with the latest development.
Join DiscordSubmit Pull Requests
Fork the repository, create a feature branch, make your changes, and submit a PR. Make sure to follow the coding conventions and add tests.
View Pull RequestsDevelop Plugins
Build plugins for the CortexPrism marketplace. Plugins can be ESM modules, MCP servers, or WebAssembly modules.
Publish a PluginDevelopment Setup
To set up a local development environment:
# Clone the repository
git clone https://github.com/CortexPrism/cortex.git
cd cortex
# Install dependencies
deno task setup
# Run tests
deno task testFor more details, check the Contributing Guide on GitHub.