mcp-context-card for Grok
io.github.wolfe-jam/mcp-context-card
MCP server for a project's context (AGENTS.md), memory, and identity — base or drop-in extension.
client:Grok
transport:stdio
runtime:npm
Install mcp-context-card in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-context-card": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-context-card"
],
"env": {
"MCP_CONTEXT_CARD_ROOT": "<MCP_CONTEXT_CARD_ROOT>"
}
}
}
}
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