Skip to content
Cursor

Gnosis MCP for Cursor

io.github.nicholasglazer/gnosis

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

client:Cursor transport:stdio runtime:pypi

Install Gnosis MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "gnosis": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "gnosis-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Gnosis MCP in other clients