Skip to content

disruption intelligence mcp for Grok

io.github.forgemeshlabs/disruption-intelligence-mcp

AI-native commercial disruption intelligence for MCP clients and x402-powered agents.

client:Grok transport:stdio runtime:npm

Install disruption intelligence 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": {
    "disruption-intelligence-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@forgemeshlabs/disruption-intelligence-mcp"
      ],
      "env": {
        "DISRUPTION_API_BASE": "<DISRUPTION_API_BASE>"
      }
    }
  }
}

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

disruption intelligence mcp in other clients