zyfy mcp for Zed
io.github.zyfy-uk/zyfy-mcp
MCP server for Zyfy — UK postcode and vehicle intelligence for Claude and other AI agents
client:Zed
transport:stdio
runtime:npm
Install zyfy mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"zyfy-mcp": {
"command": "npx",
"args": [
"-y",
"@zyfy-uk/mcp"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs