Skip to content
Cursor

ophir for Cursor

io.github.ophir-ai-creator/ophir

Ophir protocol tools for AI agent discovery, negotiation, and settlement

client:Cursor transport:stdio runtime:npm

Install ophir in Cursor

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

{
  "mcpServers": {
    "ophir": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ophirai/mcp-server"
      ]
    }
  }
}

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

ophir in other clients