T

Team Manager

MongoDB-native MCP control plane for multi-agent orchestration with planning, routing, memory, and audit trails.

Team·No reviews yet
Repo
Share:

About

MongoDB-native MCP control plane for multi-agent orchestration with planning, routing, memory, and audit trails.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

query
Run a read-only SQL query
list_tables
List tables in the connected database
describe_table
Return column info for a table

Screenshots

No screenshots yet.

Install Team Manager

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "team-manager": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-team-manager"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "team-manager": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-team-manager"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "team-manager": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-team-manager"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.