agent-delegation-mcp
by artcar12
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGY_BIN | No | Path to the agy executable. PATH is not reliably inherited by an MCP subprocess. | agy on PATH |
| OPENCODE_BIN | No | Path to the opencode executable. Same as AGY_BIN, and more urgent: opencode usually lives under an nvm node dir whose path carries the node version, so it moves on every node upgrade. | opencode on PATH |
| AGY_MCP_MODEL | No | Model id for agy. Check 'agy models'. | gemini-3.6-flash-high |
| AGY_MCP_TIMEOUT | No | Outer subprocess cap, in seconds. Keep it above AGY_MCP_PRINT_TIMEOUT so agy's own limit is the one that hits. | 3900 |
| OPENCODE_MCP_AGENT | No | Agent name for opencode. Only if you have renamed your write-capable agent. | build |
| OPENCODE_MCP_MODEL | No | Model id for opencode. Check 'opencode models'. | opencode-go/glm-5.2 |
| OPENCODE_MCP_TIMEOUT | No | Outer subprocess cap, in seconds. | 3600 |
| AGENT_MCP_DEFAULT_CWD | No | Pin every dispatch to one project regardless of where Claude was started. The cwd tool argument always wins. | the session's working directory |
| AGY_MCP_PRINT_TIMEOUT | No | Passed to agy --print-timeout. | 60m |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/artcar12/agent-delegation-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server