Loom Core is the MCP control plane behind Loom Suite: registry generation and sync, single-entry proxying, daemon-managed routing, tiered context management, Weaver orchestration, sandbox execution, and policy-aware operator surfaces for private agent operations.
Registry flow, loom proxy ingress, daemon routing, local servers, and HUD control surfaces.
Agent-context lifecycle, startup recall strategies, memory tiers, compaction, and HUD-backed operator flows.
Shipped surfaces versus active gaps: remote transport, devbox, context orchestration, enterprise controls, and follow-on work.
RBAC, audit trail, cost tracking, rate limits, and OAuth 2.1 guidance for deployed daemon access.
Frozen v1 mobile surface for fleet visibility, session actions, and sandbox controls.
Browse the full docs set, including architecture, implementation status, security, operations, and diagrams.
Loom looks for a registry at platform/gitops/mcp/context/registry.yaml (preferred) and can also use ~/.config/loom/registry.yaml for local overrides.
Bootstrap locally, start the daemon-managed stack, then check health before opening the HUD or routing clients through the proxy. Context recall, Weaver orchestration, and sandbox execution all ride on the same daemon boundary.
cd services/loom-core
make bootstrap-local
./bin/loom start
./bin/loom status
./bin/loom hud --port 3333See the Loom Core docs for complete documentation.
Read-only snapshot of server metadata (sanitized; no commands/env).
Alertmanager alert and silence management
Semantic codebase indexing + search (Go native)
Docker CLI operations (containers, images, logs, inspect, exec)
Flux CD GitOps operations (sources, kustomizations, reconciliation)
GitLab repository operations and management (Go native)
Grafana dashboard search and retrieval
Helm chart management (list, status, values, search)
Kubernetes operations for the k3s apps cluster (use for app deploys, logs, rollouts)
Query and analyze Loki log aggregation
Apply Morph's fast code edit patches with high accuracy (Go native)
Query and analyze Prometheus metrics (Go native)
Manage ASUS router via SSH alias (asus-router in ~/.ssh/config)
Cloudflare API utilities (token verify, zones, tunnels, DNS management)
Library documentation retrieval
Local Git repository operations (Go native)
Manage git worktrees for parallel agent work (list/add/remove/prune)
GitHub repository operations and management (Go native)
Local-only MCP server for Godot debugging (Go native)
Kubernetes operations for the Harvester (RKE2) management cluster (Go native)
Longhorn storage operations on the k3s cluster (volumes, replicas, attachments)
Knowledge graph memory for persistent context (Go native)
Generate Morph embeddings and coordinate Qdrant vector search
Ops MCP server for k3s and Harvester operations (repair, VIP labels, VM lifecycle, scripted ops)
PostgreSQL database inspection and read-only queries
Qdrant vector database operations (Go native)
Dynamic and reflective problem-solving through sequential thoughts
SSH-based server management for system administration
AI-powered web search and content extraction (Go native)
Timezone conversion and time operations
Download and process YouTube subtitles (Go native)
Zep Cloud memory (sessions/messages) via MCP (Go native)
Want to refresh this snapshot locally? Run node scripts/gen-mcp-registry-snapshot.mjs from services/flexinfer-site.