obsd launchpad for Windsurf
io.github.lordbasilaiassistant-sudo/obsd-launchpad
MCP server for AI agents to deploy tokens on Base. One command launch, earn OBSD forever.
client:Windsurf
transport:stdio
runtime:npm
Install obsd launchpad in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"obsd-launchpad": {
"command": "npx",
"args": [
"-y",
"obsd-launchpad-mcp"
],
"env": {
"DEPLOYER_PRIVATE_KEY": "<DEPLOYER_PRIVATE_KEY>",
"RPC_URL": "<RPC_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs