mcpbeat Sign in

Agent Team MCP Server

by richardlemmon Your server? Claim it
local only

Agent Team runs on your own machine — the client starts it, so there is no endpoint to ping. 36 installs a week from npm. Last commit 14 Sep 2026.

13 specialized AI agents collaborating via SQLite. 44 MCP tools. One-command install.

Installs per day peak 25 · avg 8 · -13% w/w
a month agotoday
36
Installs / week
npm · agent-team-mcp
0
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call get_agent_prompt.role → mcp-server/src/index.ts:450
      const content = readFileSync(resolveAgentFile(filename), 'utf-8');
Capabilities

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.

Runs a command on install [пакет] package.json:1
postinstall: node -e "const fs=require('fs'),p=require('path'),d=p.join(require('os').homedir(),'.claude','skills','agent-team');try{fs.mkdirSync(d,{recursive:true});fs.copyFileSync(p.join(__dirname,'dist','SKILL.md'),p.join(d,'SKILL.md'));console.log('AgentTeam /team skill installed to ~/.claude/skills/agent-team/')}catch(e){}"

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add agent-team -- npx -y agent-team-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-team": {
      "args": [
        "-y",
        "agent-team-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agent-team]
command = "npx"
args = ["-y", "agent-team-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agent-team": {
      "args": [
        "-y",
        "agent-team-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agent-team": {
      "args": [
        "-y",
        "agent-team-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Agent Team

same job, measured the same way
C
Data
by thinair

PostgreSQL, MySQL, and SQL Server in one session. 26 read-only MCP tools for AI agents.

answering
remem-mcp — Local-first MCP Memory + CodeGraph + Wiki
by tinhien11

Local-first memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file.

92 installs/wk local only
SAME - Stateless Agent Memory Engine
by sgx-labs

Persistent memory for AI coding agents. Local-first SQLite + vector search. 17 MCP tools.

48 installs/wk local only
Memharness
by las7

Bi-temporal, provenance-carrying long-term memory for AI agents, in one SQLite file.

38 installs/wk local only
agentmem
by oxgeneral

Lightweight persistent memory for AI agents. Hybrid search. 16 tools. One SQLite file.

local only
Rootly MCP
by servosity

Every Rootly incident, alert, and on-call object as a typed command - plus a local SQLite mirror

local only
Total Recall
by bas-more

Persistent, verified, cross-session memory for AI agents. 26 tools. SQLite + sync.

71 installs/wk local only
Total Recall
by avi-bendetsky

Persistent, verified, cross-session memory for AI agents. 26 tools. SQLite + sync.

local only

Agent Team — questions

Answers built from our own checks of this server.

Why is there no uptime for Agent Team?
Agent Team runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package agent-team-mcp was installed 36 times last week.
How do I connect Agent Team?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls agent-team-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Agent Team?
The npm package agent-team-mcp was installed 36 times in the last week. Week over week that is -13%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agent Team open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.