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: 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityAmaintenanceMCP server that enables full-text search and link navigation over Markdown files as a knowledge graph.Last updated
- Flicense-qualityDmaintenanceGit-backed MCP server for creating and maintaining an Obsidian-style markdown knowledge base with full CRUD, search, and git sync.Last updated
- Flicense-qualityBmaintenanceA CLI tool and MCP server that turns markdown documentation into a searchable, queryable knowledge base.Last updated129
- AlicenseAqualityAmaintenanceProvides a single-writer MCP server for a governance-grade knowledge base of markdown documents with version control and query capabilities.Last updated12918Apache 2.0
Related MCP Connectors
MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.
Serve a folder of Markdown notes as an MCP server: hybrid search, reading, and sourced answers.
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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