Back to Browse

Agency MCP Server

by Npupko
Developer ToolsModerate7.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

7.2
Moderate7.2Low Risk

Valid MCP server (2 strong, 4 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry. Trust signals: 4 highly-trusted packages.

7 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

What You'll Need

Set these up before or after installing:

Custom path to agent templates directoryOptional

Environment variable: AGENCY_AGENTS_PATH

Git repo URL to clone agent templates fromOptional

Environment variable: AGENCY_REPO_URL

Enable automatic template updates (true/false)Optional

Environment variable: AGENCY_AUTO_UPDATE

Hours between update checksOptional

Environment variable: AGENCY_UPDATE_INTERVAL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-npupko-agency-mcp-server": {
      "env": {
        "AGENCY_REPO_URL": "your-agency-repo-url-here",
        "AGENCY_AGENTS_PATH": "your-agency-agents-path-here",
        "AGENCY_AUTO_UPDATE": "your-agency-auto-update-here",
        "AGENCY_UPDATE_INTERVAL": "your-agency-update-interval-here"
      },
      "args": [
        "-y",
        "agency-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!