agloop-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| agloop_get_stateA | Read the full AgLoop state including phase, tasks, iteration, and compaction context. Returns null if no active loop. |
| agloop_get_taskA | Get details for a single task by ID. Returns task status, dependencies, acceptance criteria, and result log. |
| agloop_list_tasksB | List all tasks with optional status filter. Returns array of task objects. |
| agloop_get_logsA | Read execution log entries. Supports filtering by agent, task, and limiting results. |
| agloop_get_planA | Read the current plan (plan.yaml or plan.md). Returns raw file contents. |
| agloop_get_compaction_contextA | Get compaction recovery context: compaction count, pending decision, last delegation, recovery hint. Critical after VS Code context compaction. |
| agloop_search_logsB | Full-text search through execution logs. Case-insensitive search across agent, action, task_id, phase, input/output summaries. |
| agloop_get_agent_infoA | Read the definition file (.agent.md) for a specific agent. Returns the full agent prompt including frontmatter. |
| agloop_get_next_taskA | Compute the next task using topological sort. Returns the recommended next task and reasoning. |
| agloop_list_agentsA | List all available agent names in .github/agents/. |
| agloop_update_taskA | Update a task's status and/or result log. Auto-sets timestamps. COORDINATOR ONLY. |
| agloop_append_logB | Append a structured entry to the execution log. COORDINATOR ONLY. |
| agloop_create_checkpointC | Create a checkpoint of the current state for recovery. COORDINATOR ONLY. |
| agloop_set_phaseD | Transition to a new phase. COORDINATOR ONLY. |
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/zebbern/agloop-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server