GIA Governance Intelligence Automation✓
io.github.knowledgepa3/gia-mcp-server · v0.3.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.knowledgepa3/gia-mcp-server",
"description": "AI governance engine — decision controls, compliance, audit chains, knowledge packs.",
"title": "GIA Governance Intelligence Automation",
"repository": {
"url": "https://github.com/knowledgepa3/gia-mcp-server",
"source": "github"
},
"version": "0.3.1",
"websiteUrl": "https://gia.aceadvising.com",
"packages": [
{
"registryType": "npm",
"identifier": "gia-mcp-server",
"version": "0.3.0",
"transport": {
"type": "stdio"
}
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://gia.aceadvising.com/mcp",
"headers": [
{
"description": "GIA API key for authentication",
"name": "x-api-key"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}