gnosis-mcp
JSON →Zero-config knowledge base for AI coding agents. Loads your markdown docs into a searchable database and exposes them as MCP tools â search, read, and manage documentation without leaving your editor. Works instantly with SQLite (no setup), upgrades to PostgreSQL + pgvector for hybrid semantic search. Includes skills for searching docs (/gnosis:search), health checks (/gnosis:status), doc management (/gnosis:manage), and first-time setup (/gnosis:setup). 6 MCP tools, 3 resources, FTS5 keyword search, 176 tests.
Install
uvx gnosis-mcp Tools · 3
- ingest_docs Ingest documentation from a URL or local path into the knowledge base
- search_docs Search the knowledge base with highlighted results
- get_stats Get statistics about the knowledge base
Environment variables
GNOSIS_MCP_API_KEYGNOSIS_MCP_DATABASE_URLGNOSIS_MCP_EMBED_API_KEY
Links
★ 23 GitHub stars