io.github.npupko/agency-mcp-server✓
io.github.npupko/agency-mcp-server · v0.2.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.npupko/agency-mcp-server",
"description": "On-demand access to 150+ specialist AI agent templates — search, browse, and spawn agents",
"repository": {
"url": "https://github.com/npupko/agency-mcp-server",
"source": "github"
},
"version": "0.2.2",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}