accountsos mcp for Zed
io.github.paulgosnell/accountsos-mcp
Query your live AccountsOS books: balances, transactions, VAT, deadlines, invoices.
client:Zed
transport:stdio
runtime:npm
Install accountsos mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"accountsos-mcp": {
"command": "npx",
"args": [
"-y",
"@thriveventurelabs/accountsos-mcp"
],
"env": {
"ACCOUNTSOS_API_KEY": "<ACCOUNTSOS_API_KEY>",
"ACCOUNTSOS_BASE_URL": "<ACCOUNTSOS_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs