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.
Related MCP Servers
- AlicenseAqualityCmaintenanceRAG MCP server for PDFs, YouTube, GitHub repos, and Discord exports. Index documents and query with citations via LangChain and Chroma.Last updated52MIT
- FlicenseAqualityCmaintenanceA local RAG MCP server for PDF development experience, enabling document ingestion, semantic search, and Q\&A with source citations using TF-IDF and cosine similarity.Last updated3
- AlicenseBqualityBmaintenanceLocal end-to-end RAG system for agentic code editors, exposing retrieval-augmented generation via MCP to any compatible client.Last updated331MIT
- Alicense-qualityDmaintenanceA local RAG MCP server that enables AI tools like Claude to search indexed codebases and documentation using vector search with Ollama models.Last updatedApache 2.0
Related MCP Connectors
Local-first RAG engine with MCP server for AI agent integration.
An MCP server that gives your AI access to the source code and docs of all public github repos
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
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/NumericalPie/knowledge-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server