Skip to content
Cursor

Minuet for Cursor

io.github.minuetai/minuet-mcp

MCP server exposing Minuet's ERC-8004 agent relationship graph.

client:Cursor transport:stdio runtime:pypi

Install Minuet in Cursor

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

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

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

Minuet in other clients