Skip to content
Cursor

mcp capstone for Cursor

io.github.daedalus/mcp-capstone

MCP server exposing Capstone 5.0.7 disassembly framework

client:Cursor transport:stdio runtime:pypi

Install mcp capstone in Cursor

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

{
  "mcpServers": {
    "mcp-capstone": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-capstone"
      ]
    }
  }
}

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

mcp capstone in other clients