MCP server
Expose your project's institutional memory to any MCP-capable agent with crewkit mcp serve.
crewkit works with Claude Code today — and any MCP-capable agent can pull project context through the crewkit MCP server. Project memory, conventions, prior work, active work, and blueprint state become tools the agent can call mid-session.
Automatic registration
Sessions launched with crewkit code register the crewkit MCP server automatically — there is nothing to configure. The tools below are available in every session.
Manual registration
crewkit mcp serve runs a stdio MCP server. Register it in any MCP-capable client:
{
"mcpServers": {
"crewkit": {
"command": "crewkit",
"args": ["mcp", "serve"]
}
}
}The server resolves your organization and project from the git remote of the working directory. Override when that's not possible: