Agloop Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Agloop Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP server providing 14 agent introspection tools for AgLoop — the VS Code Copilot custom agent framework.
Add to your .vscode/mcp.json:
For claude desktop or cli users usemcpserversinstead ofservers
{
"servers": {
"agloop": {
"command": "uvx",
"args": ["agloop-mcp"]
}
}
}Or run directly:
uvx agloop-mcp| 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 |
| 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 |
The server uses the current working directory as the workspace root. Override with:
uvx agloop-mcp --workspace /path/to/projectThe 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 snapshotsmcpMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.