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 SSRF in bug-bounty-knowledge"
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
One MCP server that serves the Trading-Knowledge and Bug-Bounty-Knowledge bases (and any other
repo with a manifest.json) to any MCP-capable agent. It reads the local repos, so it works for the
private trading repo too — no GitHub auth needed.
Tools
Tool | What |
| knowledge bases + document counts + folders |
| rank docs by title/content match, return snippets ( |
| full markdown of one document |
| the repo's |
Related MCP server: Grimoire
Resource
knowledge://{kb}/index— thellms.txtfor a knowledge base.
Run / register
pip install mcp
# register at user scope (available in every project); run from the repo dir:
claude mcp add knowledge --scope user -- $(python3 -c 'import sys;print(sys.executable)') \
"$(pwd)/server.py"Add another knowledge base
Point KB_PATHS (colon-separated repo paths) at any repos that have a manifest.json (or just *.md
under books/ strategies/ techniques/ code-strategies/):
KB_PATHS="/path/to/repoA:/path/to/repoB" python3 server.pyHow an agent uses it
kb_list()→ see what's available.kb_search("SSRF")orkb_search("market making", kb="trading-knowledge")→ find docs.kb_get(kb, path)→ pull the full doc.
No URLs, no scraping — the agent queries the knowledge bases like a database.
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/IsaiahDupree/knowledge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server