Sports Context Protocol for Zed
io.github.dswane/sports-context-protocol
Self-learning operational context layer for AI sports agents. Profile 001: golf.
client:Zed
transport:stdio
runtime:npm
Install Sports Context Protocol in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"sports-context-protocol": {
"command": "npx",
"args": [
"-y",
"sports-context-protocol"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs