MCP Server
io.github.CSOAI-ORG/agent-incident-reporter-mcp MCP Server
io.github.CSOAI-ORG/agent-incident-reporter-mcp
What is the io.github.CSOAI-ORG/agent-incident-reporter-mcp MCP server?
Signed, hash-chained, tamper-evident AI incident records. EU AI Act Article 73 serious-incident repo
How to install io.github.CSOAI-ORG/agent-incident-reporter-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": {
"agent-incident-reporter-mcp": {
"command": "uvx",
"args": [
"agent-incident-reporter-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"agent-incident-reporter-mcp": {
"command": "uvx",
"args": [
"agent-incident-reporter-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agent-incident-reporter-mcp": {
"command": "uvx",
"args": [
"agent-incident-reporter-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"agent-incident-reporter-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"agent-incident-reporter-mcp"
]
}
}
}Claude Code
claude mcp add agent-incident-reporter-mcp -- uvx agent-incident-reporter-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