Skip to content

disruption intelligence mcp for Cursor

io.github.forgemeshlabs/disruption-intelligence-mcp

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

client:Cursor transport:stdio runtime:npm

Install disruption intelligence mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

disruption intelligence mcp in other clients