Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AGENCY_REPO_URLNoGit repo to clone templates from. Point at your forkhttps://github.com/msitarzewski/agency-agents.git
AGENCY_AGENTS_PATHNoPath to agent templates. Set this to use your own templates instead of auto-cloning~/.cache/agency-mcp-server/agency-agents
AGENCY_AUTO_UPDATENoSet to false to disable automatic pullstrue
AGENCY_UPDATE_INTERVALNoHours between update checks24

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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.

  1. Pass a task description as query (e.g. 'game mechanics', 'security audit')

  2. Pick the best match from results

  3. Spawn a subagent using the template at the bottom — replace with the file path and <describe the user's task> with the user's full, unabridged request

  4. Return the subagent's response directly to the user without summarizing it

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

NameDescription
use-agentFind the best agent for a task and get spawn instructions

Resources

Contextual data attached and managed by the client

NameDescription
agentsFull index of all agent templates with names, descriptions, divisions, and file paths
divisionsList 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