sentinel for Zed
io.github.clarencyu-boop/sentinel
Crypto trading backtesting, bot deployment, AI strategy, and account management for Sentinel Bot.
client:Zed
transport:stdio
runtime:npm
Install sentinel in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"sentinel": {
"command": "npx",
"args": [
"-y",
"mcp-server-sentinel"
],
"env": {
"SENTINEL_API_KEY": "<SENTINEL_API_KEY>",
"SENTINEL_API_URL": "<SENTINEL_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs