What is the Opengist MCP server?
Read, create, update and delete gists on a self-hosted Opengist instance
How to install Opengist
Copy-paste configuration for popular MCP clients.
OPENGIST_URLrequiredBase URL of the Opengist instance, e.g. https://gist.example.com
OPENGIST_TOKENrequiredsecretOpengist Personal Access Token (starts with og_), created under Settings -> Access Tokens
OPENGIST_READ_ONLYSet to true to not register any write tools (create, update, delete, fork, like)
OPENGIST_INSECURE_TLSSet to true to accept self-signed TLS certificates (scoped to the Opengist connection)
{
"mcpServers": {
"opengist-mcp": {
"command": "npx",
"args": [
"-y",
"opengist-mcp"
],
"env": {
"OPENGIST_URL": "<YOUR_OPENGIST_URL>",
"OPENGIST_TOKEN": "<YOUR_OPENGIST_TOKEN>",
"OPENGIST_READ_ONLY": "<YOUR_OPENGIST_READ_ONLY>",
"OPENGIST_INSECURE_TLS": "<YOUR_OPENGIST_INSECURE_TLS>"
}
}
}
}{
"mcpServers": {
"opengist-mcp": {
"command": "npx",
"args": [
"-y",
"opengist-mcp"
],
"env": {
"OPENGIST_URL": "<YOUR_OPENGIST_URL>",
"OPENGIST_TOKEN": "<YOUR_OPENGIST_TOKEN>",
"OPENGIST_READ_ONLY": "<YOUR_OPENGIST_READ_ONLY>",
"OPENGIST_INSECURE_TLS": "<YOUR_OPENGIST_INSECURE_TLS>"
}
}
}
}{
"mcpServers": {
"opengist-mcp": {
"command": "npx",
"args": [
"-y",
"opengist-mcp"
],
"env": {
"OPENGIST_URL": "<YOUR_OPENGIST_URL>",
"OPENGIST_TOKEN": "<YOUR_OPENGIST_TOKEN>",
"OPENGIST_READ_ONLY": "<YOUR_OPENGIST_READ_ONLY>",
"OPENGIST_INSECURE_TLS": "<YOUR_OPENGIST_INSECURE_TLS>"
}
}
}
}{
"servers": {
"opengist-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"opengist-mcp"
],
"env": {
"OPENGIST_URL": "<YOUR_OPENGIST_URL>",
"OPENGIST_TOKEN": "<YOUR_OPENGIST_TOKEN>",
"OPENGIST_READ_ONLY": "<YOUR_OPENGIST_READ_ONLY>",
"OPENGIST_INSECURE_TLS": "<YOUR_OPENGIST_INSECURE_TLS>"
}
}
}
}claude mcp add opengist-mcp --env OPENGIST_URL=<YOUR_OPENGIST_URL> --env OPENGIST_TOKEN=<YOUR_OPENGIST_TOKEN> --env OPENGIST_READ_ONLY=<YOUR_OPENGIST_READ_ONLY> --env OPENGIST_INSECURE_TLS=<YOUR_OPENGIST_INSECURE_TLS> -- npx -y opengist-mcpRelated MCP servers
Audiobookshelf
Browse your Audiobookshelf libraries and keep listening progress, bookmarks and playlists in sync
Calibre-Web
Read-only MCP server for Calibre-Web: library search, browsing and covers via the OPDS feed
FreshRSS
MCP server for FreshRSS, the self-hosted RSS feed aggregator
Hetzner DNS
Manage DNS zones and records (zonefiles, RRSets, TTL, protection) via the Hetzner Cloud API
Linkwarden
MCP server for Linkwarden, the self-hosted bookmark manager with page preservation
mcp-hub
Serve many stdio MCP servers from one container, for ChatGPT, Claude and other MCP clients