Skip to content
Cursor

sdcgovernance for Cursor

io.github.semanticdatacharter/sdcgovernance

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

client:Cursor transport:stdio runtime:pypi

Install sdcgovernance in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "sdcgovernance": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sdcgovernance"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

sdcgovernance in other clients