MCP Servers / search / gnosis-mcp

gnosis-mcp

JSON →
stdionone23search

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
How to run this server
[ { "cmd": "uvx gnosis-mcp", "imports": [] } ]
server path: gnosis-mcp
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
envGNOSIS_MCP_API_KEY
envGNOSIS_MCP_DATABASE_URL
envGNOSIS_MCP_EMBED_API_KEY
Resources
gnosis-mcp — MCP Server · libregistry