PluginBench
MCP Server
Active
Apache-2.0

io.github.SemanticDataCharter/sdcgovernance MCP Server

io.github.SemanticDataCharter/sdcgovernance

What is the io.github.SemanticDataCharter/sdcgovernance MCP server?

Governance validation for Semantic Data Charter instances; returns OASIS XACML decisions.

How to install io.github.SemanticDataCharter/sdcgovernance

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": {
    "sdcgovernance": {
      "command": "uvx",
      "args": [
        "sdcgovernance"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "sdcgovernance": {
      "command": "uvx",
      "args": [
        "sdcgovernance"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "sdcgovernance": {
      "command": "uvx",
      "args": [
        "sdcgovernance"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "sdcgovernance": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sdcgovernance"
      ]
    }
  }
}
Claude Code
claude mcp add sdcgovernance -- uvx sdcgovernance

Related MCP servers

SDC4 structural validator with ExceptionalValue recovery; thin wrapper over xmlschema.

1
Python
Apache-2.0
View repository →