The Neural Ledger Intelligence for Zed
com.theneuralledger/intelligence
Read-only global event and evidence intelligence with entities, assets, and impact paths.
client:Zed
transport:stdio
runtime:npm
Install The Neural Ledger Intelligence in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"intelligence": {
"command": "npx",
"args": [
"-y",
"@theneuralledger/mcp"
],
"env": {
"TNL_API_KEY": "<TNL_API_KEY>",
"TNL_BASE_URL": "<TNL_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs