NEAT for Zed
io.github.neat-technologies/neat
Fused graph of your codebase — static code + runtime OTel — for AI agents, over MCP.
client:Zed
transport:stdio
runtime:npm
Install NEAT in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"neat": {
"command": "npx",
"args": [
"-y",
"@neat.is/mcp"
],
"env": {
"NEAT_CORE_URL": "<NEAT_CORE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs