github gist for Cursor
io.github.ofershap/github-gist
MCP server to create, read, update, list, and search GitHub Gists from your IDE
client:Cursor
transport:stdio
runtime:npm
Install github gist in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"github-gist": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-github-gist"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs