mcp server for Zed
eu.wealthapi/mcp-server
Read-only MCP server for wealthAPI: portfolio, cash-flow, and dividend insights for AI assistants.
client:Zed
transport:stdio
runtime:npm
Install mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@wealth_api/mcp-server"
],
"env": {
"BEARER_TOKEN": "<BEARER_TOKEN>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs