Skip to main content
ClaudeWave

Soma MCP server — execution-verified code with signed, offline-checkable certificates.

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptActualizado today
ClaudeWave Trust Score
62/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 8/23/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/medianemi-beep/soma-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "soma-mcp": {
      "command": "node",
      "args": ["/path/to/soma-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/medianemi-beep/soma-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# Soma MCP Server

Give your AI agent the one thing it can't do for itself: **actually run code against tests and prove it passed.**

Soma is an execution-verified code service. This MCP server exposes two tools:

- **`soma_verify_code`** — run candidate code against tests inside an isolated sandbox; get a PASS/FAIL verdict plus a signed, offline-checkable certificate (Ed25519). Use it to independently confirm code works before trusting it.
- **`soma_generate_verified_code`** — ask Soma to write code for a task; when the task is verifiable, the returned code has already been executed against derived tests, with a certificate attached.

15+ languages are supported for verification (Python, JavaScript/TypeScript, Go, C/C++, Java, Rust, Ruby, PHP, Bash, and more).

## Install

Requires Node.js 18+. Runs over stdio.

Add to your MCP client config (Claude Desktop, Cursor, etc.):

```json
{
  "mcpServers": {
    "soma": {
      "command": "npx",
      "args": ["-y", "soma-verify-mcp"],
      "env": {
        "SOMA_API_KEY": "YOUR_SOMA_KEY"
      }
    }
  }
}
```

- **Claude Desktop**: `Settings → Developer → Edit Config`, add the block above, restart.
- **Cursor**: `Settings → MCP → Add`, or drop the same block in `~/.cursor/mcp.json`.

## Configuration

| Env var | Required | Default | Purpose |
|---|---|---|---|
| `SOMA_API_KEY` | yes | — | Your Soma API key. |
| `SOMA_BASE_URL` | no | `https://170-9-236-56.sslip.io` | Soma API base URL. |
| `SOMA_TIMEOUT_MS` | no | `300000` | Per-request timeout. |

Get a free preview key: contact **centrum.arvind@gmail.com** (free tier during the preview).

## Tools

### `soma_verify_code`
Run code against tests and return a signed verdict.

- `language` (string) — e.g. `python`, `javascript`, `go`, `rust`.
- `code` (string) — the complete source to verify.
- `tests` (array) — one of:
  - **function mode** (default): `[{ "input": [arg1, arg2], "expected": value }]` plus `entrypoint` (the function name).
  - **stdio mode**: set `mode: "stdio"` and `[{ "stdin": "...", "expected_stdout": "..." }]`; no entrypoint.
- `entrypoint` (string, optional) — function name for function mode.
- `mode` (`"function"` | `"stdio"`, optional).

Returns: `verdict`, `tests_passed`, `tests_total`, and a `signature` / `public_key` / `sig_alg` you can check offline.

### `soma_generate_verified_code`
Get code for a task, executed against derived tests before it's returned.

- `prompt` (string) — the coding task. **Include concrete input/output examples** (e.g. `>>> f(2) == 4`) so the result is verifiable rather than best-effort.
- `max_tokens` (int, optional, default 1500).

Returns: the code, `certified` (bool), and a `certificate` (`verdict`, `tests_passed`, `tests_total`) when verification passed. If a task isn't verifiable, output is returned uncertified and clearly labeled — never a false "verified".

## What the certificate means

A certificate attests that the listed tests passed inside an isolated sandbox at generation time. It is signed (Ed25519) and checkable offline against the returned public key. It is not a warranty of fitness for any purpose — review output before production use.

## Privacy

No training on your prompts. See the Soma Privacy & Data Policy at `${SOMA_BASE_URL}/privacy`.

## License

MIT.

Lo que la gente pregunta sobre soma-mcp

¿Qué es medianemi-beep/soma-mcp?

+

medianemi-beep/soma-mcp es mcp servers para el ecosistema de Claude AI. Soma MCP server — execution-verified code with signed, offline-checkable certificates. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-22.

¿Cómo se instala soma-mcp?

+

Puedes instalar soma-mcp clonando el repositorio (https://github.com/medianemi-beep/soma-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar medianemi-beep/soma-mcp?

+

Nuestro agente de seguridad ha analizado medianemi-beep/soma-mcp y le ha asignado un Trust Score de 62/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene medianemi-beep/soma-mcp?

+

medianemi-beep/soma-mcp es mantenido por medianemi-beep. La última actividad registrada en GitHub es del 2026-08-22, con 0 issues abiertos.

¿Hay alternativas a soma-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega soma-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: medianemi-beep/soma-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/medianemi-beep-soma-mcp)](https://claudewave.com/repo/medianemi-beep-soma-mcp)
<a href="https://claudewave.com/repo/medianemi-beep-soma-mcp"><img src="https://claudewave.com/api/badge/medianemi-beep-soma-mcp" alt="Featured on ClaudeWave: medianemi-beep/soma-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a soma-mcp