MCP Server
Active
MIT
io.github.CSOAI-ORG/meok-governance-smithery MCP Server
io.github.CSOAI-ORG/meok-governance-smithery
What is the io.github.CSOAI-ORG/meok-governance-smithery MCP server?
MEOK Governance Engine - 62 AI governance tools. EU AI Act + NIST + ISO 42001 + crosswalks. Most
How to install io.github.CSOAI-ORG/meok-governance-smithery
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": {
"meok-governance-smithery": {
"command": "python",
"args": [
"meok-governance-smithery"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"meok-governance-smithery": {
"command": "python",
"args": [
"meok-governance-smithery"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"meok-governance-smithery": {
"command": "python",
"args": [
"meok-governance-smithery"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"meok-governance-smithery": {
"type": "stdio",
"command": "python",
"args": [
"meok-governance-smithery"
]
}
}
}Claude Code
claude mcp add meok-governance-smithery -- python meok-governance-smitheryRelated 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