mcp server for Zed
io.github.jonybur/mcp-server
stories.yaml — an open specification for software requirements, enforced by CI.
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",
"@locus-dev/mcp-server"
],
"env": {
"PROTOTYPER_API_KEY": "<PROTOTYPER_API_KEY>",
"PROTOTYPER_PROJECT_ID": "<PROTOTYPER_PROJECT_ID>",
"LOCUS_STORIES_PATH": "<LOCUS_STORIES_PATH>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs