Aulafy
Courses/Agents and automation/MCP Governance and Reliable Knowledge

MCP Governance and Reliable Knowledge

Connecting MCP is the easy part. The hard part is deciding which sources are reliable, which tools write, who approves, and how contradictions are resolved.

  • Design an inventory of servers, tools, and actual permissions.
  • Separate verified knowledge from obsolete or contradictory documents.
  • Define human approvals for tools with external impact.
TerminalCode
registro_mcp:
  server: github-readonly
  owner: equipo-dev
  entorno: produccion
  tools:
    - list_issues: allow
    - read_pull_request: allow
    - merge_pull_request: deny
  fuentes:
    prioridad:
      - docs/versionadas
      - runbooks/aprobados
      - issues/recientes
    prohibido:
      - borradores
      - documentos_sin_fecha
  revision:
    acciones_criticas: humana
    caducidad_fuentes_dias: 90