GistPad-MCP
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).
Quick Start
Clone the repository:
git clone https://github.com/lostintangent/gistpad-mcpClaude Desktop configuration example:
{
"mcpServers": {
"gistpad-mcp": {
"command": "npx",
"args": [
"-y",
"GistPad-MCP"
]
}
}
}Check the repository README for specific installation and configuration instructions.