Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 487 Bytes

File metadata and controls

23 lines (19 loc) · 487 Bytes

Add the following JSON in your claude's config:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • Linux: ~/.config/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "radare2": {
      "command": "r2pm",
      "args": ["-r", "r2mcp"]
    }
  }
}

To use r2mcp with OpenWebUI and local models run the mcp-server proxy like this:

pip install mcpo
mcpo -- r2pm -r r2mcp