@ophirai/mcp-server
Freeby MCP Community
MCP tool server exposing Ophir agent negotiation as Model Context Protocol tools for LLM-powered agents
v0.2.1Added Apr 12, 2026
mcpmodel-context-protocolai-agentsnegotiationophir
@ophirai/mcp-server MCP Server
MCP tool server exposing Ophir agent negotiation as Model Context Protocol tools for LLM-powered agents
Installation
npx -y @ophirai/mcp-server
Reviews
Installation
Quick install
npx -y @ophirai/mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"@ophirai/mcp-server": {
"command": "npx",
"args": ["-y", "@ophirai/mcp-server"]
}
}
}