A powerful Model Context Protocol (MCP) server that provides contextual codebase understanding across multiple codebases and AI assistance for your development workflow.
Server Config
{
"mcpServers": {
"prode-codebase-understanding": {
"command": "npx",
"args": [
"mcp-remote",
"https://api.prode.ai/code-parsing/v1/mcp/",
"--header",
"Authorization: Bearer <YOUR_TOKEN>"
]
}
}
}