docmesh-mcp
v0.1.8
Published
DocMesh MCP stdio bridge for npx-based local agent integrations.
Readme
docmesh-mcp
docmesh-mcp is a stdio MCP server for DocMesh. It is intended for local process-spawned integrations such as:
- Claude Code MCP config
- Codex-compatible MCP clients
- local agent runners that prefer
npx
Run
npx -y docmesh-mcp --base-url https://docmesh.amoylab.com --tenant defaultLocal dev equivalent:
npx -y docmesh-mcp --base-url http://127.0.0.1:8234 --tenant defaultEnvironment variables:
DOCMESH_BASE_URLDOCMESH_TENANT_ID
Exposed Capabilities
- tools for listing, creating, updating, and archiving DocMesh content
- resources for spaces, namespaces, and documents
The server is a thin stdio bridge over the DocMesh HTTP API.
