Codebase
Freeby MCP Community
Auto-generate AI-ready context from your codebase. One command → CONTEXT.md ready to paste into Claude, Cursor, ChatGPT or any MCP agent. Full MCP server mode i
v2.5.0Added Apr 12, 2026
mcpmodel-context-protocolcodebasecontextllm
Codebase MCP Server
Auto-generate AI-ready context from your codebase. One command → CONTEXT.md ready to paste into Claude, Cursor, ChatGPT or any MCP agent. Full MCP server mode i
Installation
npx -y codebase-mcp
Reviews
Installation
Quick install
npx -y codebase-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"codebase": {
"command": "npx",
"args": ["-y", "codebase-mcp"]
}
}
}