Skip to main content
Glama
zebbern

agloop-mcp

by zebbern

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
agloop_get_stateA

Read the full AgLoop state including phase, tasks, iteration, and compaction context. Returns null if no active loop.

agloop_get_taskB

Get details for a single task by ID. Returns task status, dependencies, acceptance criteria, and result log.

agloop_list_tasksC

List all tasks with optional status filter. Returns array of task objects.

agloop_get_logsB

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_taskB

Compute the next task using topological sort. Returns the recommended next task and reasoning.

agloop_list_agentsB

List all available agent names in .github/agents/.

agloop_update_taskB

Update a task's status and/or result log. Auto-sets timestamps. COORDINATOR ONLY.

agloop_append_logC

Append a structured entry to the execution log. COORDINATOR ONLY.

agloop_create_checkpointB

Create a checkpoint of the current state for recovery. COORDINATOR ONLY.

agloop_set_phaseC

Transition to a new phase. COORDINATOR ONLY.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/zebbern/agloop-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server