← Back to Plugins
MCP Server MCP

Opengist

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "opengist-mcp",
      "version": "0.2.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the Opengist instance, e.g. https://gist.example.com",
          "isRequired": true,
          "format": "string",
          "name": "OPENGIST_URL"
        },
        {
          "description": "Opengist Personal Access Token (starts with og_), created under Settings -> Access Tokens",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "OPENGIST_TOKEN"
        },
        {
          "description": "Set to true to not register any write tools (create, update, delete, fork, like)",
          "format": "string",
          "name": "OPENGIST_READ_ONLY"
        },
        {
          "description": "Set to true to accept self-signed TLS certificates (scoped to the Opengist connection)",
          "format": "string",
          "name": "OPENGIST_INSECURE_TLS"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/ni-c/opengist-mcp:0.2.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the Opengist instance, e.g. https://gist.example.com",
          "isRequired": true,
          "format": "string",
          "name": "OPENGIST_URL"
        },
        {
          "description": "Opengist Personal Access Token (starts with og_), created under Settings -> Access Tokens",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "OPENGIST_TOKEN"
        },
        {
          "description": "Set to true to not register any write tools (create, update, delete, fork, like)",
          "format": "string",
          "name": "OPENGIST_READ_ONLY"
        },
        {
          "description": "Set to true to accept self-signed TLS certificates (scoped to the Opengist connection)",
          "format": "string",
          "name": "OPENGIST_INSECURE_TLS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm oci

Comments

Sign in to leave a comment

Loading comments...