Skip to content
Cursor

Opengist for Cursor

io.github.ni-c/opengist-mcp

Read, create, update and delete gists on a self-hosted Opengist instance

client:Cursor transport:stdio runtime:npm

Install Opengist in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "opengist-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "opengist-mcp"
      ],
      "env": {
        "OPENGIST_URL": "<OPENGIST_URL>",
        "OPENGIST_TOKEN": "<OPENGIST_TOKEN>",
        "OPENGIST_READ_ONLY": "<OPENGIST_READ_ONLY>",
        "OPENGIST_INSECURE_TLS": "<OPENGIST_INSECURE_TLS>",
        "OPENGIST_ALLOW_TOOLS": "<OPENGIST_ALLOW_TOOLS>",
        "OPENGIST_DENY_TOOLS": "<OPENGIST_DENY_TOOLS>"
      }
    }
  }
}

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

Opengist in other clients