dodaone-mcp-server
Verified Safeby fefogarcia
Overview
Serve the DodaOne governance framework via an MCP-compatible API for informational queries and action evaluations.
Installation
npx -y @dodaone/governance-mcp-serverEnvironment Variables
- GQS_API_KEY
Security Notes
The server securely handles the GQS_API_KEY via environment variables and uses it in standard HTTP headers. Input validation is performed using Zod schemas. Network requests are made to a single, hardcoded external API endpoint. Error handling is present for network failures and non-OK responses from the external service. No 'eval' or other high-risk dynamic code execution patterns were found. The main security consideration is the trust in the external 'Governance Query Service' endpoint itself.
Similar Servers
mesh
An open-source control plane for Model Context Protocol (MCP) traffic, providing unified authentication, routing, observability, and tool management for AI agents and integrations across various services.
chip
The Collibra MCP Server acts as a bridge, enabling AI agents to interact with Collibra Data Governance Center for intelligent data discovery and governance operations.
fedramp-docs-mcp
A Model Context Protocol (MCP) server for querying FedRAMP compliance documentation and NIST controls, designed to be used by AI agents and developers.
FedRAMP20xMCP
An MCP server for FedRAMP 20x compliance analysis, providing automated code and infrastructure scanning, evidence automation, and documentation tools.