launchpad-example-mcp-server

gopanair/launchpad-example-mcp-server
★ 0 stars Python Memory/Knowledge Updated 3d ago
A Model Context Protocol server hosted as an ordinary Launchpad app — streamable HTTP, tools over a folder of Markdown runbooks.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "launchpad-example-mc": {
      "command": "uvx",
      "args": [
        "launchpad-example-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install launchpad-example-mcp-server