Server data from the Official MCP Registry
ODGS governance enforcement — validation, regulation compilation, drift detection, signed S-Certs.
ODGS governance enforcement — validation, regulation compilation, drift detection, signed S-Certs.
The ODGS MCP Server is a governance enforcement tool with reasonable security posture overall. It properly gates access based on API key authentication tiers, avoids hardcoded credentials, and uses environment variables appropriately. However, there are moderate concerns around path traversal in pack extraction, broad network access without explicit validation, and incomplete input sanitization on user-provided parameters like process_urn and regulation text. Supply chain analysis found 6 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.
5 files analyzed · 14 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: ODGS_PROJECT_ROOT
Environment variable: ODGS_API_KEY
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"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.