soma for Zed
io.github.medianemi-beep/soma
Execution-verified code generation and verification with signed, offline-checkable certificates.
client:Zed
transport:stdio
runtime:npm
Install soma in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"soma": {
"command": "npx",
"args": [
"-y",
"soma-verify-mcp"
],
"env": {
"SOMA_API_KEY": "<SOMA_API_KEY>",
"SOMA_BASE_URL": "<SOMA_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs