Back to Browse

Odgs MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

ODGS governance enforcement — validation, regulation compilation, drift detection, signed S-Certs.

About

ODGS governance enforcement — validation, regulation compilation, drift detection, signed S-Certs.

Security Report

4.2
Use Caution4.2High Risk

The ODGS MCP server is a governance enforcement tool with well-structured code and appropriate authentication mechanisms. The server correctly implements tier-based access controls and credentials are handled via environment variables rather than hardcoded. However, there are several moderate-severity concerns: the path traversal guard in pack downloads is weak and could be bypassed, sensitive data (API keys) may be logged in verbose mode, and error handling is inconsistent across tools. The permissions (network_http, env_vars, file_read/write) are appropriate for a governance compliance server, and no malicious patterns were detected. Supply chain analysis found 6 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.

5 files analyzed · 13 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

What You'll Need

Set these up before or after installing:

Path to the ODGS project root containing governance definitions (judiciary/, legislative/, executive/). Defaults to the current working directory.Optional

Environment variable: ODGS_PROJECT_ROOT

Metric Provenance licence key for Pro/Enterprise tier tools (compile_regulation, check_drift, detect_conflicts, narrate_audit, discover_bindings, download_pack). Omit for community-tier access (validate_payload, governance_score, list_packs, conformance_check).Required

Environment variable: ODGS_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "com-metricprovenance-odgs-mcp-server": {
      "env": {
        "ODGS_API_KEY": "your-odgs-api-key-here",
        "ODGS_PROJECT_ROOT": "your-odgs-project-root-here"
      },
      "args": [
        "odgs-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!