Stellar Agent Search for Grok
io.github.berkingurcan/stellar-agent-search
Discover and rank Stellar 8004 agents with a read-only MCP server and fail-closed contract probes.
client:Grok
transport:stdio
runtime:npm
Install Stellar Agent Search in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"stellar-agent-search": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"stellar-agent-search"
],
"env": {
"STELLAR_NETWORK": "<STELLAR_NETWORK>",
"EXPLORER_BASE_URL": "<EXPLORER_BASE_URL>",
"STELLAR_RPC_URL": "<STELLAR_RPC_URL>",
"VERIFY_ONCHAIN": "<VERIFY_ONCHAIN>"
}
}
}
}
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