obsd launchpad for Cline
io.github.lordbasilaiassistant-sudo/obsd-launchpad
MCP server for AI agents to deploy tokens on Base. One command launch, earn OBSD forever.
client:Cline
transport:stdio
runtime:npm
Install obsd launchpad in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"obsd-launchpad": {
"command": "npx",
"args": [
"-y",
"obsd-launchpad-mcp"
],
"env": {
"DEPLOYER_PRIVATE_KEY": "<DEPLOYER_PRIVATE_KEY>",
"RPC_URL": "<RPC_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs