scoreflow for Zed
io.github.8infinitelabs/scoreflow
Query your Scoreflow level, XP, skill tree and leaderboard from inside Claude Code / Desktop.
client:Zed
transport:stdio
runtime:npm
Install scoreflow in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"scoreflow": {
"command": "npx",
"args": [
"-y",
"@scoreflow/mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs