crompton network for Grok
io.github.clanker-records/crompton-network
Machine-native listening platform for CWA's Straight Outta Crompton. Your agent can listen. For real
client:Grok
transport:stdio
runtime:npm
Install crompton network in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"crompton-network": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@clanker-records/crompton-network"
]
}
}
}
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