Loading MCP server directory, please wait...
Read, create, update and delete gists on a self-hosted Opengist instance
npx @getmcp/cli add io.github.ni-c/opengist-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
OPENGIST_URLBase URL of the Opengist instance, e.g. https://gist.example.com
OPENGIST_TOKENOpengist Personal Access Token (starts with og_), created under Settings -> Access Tokens
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ni-c/opengist-mcp": {
"command": "npx",
"args": [
"-y",
"opengist-mcp"
],
"env": {
"OPENGIST_URL": "",
"OPENGIST_TOKEN": "",
"OPENGIST_READ_ONLY": "",
"OPENGIST_INSECURE_TLS": ""
}
}
}
}