nicholasglazer/gnosis-mcp
Zero-config MCP server for searchable documentation. Loads markdown into SQLite (default) or PostgreSQL with FTS5/tsvector keyword search and optional pgvector hybrid semantic search.
Quick Start
Clone the repository:
git clone https://github.com/nicholasglazer/gnosis-mcpClaude Desktop configuration example:
{
"mcpServers": {
"gnosis-mcp": {
"command": "npx",
"args": [
"-y",
"nicholasglazer/gnosis-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.