Back to MCP Servers
Gistpad
Use GitHub Gists to manage and access your personal knowledge, daily notes, and reusable prompts. This acts as a companion to https://gistpad.dev and the [GistPad VS Code extension](https://aka.ms/gistpad).
knowledge-memorygithubai
Installation
npx -y gistpad-mcpConfiguration
{
"mcpServers": {
"gistpad-mcp": {
"command": "npx",
"args": ["-y", "gistpad-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes