Opengist MCP server
Read, create, update and delete gists on a self-hosted Opengist instance
0 stars65 downloads/wk
Reviews
Write oneNobody has reviewed Opengist yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Opengist tools (14, 4 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
check_gist_likeReport whether the token owner has liked the given gist. Also distinguishes "not liked" from "not visible to you".
create_gistwrite actionCreate a new gist from one or more files. Topics cannot be set through the API.
delete_gistwrite actionPermanently delete a gist. This is irreversible: the git repository with every revision and the database row are destroyed.
delete_gist_fileswrite actionDelete one or more files from a gist. The files disappear from the current revision; older revisions keep them in the git history.
fork_gistFork somebody else's gist into your own account. Forking a gist you
get_gistGet one gist including its file contents. Commit history and forks are omitted unless requested.
get_gist_fileGet the raw content of a single file of a gist, optionally at a specific revision and starting at a byte offset.
get_userGet an Opengist user account. Without arguments this returns the account the access token belongs to (including its email);
list_gist_commitsList the commit history of a gist, most recent first. Use a commit SHA from here with get_gist or get_gist_file to read an older revision.
list_gist_forksList the gists that were forked from the given gist.
list_gistsList gists on the Opengist instance: your own, a specific user's, all public ones, or the ones you (or a user) liked or forked.
search_gistsFind gists by title, description, topics or owner.
set_gist_likeLike or unlike a gist. Idempotent: the current state is read first and the gist is only toggled when it differs,
update_gistwrite actionChange the metadata of a gist and/or write and rename files.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- Code scan35 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenancelast push 4 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Install directly
Runs npx -y opengist-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add opengist-mcp -- npx -y opengist-mcp
Opengist: common questions
- Is Opengist MCP server safe?
- Mostly: it is graded B (83/100). Read the Opengist safety report
- How do I install Opengist?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Opengist need an API key?
- Yes. The registry entry asks for
OPENGIST_TOKEN. - Is Opengist maintained?
- The last commit was 4 days ago (2026-09-16). The latest release is v0.5.0.