MCP Server
MCP
io.github.npupko/agency-mcp-server
On-demand access to 150+ specialist AI agent templates — search, browse, and spawn agents
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "agency-mcp-server",
"version": "0.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Custom path to agent templates directory",
"name": "AGENCY_AGENTS_PATH"
},
{
"description": "Git repo URL to clone agent templates from",
"name": "AGENCY_REPO_URL"
},
{
"description": "Enable automatic template updates (true/false)",
"name": "AGENCY_AUTO_UPDATE"
},
{
"description": "Hours between update checks",
"name": "AGENCY_UPDATE_INTERVAL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment