MCP Server
MCP
io.github.governmyai/mcp-server
AI compliance obligations across EU AI Act, ISO 42001, Colorado AI Act, NIST, HIPAA, SOX, FTC
Install
npx -y @governmyai/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@governmyai/mcp-server",
"version": "0.1.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your GovernMy.ai API key. Get a free one at https://governmy.ai/developers",
"isRequired": true,
"isSecret": true,
"name": "GOVERNMY_API_KEY"
},
{
"description": "Override the API base URL. Defaults to https://api.governmy.ai",
"name": "GOVERNMY_API_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment