Execution-verified code generation and verification with signed, offline-checkable certificates.
claude mcp add soma -- npx -y soma-verify-mcp
claude_desktop_config.json
{
"mcpServers": {
"soma": {
"command": "npx",
"args": [
"-y",
"soma-verify-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"soma": {
"command": "npx",
"args": [
"-y",
"soma-verify-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"soma": {
"command": "npx",
"args": [
"-y",
"soma-verify-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"soma": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"soma-verify-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"soma": {
"command": "npx",
"args": [
"-y",
"soma-verify-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.medianemi-beep--soma/reviews or the review_server meta-tool.
POST /mcp