Skip to main content
Knowledge & MemoryTypeScript

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).

knowledge-memorylocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/lostintangent/gistpad-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Knowledge & Memory
Language
TypeScript
Author
lostintangent