trust chain mcp for Cursor
io.github.csoai-org/trust-chain-mcp
Trust Chain MCP server. Tools: create trust anchor, verify chain, add attestation. Built by MEOK AI
client:Cursor
transport:stdio
runtime:pypi
Install trust chain mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"trust-chain-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"trust-chain-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs