Agency Mcp Server
@npupko
关于 Agency Mcp Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"agency": {
"command": "npx",
"args": [
"-y",
"agency-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Agency Mcp Server?
Agency Mcp Server gives AI assistants instant access to 150+ expert agent templates (e.g., game economy designer, security auditor, technical writer) through the Model Context Protocol. It is designed for users of Claude Code, Cursor, Windsurf, and other MCP clients who need specialist help without loading every agent into conversation context.
How to use Agency Mcp Server?
Install via Claude Code plugin (/plugin add, /plugin install), CLI (claude mcp add agency -- npx -y agency-mcp-server), or add the MCP config entry shown in the README. On first launch, templates auto-clone to ~/.cache/agency-mcp-server/ and update every 24 hours.
Key features of Agency Mcp Server
- 150+ specialist agent templates available on demand
- Context-efficient: idle uses ~55 tokens instead of ~8,300
- Auto‑updating templates with configurable update interval
- Two tools:
agency_searchandagency_browse - Supports custom local templates or a custom Git repository
Use cases of Agency Mcp Server
- Getting expert‑quality help for a specific task (e.g., security audit, game economy design)
- Reducing context overhead when using many agents in Claude Code or similar tools
- Browsing available specialist agents by division (Engineering, Design, Game Development, etc.)
- Using your own curated agent templates while still benefiting from the MCP interface
FAQ from Agency Mcp Server
How does the context cost compare to installing all agents locally?
With 160+ agents installed locally, every conversation uses ~8,300 tokens. With the MCP server idle, it uses ~55 tokens; searching adds ~350 tokens; using one agent adds ~2,700 tokens median.
Can I use my own agent templates?
Yes. Set the AGENCY_AGENTS_PATH environment variable to point at a local directory, or set AGENCY_REPO_URL to a custom Git repository.
How do I verify the server is working?
Ask your assistant to search for an agent, e.g., "Search for a game economy designer agent." You should see results from the agency_search tool. On first run, templates auto‑download (~30 seconds).
What tools does the server provide?
It provides agency_search(query, division?) to find agents by task description, and agency_browse(division?) to list divisions or agents within a division.
Can I disable automatic template updates?
Yes. Set the AGENCY_AUTO_UPDATE environment variable to false. You can also change the update interval with AGENCY_UPDATE_INTERVAL (default 24 hours).
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Codelf
unbugA search tool helps dev to solve the naming things problem.
评论