agloop-mcp
An MCP server providing 14 introspection tools for AgLoop, a custom agent framework for VS Code Copilot. It enables users to monitor and manage agent states, tasks, execution logs, and plans through a set of specialized read and write tools.
README
agloop-mcp
MCP server providing 14 agent introspection tools for AgLoop — the VS Code Copilot custom agent framework.
Quick Start
Add to your .vscode/mcp.json:
For claude desktop or cli users use
mcpserversinstead ofservers
{
"servers": {
"agloop": {
"command": "uvx",
"args": ["agloop-mcp"]
}
}
}
Or run directly:
uvx agloop-mcp
Tools
Read Tools (10)
| Tool | Description |
|---|---|
agloop_get_state |
Full AgLoop state: phase, tasks, iteration, compaction context |
agloop_get_task |
Single task details by ID |
agloop_list_tasks |
All tasks with optional status/dependency filter |
agloop_get_logs |
Execution log entries with agent/task/limit filters |
agloop_get_plan |
Current plan (YAML or Markdown) |
agloop_get_compaction_context |
Compaction recovery context |
agloop_search_logs |
Full-text search through execution logs |
agloop_get_agent_info |
Agent definition file (.agent.md) content |
agloop_get_next_task |
Topological-sort next task recommendation |
agloop_list_agents |
All available agent names |
Write Tools (4)
| Tool | Description |
|---|---|
agloop_update_task |
Update task status and result log |
agloop_append_log |
Append structured entry to execution log |
agloop_create_checkpoint |
Snapshot current state for recovery |
agloop_set_phase |
Transition to a new phase |
Configuration
The server uses the current working directory as the workspace root. Override with:
uvx agloop-mcp --workspace /path/to/project
State Files
The server reads/writes from .agloop/ in the workspace root:
.agloop/
├── state.json # Phase, tasks, iteration
├── log.json # Execution log (JSON Lines)
├── plan.yaml # Current plan
└── checkpoints/ # State snapshots
Requirements
- Python 3.11+
- No additional dependencies beyond
mcp
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.