Loom Core
Loom Core
Loom Core is the config and orchestration layer for the Loom ecosystem: a registry-driven generator for MCP client configs, a local daemon for server lifecycle management, and a set of MCP server implementations.
Configuration entrypoints
Loom Core Docs
User guide, architecture, and developer documentation for Loom Core.
Diagrams
Visual architecture diagrams for registry flow, proxying, and sync.
Loom looks for a registry at platform/gitops/mcp/context/registry.yaml (preferred) and can also use ~/.config/loom/registry.yaml for local overrides.
Common local workflow
Generate repo-local config artifacts, sync them into your MCP clients, then start (or reload) the daemon.
cd services/loom-core
make build
./bin/loom generate configs --target all
./bin/loom sync all --regen
./bin/loomdSee the Loom Core docs for complete documentation.
Registry explorer
Read-only snapshot of server metadata (sanitized; no commands/env).
alertmanagerfeaturedAlertmanager alert and silence management
monitoringalertingtools: 5timeout: 60s
Alertmanager alert and silence management
codebase_memoryfeaturedSemantic codebase indexing + search (Go native)
devcodesearchtools: 13timeout: 180s
Semantic codebase indexing + search (Go native)
dockerfeaturedDocker CLI operations (containers, images, logs, inspect, exec)
containersdevopstools: 6timeout: 60s
Docker CLI operations (containers, images, logs, inspect, exec)
fluxfeaturedFlux CD GitOps operations (sources, kustomizations, reconciliation)
gitopskubernetestools: 8timeout: 120s
Flux CD GitOps operations (sources, kustomizations, reconciliation)
gitlabfeaturedGitLab repository operations and management (Go native)
devopsscmtools: 25timeout: 60s
GitLab repository operations and management (Go native)
grafanafeaturedGrafana dashboard search and retrieval
monitoringdashboardstools: 9timeout: 60s
Grafana dashboard search and retrieval
helmfeaturedHelm chart management (list, status, values, search)
kubernetesdeploymenttools: 8timeout: 90s
Helm chart management (list, status, values, search)
k8s_apps_k3sfeaturedKubernetes operations for the k3s apps cluster (use for app deploys, logs, rollouts)
kubernetesoperationstools: 8timeout: 90s
Kubernetes operations for the k3s apps cluster (use for app deploys, logs, rollouts)
lokifeaturedQuery and analyze Loki log aggregation
loggingobservabilitytools: 9timeout: 60s
Query and analyze Loki log aggregation
morph_fast_applyfeaturedApply Morph's fast code edit patches with high accuracy (Go native)
aicode-editingtools: 2timeout: 90s
Apply Morph's fast code edit patches with high accuracy (Go native)
prometheusfeaturedQuery and analyze Prometheus metrics (Go native)
monitoringobservabilitytools: 9timeout: 60s
Query and analyze Prometheus metrics (Go native)
asus_routerManage ASUS router via SSH alias (asus-router in ~/.ssh/config)
networkroutertools: 0timeout: 30s
Manage ASUS router via SSH alias (asus-router in ~/.ssh/config)
cloudflareCloudflare API utilities (token verify, zones, tunnels, DNS management)
networkingoperationstools: 8timeout: 60s
Cloudflare API utilities (token verify, zones, tunnels, DNS management)
context7Library documentation retrieval
docstools: 2timeout: 90s
Library documentation retrieval
gitLocal Git repository operations (Go native)
devopsscmtools: 5timeout: 60s
Local Git repository operations (Go native)
git_worktreeManage git worktrees for parallel agent work (list/add/remove/prune)
devopsscmtools: 4timeout: 60s
Manage git worktrees for parallel agent work (list/add/remove/prune)
githubGitHub repository operations and management (Go native)
devopsscmtools: 11timeout: 60s
GitHub repository operations and management (Go native)
godot_debugLocal-only MCP server for Godot debugging (Go native)
gamedebugginglocaltools: 9timeout: 120s
Local-only MCP server for Godot debugging (Go native)
k8s_harvester_infraKubernetes operations for the Harvester (RKE2) management cluster (Go native)
kubernetesoperationstools: 8timeout: 90s
Kubernetes operations for the Harvester (RKE2) management cluster (Go native)
longhorn_k3sLonghorn storage operations on the k3s cluster (volumes, replicas, attachments)
storagekubernetesoperationstools: 5timeout: 90s
Longhorn storage operations on the k3s cluster (volumes, replicas, attachments)
memoryKnowledge graph memory for persistent context (Go native)
memoryknowledgetools: 9timeout: 60s
Knowledge graph memory for persistent context (Go native)
morph_embeddingsGenerate Morph embeddings and coordinate Qdrant vector search
aiembeddingstools: 3timeout: 120s
Generate Morph embeddings and coordinate Qdrant vector search
ops_mcpOps MCP server for k3s and Harvester operations (repair, VIP labels, VM lifecycle, scripted ops)
operationsautomationtools: 10timeout: 120s
Ops MCP server for k3s and Harvester operations (repair, VIP labels, VM lifecycle, scripted ops)
postgresPostgreSQL database inspection and read-only queries
databasetools: 7timeout: 60s
PostgreSQL database inspection and read-only queries
qdrantQdrant vector database operations (Go native)
databasevectortools: 4timeout: 60s
Qdrant vector database operations (Go native)
sequentialthinkingDynamic and reflective problem-solving through sequential thoughts
reasoningplanningtools: 9timeout: 60s
Dynamic and reflective problem-solving through sequential thoughts
server_mgmtSSH-based server management for system administration
operationssshtools: 22timeout: 90s
SSH-based server management for system administration
tavilyAI-powered web search and content extraction (Go native)
searchdocstools: 4timeout: 60s
AI-powered web search and content extraction (Go native)
timeTimezone conversion and time operations
utilitiestools: 0timeout: 30s
Timezone conversion and time operations
youtubeDownload and process YouTube subtitles (Go native)
mediadocumentationtools: 2timeout: 60s
Download and process YouTube subtitles (Go native)
zepZep Cloud memory (sessions/messages) via MCP (Go native)
memorytools: 3timeout: 60s
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.