Skip to content
VS Code

trust chain mcp for VS Code

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

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

client:VS Code transport:stdio runtime:pypi

Install trust chain mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "trust-chain-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "trust-chain-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

trust chain mcp in other clients