knowledge-mcp-server
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-mcp-serversearch my indexed documents for Python tutorials"
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-server
Small, forkable RAG project with an MCP server (for VS Code/Copilot) and a minimal web UI.
Quick Start
Prerequisite: install uv from https://docs.astral.sh/uv/
uv sync
source .venv/bin/activateRun tests:
uv run pytestRelated MCP server: pdf-knowledge-mcp
Use It With Your Own Knowledge Set
Start from a clean data state (optional but recommended):
rm -f data/docs/* data/vectorstore/*
echo '{}' > data/metadata.jsonIndex content:
uv run python -m knowledge_mcp_server.cli index --url https://example.com
# or --pdf /path/to/file.pdf
# or --tex /path/to/file.texQuery via MCP or HTTP/web UI.
Register MCP Server In VS Code
code --add-mcp '{"name":"knowledge-mcp-server","command":"uv","args":["run","python","-m","knowledge_mcp_server.mcp_stdio_server"],"cwd":"'$(pwd)'"}'Run Web UI
uv run uvicorn knowledge_mcp_server.mcp_server:app --reload --port 8000Open http://127.0.0.1:8000/.
Project Layout
Code:
src/knowledge_mcp_server/Tests:
tests/Runtime data:
data/docs/,data/vectorstore/,data/metadata.json
Defaults
Embeddings:
all-MiniLM-L6-v2Chunking: 800 words, 100 overlap
HTTP port:
8000
Docs
docs/MCP_SETUP.md- MCP registration and troubleshootingdocs/ARCHITECTURE.md- architecture notes
License
MIT (see LICENSE)
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
- 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/NumericalPie/knowledge-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server