Skip to content
Grok

obsd launchpad for Grok

io.github.lordbasilaiassistant-sudo/obsd-launchpad

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

client:Grok transport:stdio runtime:npm

Install obsd launchpad in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

obsd launchpad in other clients