Skip to main content
Knowledge & MemoryPython

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.

knowledge-memorylocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/nicholasglazer/gnosis-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "gnosis-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nicholasglazer/gnosis-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Knowledge & Memory
Language
Python
Author
nicholasglazer