Skip to content
Zed

obsd launchpad for Zed

io.github.lordbasilaiassistant-sudo/obsd-launchpad

MCP server for AI agents to deploy tokens on Base. One command launch, earn OBSD forever.

client:Zed transport:stdio runtime:npm

Install obsd launchpad in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "obsd-launchpad": {
      "command": "npx",
      "args": [
        "-y",
        "obsd-launchpad-mcp"
      ],
      "env": {
        "DEPLOYER_PRIVATE_KEY": "<DEPLOYER_PRIVATE_KEY>",
        "RPC_URL": "<RPC_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

obsd launchpad in other clients