agents-mcp-server

BimRoss/agents-mcp-server
★ 0 stars Go 🌐 Browser/Web Updated 1d ago
An MCP server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agents-mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/BimRoss/agents-mcp-server@latest"
      ]
    }
  }
}

README Excerpt

Thin runtime for the squad (**alex**, **anna**, **garth**, **joanne**, **ross**, **tim**): every inbound message is handled as a **bounded multi-step task** by **[mudler/cogito](https://github.com/mudler/cogito)** against **`tools/list`** from `skills-mcp-server`, plus a built-in **`direct_reply`** tool (no MCP). The router may chain MCP tools (for example **`read_web`** then **`create_google_doc`**) before finishing with **`direct_reply`**. Ordering is model-chosen within the step cap, with one

Tools (1)

nats