← Index

io.github.npupko/agency-mcp-server

io.github.npupko/agency-mcp-server·v0.2.2·Search
Quality Score
80
/100

On-demand access to 150+ specialist AI agent templates — search, browse, and spawn agents

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "agency-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "agency-mcp-server"
      ],
      "env": {
        "AGENCY_AGENTS_PATH": "<agency_agents_path>",
        "AGENCY_REPO_URL": "<agency_repo_url>",
        "AGENCY_AUTO_UPDATE": "<agency_auto_update>",
        "AGENCY_UPDATE_INTERVAL": "<agency_update_interval>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "agency-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "agency-mcp-server"
      ],
      "env": {
        "AGENCY_AGENTS_PATH": "<agency_agents_path>",
        "AGENCY_REPO_URL": "<agency_repo_url>",
        "AGENCY_AUTO_UPDATE": "<agency_auto_update>",
        "AGENCY_UPDATE_INTERVAL": "<agency_update_interval>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y agency-mcp-server
§02  Environment variables
AGENCY_AGENTS_PATH

Custom path to agent templates directory

AGENCY_REPO_URL

Git repo URL to clone agent templates from

AGENCY_AUTO_UPDATE

Enable automatic template updates (true/false)

AGENCY_UPDATE_INTERVAL

Hours between update checks

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Search