Flatland for Zed
com.flatlandfi/flatland
Financial reasoning infrastructure for AI agents: typed models, deterministic compilation, receipts
client:Zed
transport:stdio
runtime:npm
Install Flatland in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"flatland": {
"command": "npx",
"args": [
"-y",
"flatland-client"
],
"env": {
"FLATLAND_API_KEY": "<FLATLAND_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs