← Back to browse

Synpareia Trust Toolkit

Indexed by io.github.synpareia

About

Verifiable dealings with other agents: prove what you did, vet who you deal with, bind agreements

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSYNPAREIA_DATA_DIR SYNPAREIA_DISPLAY_NAME SYNPAREIA_NETWORK_URL SYNPAREIA_WITNESS_URL
Claude Code
claude mcp add --env SYNPAREIA_DATA_DIR= --env SYNPAREIA_DISPLAY_NAME= --env SYNPAREIA_NETWORK_URL= --env SYNPAREIA_WITNESS_URL= trust-mcp -- uvx synpareia-trust-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"trust-mcp","command":"uvx","args":["synpareia-trust-mcp"],"env":{"SYNPAREIA_DATA_DIR":"","SYNPAREIA_DISPLAY_NAME":"","SYNPAREIA_NETWORK_URL":"","SYNPAREIA_WITNESS_URL":""}}'
JSON
{
  "mcpServers": {
    "trust-mcp": {
      "command": "uvx",
      "args": [
        "synpareia-trust-mcp"
      ],
      "env": {
        "SYNPAREIA_DATA_DIR": "",
        "SYNPAREIA_DISPLAY_NAME": "",
        "SYNPAREIA_NETWORK_URL": "",
        "SYNPAREIA_WITNESS_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.