gnosis-mcp
Active·★ 23·MIT·Updated 2026-05-26
★ Trending★ RAG / Knowledge Base★ Data Processing
Zero-config MCP server for searchable documentation (SQLite default, PostgreSQL optional)
Gnosis MCP ingests documentation from local files, git history, and web crawls, making them searchable via MCP tools with hybrid keyword and semantic search. It supports SQLite and PostgreSQL backends, integrates with editors like Claude Code and VS Code, and requires zero configuration to start.
#ai#claude#developer-tools#documentation#knowledge-base#llm#mcp#mcp-server
01
Features
01Zero config — SQLite by default, pip install and go
02Hybrid search — keyword (BM25) + semantic (local ONNX embeddings)
03Git history ingestion — search commit messages as context
04Web crawl — ingest docs from any website
05Multi-format support — .md, .txt, .ipynb, .toml, .csv, .json, etc.
02
Compatibility
Claude Code
Claude Code
Verified via docs
Cursor
Cursor
Verified via docs
Windsurf
Windsurf
Verified via docs
JetBrains
JetBrains
Verified via docs
Cline
Cline
Verified via docs
VS Code
VS Code
Verified via docs
03
Quick start
1
$ pip install gnosis-mcp
2
$ gnosis-mcp ingest ./docs/
3
$ gnosis-mcp serve
04
Use cases
↳AI agents query documentation to avoid hallucinations and get precise answers.
↳Developers onboard new teams by ingesting project docs and git history to answer codebase questions instantly.
↳Maintain up-to-date documentation index by automatically crawling documentation websites.
05
Alternatives
FunASR★ 16.6k
Industrial-grade speech recognition toolkit: 170x realtime, 50+ languages, speaker diarization, emotion detection, streaming, and OpenAI-compatible API.
context-mode★ 16.0k
Context window optimization for AI coding agents. Sandboxes tool output, 98% reduction. 12 platforms
Auto-claude-code-research-in-sleep★ 11.0k
ARIS ⚔️ (Auto-Research-In-Sleep) — Claude Code skills for autonomous ML research: cross-model review loops, idea discovery, and experiment automation via Codex MCP
agents-best-practices★ 1.1k
Provider-neutral Agent Skill for Codex, Claude Code, and agentic harness design.
openagent★ 5.1k
⚡️AI Cloud OS: Open-source enterprise-level AI knowledge base and MCP (model-context-protocol)/A2A (agent-to-agent) management platform with admin UI, user management and Single-Sign-On⚡️, supports ChatGPT, Claude, Llama, Ollama, HuggingFace, etc., chat bot demo: https://ai.casibase.com, admin UI demo: https://ai-admin.casibase.com
Related searches
Comments
Log in to leave a comment
- RRebel DavisMay 4, 2026
PostgreSQL upgrade path means it scales when SQLite hits its limits.
- PParker AndersonApr 27, 2026
Zero-config searchable documentation MCP with SQLite default is the right approach.
- RRiley MartinezApr 20, 2026
Documentation search quality is solid for technical content.
- DDrew BrownMar 9, 2026
Good for teams who need AI-accessible docs without a search infrastructure setup.