governance-mcp-server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@governance-mcp-serverWhat are the 5 core principles?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
governance-mcp-server
MCP server for querying the DodaOne governance framework.
Overview
This MCP server wraps the Governance Query Service, enabling any MCP-compatible client (Claude Code, Claude Desktop, etc.) to query governance documents and evaluate proposed actions against the governance framework.
Related MCP server: quads-mcp
Installation
From npm (once published)
Add to your MCP client configuration:
{
"mcpServers": {
"dodaone-governance": {
"command": "npx",
"args": ["-y", "@dodaone/governance-mcp-server"],
"env": {
"GQS_API_KEY": "your-api-key-here"
}
}
}
}Local Development
git clone <repo-url>
cd governance-mcp-server
pnpm install
pnpm buildThen configure your MCP client:
{
"mcpServers": {
"dodaone-governance": {
"command": "node",
"args": ["/path/to/governance-mcp-server/dist/index.js"],
"env": {
"GQS_API_KEY": "your-api-key-here"
}
}
}
}Configuration
Environment Variables
Variable | Required | Description |
| Yes | API key for the Governance Query Service |
Tool: query_governance
Query the DodaOne governance framework.
Parameters
Parameter | Type | Required | Description |
| string | Yes | The main query text |
| string | Yes |
|
| array | No | For comparing options (operational queries) |
| object | No | Additional context (division, action_description) |
Query Types
Informational: Retrieve factual information from governance documents.
{
"query": "What are the 5 core principles?",
"query_type": "informational"
}Operational: Evaluate proposed actions against the governance framework.
{
"query": "Should I get my haircut at a salon or do it myself?",
"query_type": "operational",
"subqueries": [
{ "text": "Getting haircut at a professional salon", "option_key": "salon" },
{ "text": "Cutting hair myself at home", "option_key": "diy" }
],
"context": {
"division": "dodaself",
"action_description": "Personal grooming decision"
}
}Response
Returns the full JSON response from the Governance Query Service, including:
Classification (SOLID/FUZZY/NOVEL)
Alignment scores
Reasoning
Citations
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
AI governance MCP server for EU AI Act compliance and jurisdiction verification
MCP server for mandates, delegation, policy-gated execution, credential grants, and audit.
Governed data discovery, exact queries, decisions, simulations, and runtime utilities over MCP.
Guarded MCP server for agent-readable business truth, provenance, readiness, and discovery.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server that aggregates live governance proposals from major DAOs enabling AI agents to track, analyze, and act on decentralized decision-making in real time.32MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for interacting with QUADS infrastructure systems via API, enabling resource management and automation through LLM applications.MIT

@vaibot/mcp-serverofficial
FlicenseAqualityDmaintenanceGovernance circuit-breaker MCP server that enables AI agents to request risk-based decisions, approve or deny actions, and finalize outcomes with full audit receipts.4-- AlicenseAqualityBmaintenanceMCP server for verifying high-impact decisions with Trust OS.2MIT