MCP Server
Active
io.github.CSOAI-ORG/korea-ai-basic-act-mcp MCP Server
io.github.CSOAI-ORG/korea-ai-basic-act-mcp
What is the io.github.CSOAI-ORG/korea-ai-basic-act-mcp MCP server?
Korea AI Basic Act compliance MCP — in force 22 Jan 2026. High-impact AI + GenAI labelling + MSIT
How to install io.github.CSOAI-ORG/korea-ai-basic-act-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": {
"korea-ai-basic-act-mcp": {
"command": "python",
"args": [
"korea-ai-basic-act-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"korea-ai-basic-act-mcp": {
"command": "python",
"args": [
"korea-ai-basic-act-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"korea-ai-basic-act-mcp": {
"command": "python",
"args": [
"korea-ai-basic-act-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"korea-ai-basic-act-mcp": {
"type": "stdio",
"command": "python",
"args": [
"korea-ai-basic-act-mcp"
]
}
}
}Claude Code
claude mcp add korea-ai-basic-act-mcp -- python korea-ai-basic-act-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