mcp server for Zed
com.pagerankcafe/mcp-server
PageRankCafe MCP server: create and post ads, read performance, query platform insights.
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",
"pagerankcafe-mcp"
],
"env": {
"PAGERANKCAFE_API_KEY": "<PAGERANKCAFE_API_KEY>",
"PAGERANKCAFE_BASE_URL": "<PAGERANKCAFE_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs