Skip to content
Zed

trust chain mcp for Zed

io.github.csoai-org/trust-chain-mcp

Trust Chain MCP server. Tools: create trust anchor, verify chain, add attestation. Built by MEOK AI

client:Zed transport:stdio runtime:pypi

Install trust chain mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "trust-chain-mcp": {
      "command": "uvx",
      "args": [
        "trust-chain-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

trust chain mcp in other clients