Project Context for Zed
io.github.sandovalrr/project-context
Safely manage repository-scoped issues across Linear, GitHub Issues, and Jira Cloud.
client:Zed
transport:stdio
runtime:npm
Install Project Context in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"project-context": {
"command": "npx",
"args": [
"-y",
"@sandovalrr/project-context-mcp"
],
"env": {
"PROJECT_CONTEXT_CONFIG_DIR": "<PROJECT_CONTEXT_CONFIG_DIR>",
"PROJECT_CONTEXT_STATE_DIR": "<PROJECT_CONTEXT_STATE_DIR>",
"PROJECT_CONTEXT_CWD": "<PROJECT_CONTEXT_CWD>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs