Developer Program
Crow is an open-source AI platform built on the Model Context Protocol standard. We welcome contributions from developers who want to extend the platform with new integrations, skills, tools, and deployment bundles.
What is Crow?
Crow gives AI assistants persistent memory, a research pipeline, encrypted P2P sharing, and 15+ service integrations. It works with Claude, ChatGPT, Gemini, Grok, Cursor, and more. Everything runs on open standards — no vendor lock-in.
How to Contribute
MCP Integrations
Connect new external services (Linear, Jira, Todoist, etc.) by adding an MCP server entry and a companion skill file.
Skills
Write behavioral prompts that teach the AI new workflows. Skills are markdown files — no code required.
Core Server Tools
Add new MCP tools to the crow-memory, crow-research, or crow-sharing servers.
Self-Hosted Bundles
Create Docker Compose configurations with curated integration sets for specific use cases (academic, business, creative).
→ Bundles
Quick Start
git clone https://github.com/kh0pper/crow.git
cd crow
npm run setupThen pick a contribution type above and follow the guide.
Community Directory
Browse existing community contributions and submit your own.
Resources
- CONTRIBUTING.md — Full contributor guidelines
- GitHub Issues — Report bugs and propose ideas
- Architecture Docs — System design and server APIs