Skip to content
Grok

moltalyzer mcp for Grok

io.github.jcislo/moltalyzer-mcp

Polymarket prediction-market intelligence + AI, GitHub & narrative feeds for agents, via x402.

client:Grok transport:stdio runtime:npm

Install moltalyzer mcp 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": {
    "moltalyzer-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "moltalyzer-mcp"
      ],
      "env": {
        "EVM_PRIVATE_KEY": "<EVM_PRIVATE_KEY>",
        "MOLTALYZER_API_URL": "<MOLTALYZER_API_URL>"
      }
    }
  }
}

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

moltalyzer mcp in other clients