agency-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGENCY_REPO_URL | No | Git repo to clone templates from. Point at your fork | https://github.com/msitarzewski/agency-agents.git |
| AGENCY_AGENTS_PATH | No | Path to agent templates. Set this to use your own templates instead of auto-cloning | ~/.cache/agency-mcp-server/agency-agents |
| AGENCY_AUTO_UPDATE | No | Set to false to disable automatic pulls | true |
| AGENCY_UPDATE_INTERVAL | No | Hours between update checks | 24 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| agency_searchA | Find and launch a specialized agent for any task. Search agent templates by keyword. Returns matching agents with file paths and a spawn template. Call this before spawning any agency subagent.
|
| agency_browseA | Browse all agent divisions and their agents. Explore the agent registry when you want to see what's available. Use agency_search instead if you already know what kind of agent you need. Call with no arguments to see all divisions. Pass a division name to list its agents. |
| agency_statusA | Check the current status of the agent index — last update time, whether an update is available, and agent count. |
| agency_updateA | Pull latest agent templates from git (if applicable) and rebuild the search index. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| use-agent | Find the best agent for a task and get spawn instructions |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| agents | Full index of all agent templates with names, descriptions, divisions, and file paths |
| divisions | List of all agent divisions with counts and examples |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/npupko/agency-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server