What is the io.github.CSOAI-ORG/csoai MCP server?
Signed deterministic AI-governance measurement: EU AI Act cards + agent-callable record verify.
How to install io.github.CSOAI-ORG/csoai
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": {
"csoai": {
"command": "uvx",
"args": [
"csoai",
"--from",
"csoai[mcp]",
"csoai-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"csoai": {
"command": "uvx",
"args": [
"csoai",
"--from",
"csoai[mcp]",
"csoai-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"csoai": {
"command": "uvx",
"args": [
"csoai",
"--from",
"csoai[mcp]",
"csoai-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"csoai": {
"type": "stdio",
"command": "uvx",
"args": [
"csoai",
"--from",
"csoai[mcp]",
"csoai-mcp"
]
}
}
}Claude Code
claude mcp add csoai -- uvx csoai --from csoai[mcp] csoai-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