ContextStream MCP Server for Grok
io.github.contextstreamio/mcp-server
ContextStream MCP server for code context, memory, search, and AI tools.
client:Grok
transport:stdio
runtime:npm
Install ContextStream MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@contextstream/mcp-server"
],
"env": {
"CONTEXTSTREAM_API_KEY": "<CONTEXTSTREAM_API_KEY>",
"CONTEXTSTREAM_API_URL": "<CONTEXTSTREAM_API_URL>"
}
}
}
}
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