NüMtema Private Knowledge
БесплатноНе проверенEnables users to build and query a private knowledge base by uploading documents, which are embedded and stored locally, then accessible via MCP for semantic se
Описание
Enables users to build and query a private knowledge base by uploading documents, which are embedded and stored locally, then accessible via MCP for semantic search and retrieval.
README
Une bibliothèque de connaissances privée, locale et interrogeable par n’importe quel client compatible MCP.
Ce que fait ce MVP
- Vous déposez un fichier dans l’interface web.
- Le texte est extrait puis découpé en passages.
- Ollama génère les embeddings avec
nomic-embed-text-v2-moe. - Qdrant stocke les vecteurs et les métadonnées de recherche.
- SQLite garde le registre des documents, statuts et versions techniques.
- Le serveur MCP expose toute la bibliothèque et chaque document individuellement.
Accès produits
- Interface :
http://localhost:8000 - API :
http://localhost:8000/docs - MCP global :
http://localhost:8000/mcp - Catalogue MCP :
knowledge://catalog - Document MCP :
knowledge://documents/{document_id}
Le « lien MCP par document » est une ressource URI, pas un processus serveur séparé. Cela évite d’installer 50 serveurs pour 50 fichiers tout en conservant un ciblage strict par document.
Prérequis
- Python 3.11+
- Docker et Docker Compose
- Ollama installé localement
Démarrage local recommandé
cp .env.example .env
make install
make infra
make model
make dev
Ouvrez ensuite http://localhost:8000.
Démarrage de l’application dans Docker
Ollama reste installé sur la machine hôte, tandis que l’application et Qdrant tournent dans Docker :
ollama pull nomic-embed-text-v2-moe
docker compose up -d --build
Outils MCP disponibles
list_documents(): catalogue avec identifiants et URI.search_knowledge(query, document_id?, limit?): recherche globale ou ciblée.inspect_document(document_id): métadonnées et état d’indexation.
Ressources MCP
knowledge://catalogknowledge://documents/{document_id}
Exemple de configuration MCP distante
Le format exact dépend du client. Pour un client acceptant Streamable HTTP, utilisez :
{
"mcpServers": {
"numtema-private-knowledge": {
"url": "http://localhost:8000/mcp"
}
}
}
Pour vérifier avec MCP Inspector :
npx -y @modelcontextprotocol/inspector
Puis connectez l’Inspector à http://localhost:8000/mcp.
Formats pris en charge
- PDF texte
- DOCX
- TXT
- Markdown
- HTML
Les PDF scannés nécessiteront un module OCR dans une version suivante.
Sécurité
Par défaut, le MVP écoute localement sans authentification. Ne l’exposez pas directement sur Internet.
Pour activer un jeton Bearer sur l’API REST :
API_TOKEN=une-longue-valeur-aleatoire
L’authentification MCP distante, les espaces utilisateurs, les ACL par document et le chiffrement au repos font partie du durcissement v0.2.
Architecture
Navigateur / IDE / ChatGPT compatible MCP
│
┌───────┴────────┐
│ FastAPI + MCP │
└───────┬────────┘
│
Ingestion / Retrieval
│ │
Ollama SQLite
Nomic Embed v2 Registre
│
Qdrant
Vecteurs + payloads
Vérifications
make test
make lint
Limites assumées du MVP
- Indexation synchrone : l’upload attend la fin de l’embedding.
- Pas encore d’OCR.
- Pas encore de synchronisation automatique d’URL ou de dossier surveillé.
- Pas encore de reranker ni de recherche hybride lexicale + vectorielle.
- Pas encore de comptes utilisateurs/permissions granulaires.
Установка NüMtema Private Knowledge
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Creativityliberty/mcpknowedgeFAQ
NüMtema Private Knowledge MCP бесплатный?
Да, NüMtema Private Knowledge MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для NüMtema Private Knowledge?
Нет, NüMtema Private Knowledge работает без API-ключей и переменных окружения.
NüMtema Private Knowledge — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить NüMtema Private Knowledge в Claude Desktop, Claude Code или Cursor?
Открой NüMtema Private Knowledge на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare NüMtema Private Knowledge with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
