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-mcp

Configuration

{
  "mcpServers": {
    "gistpad-mcp": {
      "command": "npx",
      "args": ["-y", "gistpad-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub