Loomscope
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@LoomscopeStart observing task 'Refactor auth module' for project Loomscope"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Loomscope
Agent work, visible. Loomscope is a password-protected dashboard and a Remote MCP observer for long-running Codex work. It records concise task milestones rather than private reasoning or raw logs.
Why one deployment
This repository is intentionally a single Cloudflare Worker deployment:
src/web/is the Vite + React + Tailwind dashboard.src/worker/is the independently testable HTTP, auth, MCP, validation, and storage boundary.migrations/owns D1 schema changes.plugins/loomscope-observer/contains the installable Codex plugin: its reporting Skill and Remote MCP configuration.
The UI and API share an origin, so no CORS policy or second deployment needs to be maintained. Static assets are served by the Worker, while /api/* and /mcp remain dynamic.
Related MCP server: KeyStack
Setup
Install dependencies:
pnpm install.Copy
.dev.vars.exampleto.dev.varsand set three distinct long secrets.Authenticate Wrangler:
pnpm exec wrangler login.Apply schema:
pnpm exec wrangler d1 migrations apply loomscope --remote.Check locally:
pnpm build, thenpnpm dev:worker.Deploy:
pnpm deploy.
wrangler.jsonc is already bound to the production loomscope D1 database. If you intentionally deploy this project to a different Cloudflare account, create a new D1 database and replace that binding's database_id first.
The deployment configuration provisions loomscope.vortexislabs.com as the Worker custom domain. Before the first production deploy, set production secrets without putting them in wrangler.jsonc:
pnpm exec wrangler secret put DASHBOARD_PASSWORD
pnpm exec wrangler secret put DASHBOARD_SESSION_SECRET
pnpm exec wrangler secret put MCP_WRITE_TOKENCodex integration
The plugins/loomscope-observer/ directory is the source for the loomscope-observer Codex plugin. It contains the reporting Skill and the deployed Remote MCP endpoint. Start a new Codex thread after installation so its Skill and MCP tools are discovered.
The plugin reads its write token from LOOMSCOPE_MCP_TOKEN. For Codex CLI, set the variable before starting Codex:
export LOOMSCOPE_MCP_TOKEN="your-agent-write-token"
codexThe Worker exposes observe_start, observe_report, and observe_finish. The dashboard only accepts its own signed, password-created session; the MCP token has no read access.
Commands
pnpm lint
pnpm test
pnpm build
pnpm check
pnpm dev:worker
pnpm deployData boundaries
D1 stores normalized projects, agents, runs, and event summaries. Large artifacts are represented by links in the initial release; add R2 only when artifact upload becomes a product requirement. This keeps reporting fast and avoids turning the observability database into an unbounded log store.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceMaintenance, recovery, and observability for Claude Code. CLI + MCP server + dashboard.4036107MIT
- Flicense-qualityBmaintenanceLocal dashboard and MCP server that maintains a live project registry and skill library, enabling coding agents to pull project context and automatically update status, stack, and next steps.
- AlicenseAqualityBmaintenanceA read-only MCP server that exposes local coding-agent session logs as three tools for introspection of recent work, debugging tool failures, and tracking token usage and estimated cost without parsing log files.3MIT
- Alicense-qualityCmaintenanceEnables Codex to delegate bounded work to external LLMs through role-based MCP tools, with worker health checks and audit logging.MIT
Related MCP Connectors
A paid remote MCP for OpenAI Codex agent coordination MCP, built to return verdicts, receipts, usage
A paid remote MCP for AI SDK eval dashboard, built to return verdicts, receipts, usage logs, and aud
A paid remote MCP for OpenAI Codex context compressor, built to return verdicts, receipts, usage log
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/crapthings/agent-loom'
If you have feedback or need assistance with the MCP directory API, please join our Discord server