knowledge-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., "@knowledge-mcpsearch for deployment guide"
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.
knowledge-mcp
Serves the estate's markdown knowledge (git working tree) over MCP so boxes query instead of cloning.
See DESIGN.md for the architecture and the migration plan. Tools: list_docs, search, get_doc.
Run locally (stdio POC)
python3 -m venv .venv && . .venv/bin/activate && pip install -r requirements.txt # needs python3-venv
KNOWLEDGE_DIR=./docs python server.py # stdioRelated MCP server: obsidian-kb
Run on the MCP VM (remote, mesh-bound HTTP)
KNOWLEDGE_DIR=/srv/mallen-knowledge \
MCP_TRANSPORT=streamable-http \
MCP_HOST=<wt0 mesh IP> MCP_PORT=8970 \
python server.py
# behind host Caddy: reverse_proxy 127.0.0.1:8970, mesh-gated; or bind wt0 directly.
# keep KNOWLEDGE_DIR a git checkout: a cron/webhook `git pull` refreshes the served docs.Wire a box (Claude Code → remote)
claude mcp add --transport http knowledge https://knowledge.mallen.au/mcp \
--header "Authorization: Bearer <per-box-token>" --scope user
claude mcp list # confirm; in a session: /mcpStatus
server.pyverified in a python:3.12 container with the realmcpSDK: 3 tools register, search/get work over the real ESTATE.md/SERVERS.md, path-traversal blocked.docs/here holds sample copies for the POC — real content lives in themallen-knowledgegit repo.Not yet deployed to the MCP VM (needs its access + the git repo) and no auth layer wired yet.
This server cannot be deployed
Maintenance
Related MCP Connectors
Read-only MCP server for the OrchestKit docs: full-text search + Markdown fetch. No auth.
MCP server for querying Forkast documentation
Serve a folder of Markdown notes as an MCP server: hybrid search, reading, and sourced answers.
Repository knowledge graph MCP server for codebase understanding and debugging.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceMCP server that enables full-text search and link navigation over Markdown files as a knowledge graph.-
- FlicenseCqualityDmaintenanceGit-backed MCP server for creating and maintaining an Obsidian-style markdown knowledge base with full CRUD, search, and git sync.7-
- FlicenseNot gradedqualityCmaintenanceA CLI tool and MCP server that turns markdown documentation into a searchable, queryable knowledge base.29 npm-
- AlicenseAqualityAmaintenanceProvides a single-writer MCP server for a governance-grade knowledge base of markdown documents with version control and query capabilities.49720 PyPI25Apache 2.0