Skip to content
Cursor

obsd launchpad for Cursor

io.github.lordbasilaiassistant-sudo/obsd-launchpad

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

client:Cursor transport:stdio runtime:npm

Install obsd launchpad in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

obsd launchpad in other clients