MCP Server
MCP
io.github.medianemi-beep/soma
Execution-verified code generation and verification with signed, offline-checkable certificates.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "soma-verify-mcp",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Optional Soma API key. A throttled public demo key is built in, so this is not required to try it. Free preview keys: [email protected].",
"format": "string",
"isSecret": true,
"name": "SOMA_API_KEY"
},
{
"description": "Soma API base URL. Defaults to the hosted Soma endpoint.",
"format": "string",
"name": "SOMA_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment