The Neural Ledger Intelligence for Grok
com.theneuralledger/intelligence
Read-only global event and evidence intelligence with entities, assets, and impact paths.
client:Grok
transport:stdio
runtime:npm
Install The Neural Ledger Intelligence in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"intelligence": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@theneuralledger/mcp"
],
"env": {
"TNL_API_KEY": "<TNL_API_KEY>",
"TNL_BASE_URL": "<TNL_BASE_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