Skip to content
Zed

Gnosis MCP for Zed

io.github.nicholasglazer/gnosis

Zero-config MCP server for searchable documentation. SQLite or PostgreSQL.

client:Zed transport:stdio runtime:pypi

Install Gnosis MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "gnosis": {
      "command": "uvx",
      "args": [
        "gnosis-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Gnosis MCP in other clients