Skip to content

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)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Stellar Agent Search in other clients