Agent MCP Hub runs on your own machine — the client starts it, so there is no endpoint to ping. 48 installs a week from npm. Last commit 5 Aug 2026.
One MCP server bridging the Codex, Cursor, OpenCode, Claude, and Antigravity CLI agents
We read the source, 20 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const child = spawn(binary, args, {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add agent-mcp-hub -- npx -y agent-mcp-hub
{
"mcpServers": {
"agent-mcp-hub": {
"args": [
"-y",
"agent-mcp-hub"
],
"command": "npx"
}
}
}
[mcp_servers.agent-mcp-hub]
command = "npx"
args = ["-y", "agent-mcp-hub"]
{
"mcpServers": {
"agent-mcp-hub": {
"args": [
"-y",
"agent-mcp-hub"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"agent-mcp-hub": {
"args": [
"-y",
"agent-mcp-hub"
],
"command": "npx"
}
}
}
briefroom stdio MCP server — expose the briefroom CLI to Claude Code, Codex, and other agents.
MCP server bridging AI assistants to OpenAI Codex CLI for code analysis and review
Local long-term memory MCP server (SQLite) for AI coding agents — OpenCode, Claude Code, Cursor
Unified MCP server for Gemini, Codex, Claude, Grok, Ollama, and Antigravity
MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients
MCP server bridging Claude Code to the OpenClaw gateway management plane via JSON-RPC.
A portable persona for MCP clients — the same agent in Claude Code, Codex, Cursor and VS Code
Zendesk MCP server for Claude Code and other MCP clients
Answers built from our own checks of this server.