kronos forgemesh mcp for Grok
io.github.forgemeshlabs/kronos-forgemesh-mcp
Kronos market intelligence with calibrated ranges, audits, and x402 payments on Base.
client:Grok
transport:stdio
runtime:npm
Install kronos forgemesh mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"kronos-forgemesh-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@forgemeshlabs/kronos-forgemesh-mcp"
],
"env": {
"WALLET_PRIVATE_KEY": "<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