bridgekitty for Grok
io.github.persistenceone/bridgekitty
Cross-chain bridge aggregator — compares LI.FI, deBridge, Relay, Across & more for best rates.
client:Grok
transport:stdio
runtime:npm
Install bridgekitty in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"bridgekitty": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@persistenceone/bridgekitty"
],
"env": {
"LIFI_API_KEY": "<LIFI_API_KEY>",
"SQUID_INTEGRATOR_ID": "<SQUID_INTEGRATOR_ID>"
}
}
}
}
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