Agloop
БесплатноНе проверенAgLoop MCP Server — Agent introspection tools for VS Code Copilot custom agents
Описание
AgLoop MCP Server — Agent introspection tools for VS Code Copilot custom agents
README
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
Установить Agloop в Claude Desktop, Claude Code, Cursor
unyly install agloopСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add agloop -- uvx agloop-mcpПошаговые гайды: как установить Agloop
FAQ
Agloop MCP бесплатный?
Да, Agloop MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Agloop?
Нет, Agloop работает без API-ключей и переменных окружения.
Agloop — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Agloop в Claude Desktop, Claude Code или Cursor?
Открой Agloop на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
автор: duxiaohuiSupabase
Database, auth and storage
автор: SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Agloop with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
