mcp server for Grok
io.github.indirecttek/mcp-server
Elixium AI — XP-native agile platform. TDD-gated stories, team decisions, learning loop.
client:Grok
transport:stdio
runtime:npm
Install mcp server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@elixium.ai/mcp-server"
],
"env": {
"ELIXIUM_API_KEY": "<ELIXIUM_API_KEY>",
"ELIXIUM_API_URL": "<ELIXIUM_API_URL>",
"ELIXIUM_BOARD_SLUG": "<ELIXIUM_BOARD_SLUG>",
"ELIXIUM_USER_EMAIL": "<ELIXIUM_USER_EMAIL>"
}
}
}
}
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