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