MCP Server
Active
io.github.CSOAI-ORG/trust-chain-mcp MCP Server
io.github.CSOAI-ORG/trust-chain-mcp
What is the io.github.CSOAI-ORG/trust-chain-mcp MCP server?
Trust Chain MCP server. Tools: create trust anchor, verify chain, add attestation. Built by MEOK AI
How to install io.github.CSOAI-ORG/trust-chain-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"trust-chain-mcp": {
"command": "python",
"args": [
"trust-chain-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"trust-chain-mcp": {
"command": "python",
"args": [
"trust-chain-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"trust-chain-mcp": {
"command": "python",
"args": [
"trust-chain-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"trust-chain-mcp": {
"type": "stdio",
"command": "python",
"args": [
"trust-chain-mcp"
]
}
}
}Claude Code
claude mcp add trust-chain-mcp -- python trust-chain-mcpRelated MCP servers
Children's privacy compliance: COPPA (US), FERPA (US edu), EU AI Act children's provisions, UK A...
1
View repository →Python
MIT
DORA (EU Digital Operational Resilience Act) compliance for AI agents. 5-pillar audit, incident ...
1
View repository →Python
MIT