contextual mcp server for Grok
io.github.nitishgourishetty/contextual-mcp-server
RAG-enabled MCP server using Contextual AI. Supports single-agent and multi-agent modes.
client:Grok
transport:stdio
runtime:pypi
Install contextual mcp server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"contextual-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"contextual-mcp-server"
],
"env": {
"API_KEY": "<API_KEY>",
"AGENT_ID": "<AGENT_ID>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs