loomground-mcp
Click on "Deploy 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., "@loomground-mcpanalyze the risks in policy.lg and suggest a strategy"
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.
loomground-mcp
One MCP server exposing the Loomground planes as tools: versum, the four languages, solver and its skills, ingest, operators, assurance, controls; stdio or HTTP.
Problem
Each plane is a Python package with its own call, out of reach for Claude, Codex, n8n or Langdock. One server, one tool per plane function, JSON in and out; an error comes back as a structured error.
Related MCP server: mcp-server
Install
pip install -r requirements-dev.txt # git-pinned planes
pip install . # installs the `loomground-mcp` commandUsage
loomground-mcp serve --transport stdio|sse|streamable-http [--port 8765]
loomground-mcp tools # the tool table as JSON--token <str> / LOOMGROUND_MCP_TOKEN (flag wins) gates the HTTP transports with bearer auth; stdio is unaffected. Transports, the auth contract and a worked client session: docs/usage.md. Attaching the server to Claude Code, Codex, n8n or Langdock: hosts/README.md.
Example
in: loomground-mcp tools | python -c 'import json,sys; t=json.load(sys.stdin); print(len(t), t[0]["tool"])'
out: 55 loomground_catalogueInterface
55 tools, one per plane function; the seven solver skill scripts count as functions, and the topos reader, the catalogue, the release register and the skill index are this repository's. Policy compilation, development-signed evidence, local privacy scanning, A2A grounding, full-family planning, admission preview and reconciliation expose the four applied skill runtimes without activating policy, handling production keys or dispatching agent directives. The audit chain and the four runtime controls are served read-only: they decide, they do not write. Signatures, envelopes, enums and the tool table per plane: docs/tools.md.
Call loomground_catalogue first: the family map, the pipeline order, how documents become an .lg patch. loomground_releases is the family's release and pin register, vendored from RELEASES.json. loomground_skill returns the vendored skill index; the same 26 skills are served as MCP prompts, every body checked byte for byte against its repository: docs/skills.md.
Result envelope: {plane, function, ok, result | error | unavailable}; keys are passed per call as PEM.
Family
Interface: exposes the planes over MCP. Pipeline position: beside source → loomground-ingest → loomground-versum → loomground-solver → applied or diagnostic planes, reachable from any MCP client.
consumes: the four languages, versum, solver and its seven skill scripts, ingest, the six operators, the seven assurance artifacts, the signed audit chain, the four runtime controls, and the loomground catalogue and release register; declared ranges and dev pins in docs/family.md
consumed by: any MCP client: Claude, Codex, n8n MCP Client Tool, Langdock remote MCP
third-party:
mcp>=2,<3, the official SDK
Status
0.1.0 · 55 tools · 26 prompts · Python >=3.10 · mcp 2.x. What the suite covers: docs/testing.md.
License
Apache-2.0 — LICENSES/Apache-2.0.txt, NOTICE.
This server cannot be deployed
Maintenance
Related MCP Connectors
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
Remote MCP server exposing SMI Aware tools, resources, and skills over Streamable HTTP.
Host your MCP tool over streamable HTTP in one command.
Streamable HTTP MCP server exposing planner flows, tasks, and squads.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceExposes any stdio-based MCP server to the internet via HTTP/SSE transport, enabling remote agents to access MCP tools over a network.8 npmMIT
- AlicenseNot gradedqualityAmaintenanceExposes all CLI commands as MCP tools over stdio or HTTP transport.10 npmApache 2.0
- FlicenseNot gradedqualityDmaintenanceProvides math and weather tools accessible via LangGraph agent using MCP protocol with stdio and streamable HTTP transports.1-
- FlicenseCqualityBmaintenanceSchema-driven MCP server that exposes all Paperclip API operations as typed MCP tools over stdio or Streamable HTTP, supporting both authenticated and local_mode deployments.100-