OneSource MCP for Zed
io.onesource/mcp
Blockchain data, Deepstate and Standard Reserve markets, live chain queries, and API docs
client:Zed
transport:stdio
runtime:npm
Install OneSource MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@one-source/mcp"
],
"env": {
"X402_PRIVATE_KEY": "<X402_PRIVATE_KEY>",
"ONESOURCE_API_KEY": "<ONESOURCE_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs