Skip to content
Cursor

depwire for Cursor

io.github.atef-ataya/depwire

Dependency graph + 24 MCP tools. Impact analysis, simulation, security, agent coordination

client:Cursor transport:stdio runtime:npm

Install depwire in Cursor

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

{
  "mcpServers": {
    "depwire": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "depwire-cli"
      ]
    }
  }
}

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

depwire in other clients