Odel
ophir

ophir

Local
@ophir-protocolTypeScriptMITUpdated 6mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@ophirai/mcp-serverv0.2.1

Run

npx -y @ophirai/mcp-server

MCP client config

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