Skip to content
Cursor

context firewall for Cursor

io.github.alepha188838884/context-firewall

Local MCP proxy: collapses N servers' tools into 4 meta-tools and compresses large tool outputs.

client:Cursor transport:stdio runtime:npm

Install context firewall in Cursor

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

{
  "mcpServers": {
    "context-firewall": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "context-firewall"
      ]
    }
  }
}

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

context firewall in other clients