Inflectiv for Grok
io.github.inflectiv/inflectiv-mcp-server
Search, build and manage Inflectiv datasets and AI agents, plus ChainAware on-chain intelligence.
client:Grok
transport:stdio
runtime:npm
Install Inflectiv in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"inflectiv-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@inflectiv-ai/inflectiv-mcp"
],
"env": {
"INFLECTIV_API_KEY": "<INFLECTIV_API_KEY>",
"INFLECTIV_BASE_URL": "<INFLECTIV_BASE_URL>",
"INFLECTIV_WALLET_PRIVATE_KEY": "<INFLECTIV_WALLET_PRIVATE_KEY>"
}
}
}
}
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