knowledge-mcp
Click on "Install 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: mcp-docs
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/c0cl3c/mallen-knowledge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server