knowledge-mcp
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 |
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.
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/IsaiahDupree/knowledge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server