github gist for Windsurf
io.github.ofershap/github-gist
MCP server to create, read, update, list, and search GitHub Gists from your IDE
client:Windsurf
transport:stdio
runtime:npm
Install github gist in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"github-gist": {
"command": "npx",
"args": [
"-y",
"mcp-server-github-gist"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs