board and stable mcp for Zed
io.github.kevindarstnbb/board-and-stable-mcp
Search horse boarding facilities and trainers across 44 US states.
client:Zed
transport:stdio
runtime:npm
Install board and stable mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"board-and-stable-mcp": {
"command": "npx",
"args": [
"-y",
"board-and-stable-mcp"
],
"env": {
"DATABASE_URL": "<DATABASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs