foxhound for Zed
io.github.caleb-love/foxhound
MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients
client:Zed
transport:stdio
runtime:npm
Install foxhound in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"foxhound": {
"command": "npx",
"args": [
"-y",
"@foxhound-ai/mcp-server"
],
"env": {
"FOXHOUND_API_KEY": "<FOXHOUND_API_KEY>",
"FOXHOUND_ENDPOINT": "<FOXHOUND_ENDPOINT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs