MCP (Model Context Protocol) servers for the dataforalltech platform infrastructure.
This repository contains 11 operational MCP servers that provide tools for AI agents to interact with platform services, CI/CD systems, governance, and infrastructure management.
The platform-devs repository is dedicated to hosting all MCP servers that support the dataforalltech platform ecosystem. These servers are complementary to the platform-service-template (which remains a reference/scaffold for building Core Services following the Trinity Pattern).
Each MCP server follows the Trinity Pattern:
- MCP Server: Stdio-based protocol handler for Claude and other AI agents
- REST API: Service interfaces for AI tool execution
- Configuration: Environment-based settings management
- agent-twin-mcp-server — User/tenant context management and authentication
- ai-governance-mcp-server — Governance policies, validation, and ecosystem management
- config-mcp-server — Centralized configuration and credential management
- deploy-mcp-server — GitHub operations (commits, PRs, workflows, ACR image building)
- docs-mcp-server — Documentation validation, audit, and generation
- infra-mcp-server — Infrastructure and ADR management
- pipeline-mcp-server — CI/CD pipeline orchestration
- qa-mcp-server — Testing, linting, type checking, accessibility validation
- services-mcp-server — Service registry and health monitoring
- session-mcp-server — Session tracking and task management
- test-mcp-server — Test planning and execution tools
pip install -e .All 11 servers:
pytestIndividual server:
pytest <server-name>/tests/The .github/workflows/ directory contains:
ci.yml— Lint and test all servers on every PRai-governance-mcp-ci.yml— Governance-specific CI pipelineai-governance-mcp-release.yml— Automated release management for ai-governance server
- platform-service-template — Scaffold and guidelines for new Core Services (Trinity Pattern)
- AGENTS.md — Universal governance policies for the dataforalltech platform
- docs/architecture/trinity-pattern.md — Architecture guidelines for MCP servers
Proprietary — dataforalltech