A capability graded local MCP runtime for Freebuff, Codex, OpenCode, and Claude Code sessions.
claude mcp add agent-interop-runtime -- npx -y agent-interop-runtime
claude_desktop_config.json
{
"mcpServers": {
"agent-interop-runtime": {
"command": "npx",
"args": [
"-y",
"agent-interop-runtime"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"agent-interop-runtime": {
"command": "npx",
"args": [
"-y",
"agent-interop-runtime"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agent-interop-runtime": {
"command": "npx",
"args": [
"-y",
"agent-interop-runtime"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"agent-interop-runtime": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-interop-runtime"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agent-interop-runtime": {
"command": "npx",
"args": [
"-y",
"agent-interop-runtime"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Praket7--agent-interop-runtime/reviews or the review_server meta-tool.
POST /mcp