A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"codebase-knowledge-mcp": {
"url": "https://code-atlas-the-pied-pipers-returns-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
}
}
}
Connect remote tools directly via Claude's Web UI:
Configure custom tools directly via ChatGPT's Web UI:
Add the following configuration block under mcpServers in your Antigravity configuration file (~/.gemini/config/mcp_config.json):
{
"mcpServers": {
// your other mcp servers
"codebase-knowledge-mcp": {
"serverUrl": "https://code-atlas-the-pied-pipers-returns-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.codebase-knowledge-mcp] url = "https://code-atlas-the-pied-pipers-returns-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://code-atlas-the-pied-pipers-returns-amrita-university-coimbatore.app.nitrocloud.ai/mcp
Query the knowledge base using hybrid semantic and graph-based retrieval
Ingest and process a new document (chunking, vector indexing, and graph entity extraction)
Update the content of an existing document and re-process chunks/indexes
Delete a document, removing its chunks, vectors, and graph relationships
Retrieve all extracted entities and relationships in the knowledge graph
Get details of a specific entity, its direct relationships, and its 1-step neighbor entities
Retrieve the revision history (versions and timestamps) for a document
Retrieve the complete document state for a specific historical version number