# MCP Server with LangGraph ## Docs - [Contributing Guide](https://mcp-server-langgraph.mintlify.app/advanced/contributing.md): Guidelines for contributing to the MCP Server with LangGraph project - [Development Setup](https://mcp-server-langgraph.mintlify.app/advanced/development-setup.md): Complete development environment setup guide - [Testing Strategies](https://mcp-server-langgraph.mintlify.app/advanced/testing.md): Comprehensive testing guide for the MCP Server with LangGraph - [Advanced Troubleshooting](https://mcp-server-langgraph.mintlify.app/advanced/troubleshooting.md): Advanced debugging techniques and deep-dive troubleshooting - [API Compliance & Production-Readiness Report](https://mcp-server-langgraph.mintlify.app/api-reference/api-compliance-report.md): Comprehensive analysis of MCP Server LangGraph APIs for production readiness - [API Keys API](https://mcp-server-langgraph.mintlify.app/api-reference/api-keys.md): API endpoints for managing API keys and long-lived authentication - [Authentication API](https://mcp-server-langgraph.mintlify.app/api-reference/authentication.md): API endpoints for user authentication and session management - [Builder API](https://mcp-server-langgraph.mintlify.app/api-reference/builder.md): API endpoints for the Visual Workflow Builder - [GDPR Compliance Endpoints](https://mcp-server-langgraph.mintlify.app/api-reference/gdpr-endpoints.md): GDPR data subject rights API endpoints for compliance and data privacy - [Health Check API](https://mcp-server-langgraph.mintlify.app/api-reference/health-checks.md): Endpoints for service health and readiness monitoring - [API Reference](https://mcp-server-langgraph.mintlify.app/api-reference/introduction.md): Complete API reference for MCP Server with LangGraph - [MCP Endpoints](https://mcp-server-langgraph.mintlify.app/api-reference/mcp-endpoints.md): Model Context Protocol (MCP) HTTP endpoints for server communication - [MCP Messages](https://mcp-server-langgraph.mintlify.app/api-reference/mcp/messages.md): Message formats and types in the Model Context Protocol - [MCP Resources](https://mcp-server-langgraph.mintlify.app/api-reference/mcp/resources.md): Resource types and access patterns in the Model Context Protocol - [MCP Tools](https://mcp-server-langgraph.mintlify.app/api-reference/mcp/tools.md): Available tools and their usage in the Model Context Protocol - [Playground API](https://mcp-server-langgraph.mintlify.app/api-reference/playground.md): API endpoints for the Interactive Playground - [SCIM 2.0 Provisioning API](https://mcp-server-langgraph.mintlify.app/api-reference/scim-provisioning.md): API endpoints for automated user and group provisioning via SCIM 2.0 protocol - [SDK Quickstart](https://mcp-server-langgraph.mintlify.app/api-reference/sdk-quickstart.md): Quick start guide for using the SDK with Python, TypeScript, and Go examples - [Service Principals API](https://mcp-server-langgraph.mintlify.app/api-reference/service-principals.md): API endpoints for managing service principals and machine-to-machine authentication - [1. Multi-Provider LLM Support via LiteLLM](https://mcp-server-langgraph.mintlify.app/architecture/adr-0001-llm-multi-provider.md): Architecture Decision Record: 1. Multi-Provider LLM Support via LiteLLM - [2. Fine-Grained Authorization with OpenFGA](https://mcp-server-langgraph.mintlify.app/architecture/adr-0002-openfga-authorization.md): Architecture Decision Record: 2. Fine-Grained Authorization with OpenFGA - [3. Dual Observability: OpenTelemetry + LangSmith](https://mcp-server-langgraph.mintlify.app/architecture/adr-0003-dual-observability.md): Architecture Decision Record: 3. Dual Observability: OpenTelemetry + LangSmith - [4. MCP StreamableHTTP Transport Protocol](https://mcp-server-langgraph.mintlify.app/architecture/adr-0004-mcp-streamable-http.md): Architecture Decision Record: 4. MCP StreamableHTTP Transport Protocol - [5. Type-Safe Agent Responses with Pydantic AI](https://mcp-server-langgraph.mintlify.app/architecture/adr-0005-pydantic-ai-integration.md): Architecture Decision Record: 5. Type-Safe Agent Responses with Pydantic AI - [6. Pluggable Session Storage Architecture](https://mcp-server-langgraph.mintlify.app/architecture/adr-0006-session-storage-architecture.md): Architecture Decision Record: 6. Pluggable Session Storage Architecture - [7. Pluggable Authentication Provider Pattern](https://mcp-server-langgraph.mintlify.app/architecture/adr-0007-authentication-provider-pattern.md): Architecture Decision Record: 7. Pluggable Authentication Provider Pattern - [8. Infisical for Secrets Management](https://mcp-server-langgraph.mintlify.app/architecture/adr-0008-infisical-secrets-management.md): Architecture Decision Record: 8. Infisical for Secrets Management - [9. Feature Flag System for Gradual Rollouts](https://mcp-server-langgraph.mintlify.app/architecture/adr-0009-feature-flag-system.md): Architecture Decision Record: 9. Feature Flag System for Gradual Rollouts - [10. LangGraph Functional API over Object-Oriented Approach](https://mcp-server-langgraph.mintlify.app/architecture/adr-0010-langgraph-functional-api.md): Architecture Decision Record: 10. LangGraph Functional API over Object-Oriented Approach - [11. Cookiecutter Template for Project Generation](https://mcp-server-langgraph.mintlify.app/architecture/adr-0011-cookiecutter-template-strategy.md): Architecture Decision Record: 11. Cookiecutter Template for Project Generation - [12. Built-In Compliance Framework (GDPR, SOC 2, HIPAA)](https://mcp-server-langgraph.mintlify.app/architecture/adr-0012-compliance-framework-integration.md): Architecture Decision Record: 12. Built-In Compliance Framework (GDPR, SOC 2, HIPAA) - [13. Multi-Deployment Target Strategy](https://mcp-server-langgraph.mintlify.app/architecture/adr-0013-multi-deployment-target-strategy.md): Architecture Decision Record: 13. Multi-Deployment Target Strategy - [14. Pydantic Type Safety Strategy](https://mcp-server-langgraph.mintlify.app/architecture/adr-0014-pydantic-type-safety.md): Architecture Decision Record: 14. Pydantic Type Safety Strategy - [15. Memory Checkpointing for Stateful Agents](https://mcp-server-langgraph.mintlify.app/architecture/adr-0015-memory-checkpointing.md): Architecture Decision Record: 15. Memory Checkpointing for Stateful Agents - [16. Property-Based Testing with Hypothesis](https://mcp-server-langgraph.mintlify.app/architecture/adr-0016-property-based-testing-strategy.md): Architecture Decision Record: 16. Property-Based Testing with Hypothesis - [17. Error Handling Strategy](https://mcp-server-langgraph.mintlify.app/architecture/adr-0017-error-handling-strategy.md): Architecture Decision Record: 17. Error Handling Strategy - [18. Semantic Versioning Strategy](https://mcp-server-langgraph.mintlify.app/architecture/adr-0018-semantic-versioning-strategy.md): Architecture Decision Record: 18. Semantic Versioning Strategy - [19. Async-First Architecture](https://mcp-server-langgraph.mintlify.app/architecture/adr-0019-async-first-architecture.md): Architecture Decision Record: 19. Async-First Architecture - [20. Dual MCP Transport Protocol (STDIO + StreamableHTTP)](https://mcp-server-langgraph.mintlify.app/architecture/adr-0020-dual-mcp-transport-protocol.md): Architecture Decision Record: 20. Dual MCP Transport Protocol (STDIO + StreamableHTTP) - [21. CI/CD Pipeline Strategy](https://mcp-server-langgraph.mintlify.app/architecture/adr-0021-cicd-pipeline-strategy.md): Architecture Decision Record: 21. CI/CD Pipeline Strategy - [22. Distributed Conversation Checkpointing for Auto-Scaling](https://mcp-server-langgraph.mintlify.app/architecture/adr-0022-distributed-conversation-checkpointing.md): Architecture Decision Record: 22. Distributed Conversation Checkpointing for Auto-Scaling - [23. Anthropic Tool Design Best Practices](https://mcp-server-langgraph.mintlify.app/architecture/adr-0023-anthropic-tool-design-best-practices.md): Architecture Decision Record: 23. Anthropic Tool Design Best Practices - [24. Agentic Loop Implementation Following Anthropic Best Practices](https://mcp-server-langgraph.mintlify.app/architecture/adr-0024-agentic-loop-implementation.md): Architecture Decision Record: 24. Agentic Loop Implementation Following Anthropic Best Practices - [25. Anthropic Best Practices - Advanced Enhancements](https://mcp-server-langgraph.mintlify.app/architecture/adr-0025-anthropic-best-practices-enhancements.md): Architecture Decision Record: 25. Anthropic Best Practices - Advanced Enhancements - [26. Lazy Observability Initialization](https://mcp-server-langgraph.mintlify.app/architecture/adr-0026-lazy-observability-initialization.md): Architecture Decision Record: 26. Lazy Observability Initialization - [27. Rate Limiting Strategy for API Protection](https://mcp-server-langgraph.mintlify.app/architecture/adr-0027-rate-limiting-strategy.md): Architecture Decision Record: 27. Rate Limiting Strategy for API Protection - [28. Multi-Layer Caching Strategy](https://mcp-server-langgraph.mintlify.app/architecture/adr-0028-caching-strategy.md): Architecture Decision Record: 28. Multi-Layer Caching Strategy - [29. Custom Exception Hierarchy](https://mcp-server-langgraph.mintlify.app/architecture/adr-0029-custom-exception-hierarchy.md): Architecture Decision Record: 29. Custom Exception Hierarchy - [30. Resilience Patterns for Production Systems](https://mcp-server-langgraph.mintlify.app/architecture/adr-0030-resilience-patterns.md): Architecture Decision Record: 30. Resilience Patterns for Production Systems - [31. Keycloak as Authoritative Identity Provider](https://mcp-server-langgraph.mintlify.app/architecture/adr-0031-keycloak-authoritative-identity.md): Architecture Decision Record: 31. Keycloak as Authoritative Identity Provider - [32. JWT Standardization Across All Authentication Flows](https://mcp-server-langgraph.mintlify.app/architecture/adr-0032-jwt-standardization.md): Architecture Decision Record: 32. JWT Standardization Across All Authentication Flows - [33. Service Principal Design and Authentication Modes](https://mcp-server-langgraph.mintlify.app/architecture/adr-0033-service-principal-design.md): Architecture Decision Record: 33. Service Principal Design and Authentication Modes - [34. API Key to JWT Exchange Pattern](https://mcp-server-langgraph.mintlify.app/architecture/adr-0034-api-key-jwt-exchange.md): Architecture Decision Record: 34. API Key to JWT Exchange Pattern - [35. Kong JWT Validation Strategy](https://mcp-server-langgraph.mintlify.app/architecture/adr-0035-kong-jwt-validation.md): Architecture Decision Record: 35. Kong JWT Validation Strategy - [36. Hybrid Session Model for Long-Running Tasks](https://mcp-server-langgraph.mintlify.app/architecture/adr-0036-hybrid-session-model.md): Architecture Decision Record: 36. Hybrid Session Model for Long-Running Tasks - [37. Identity Federation Architecture](https://mcp-server-langgraph.mintlify.app/architecture/adr-0037-identity-federation.md): Architecture Decision Record: 37. Identity Federation Architecture - [38. SCIM 2.0 Implementation Approach](https://mcp-server-langgraph.mintlify.app/architecture/adr-0038-scim-implementation.md): Architecture Decision Record: 38. SCIM 2.0 Implementation Approach - [39. OpenFGA Permission Inheritance for Service Principals](https://mcp-server-langgraph.mintlify.app/architecture/adr-0039-openfga-permission-inheritance.md): Architecture Decision Record: 39. OpenFGA Permission Inheritance for Service Principals - [40. GCP GKE Autopilot Deployment Strategy](https://mcp-server-langgraph.mintlify.app/architecture/adr-0040-gcp-gke-autopilot-deployment.md): Architecture Decision Record: 40. GCP GKE Autopilot Deployment Strategy - [41. Pure PostgreSQL for GDPR/HIPAA/SOC2 Compliance Storage](https://mcp-server-langgraph.mintlify.app/architecture/adr-0041-postgresql-gdpr-storage.md): Architecture Decision Record: 41. Pure PostgreSQL for GDPR/HIPAA/SOC2 Compliance Storage - [42. Dependency Injection Configuration Fixes](https://mcp-server-langgraph.mintlify.app/architecture/adr-0042-dependency-injection-configuration-fixes.md): Architecture Decision Record: 42. Dependency Injection Configuration Fixes - [43. Cost Monitoring Dashboard](https://mcp-server-langgraph.mintlify.app/architecture/adr-0043-cost-monitoring-dashboard.md): Architecture Decision Record: 43. Cost Monitoring Dashboard - [44. Test Infrastructure Quick Wins](https://mcp-server-langgraph.mintlify.app/architecture/adr-0044-test-infrastructure-quick-wins.md): Architecture Decision Record: 44. Test Infrastructure Quick Wins - [45. Test Infrastructure Phase 2 - Real Infrastructure Foundation](https://mcp-server-langgraph.mintlify.app/architecture/adr-0045-test-infrastructure-phase-2-foundation.md): Architecture Decision Record: 45. Test Infrastructure Phase 2 - Real Infrastructure Foundation - [46. Deployment Configuration TDD Infrastructure](https://mcp-server-langgraph.mintlify.app/architecture/adr-0046-deployment-configuration-tdd-infrastructure.md): Architecture Decision Record: 46. Deployment Configuration TDD Infrastructure - [47. Visual Workflow Builder](https://mcp-server-langgraph.mintlify.app/architecture/adr-0047-visual-workflow-builder.md): Architecture Decision Record: 47. Visual Workflow Builder - [48. PostgreSQL Storage Integration Tests](https://mcp-server-langgraph.mintlify.app/architecture/adr-0048-postgres-storage-integration-tests.md): Architecture Decision Record: 48. PostgreSQL Storage Integration Tests - [ADR-0049: Pytest Fixture Consolidation and Organization](https://mcp-server-langgraph.mintlify.app/architecture/adr-0049-pytest-fixture-consolidation.md): Architecture Decision Record: ADR-0049: Pytest Fixture Consolidation and Organization - [50. Dependency Singleton Pattern Justification](https://mcp-server-langgraph.mintlify.app/architecture/adr-0050-dependency-singleton-pattern-justification.md): Architecture Decision Record: 50. Dependency Singleton Pattern Justification - [51. Memorystore Redis ExternalName Service with Cloud DNS](https://mcp-server-langgraph.mintlify.app/architecture/adr-0051-memorystore-redis-externalname-service.md): Architecture Decision Record: 51. Memorystore Redis ExternalName Service with Cloud DNS - [ADR-0052: Pytest-xdist Isolation Strategy](https://mcp-server-langgraph.mintlify.app/architecture/adr-0052-pytest-xdist-isolation-strategy.md): Architecture Decision Record: ADR-0052: Pytest-xdist Isolation Strategy - [53. CI/CD Failure Prevention Framework](https://mcp-server-langgraph.mintlify.app/architecture/adr-0053-ci-cd-failure-prevention-framework.md): Architecture Decision Record: 53. CI/CD Failure Prevention Framework - [54. Pod Failure Prevention Framework](https://mcp-server-langgraph.mintlify.app/architecture/adr-0054-pod-failure-prevention-framework.md): Architecture Decision Record: 54. Pod Failure Prevention Framework - [55. Diagram Visualization Standards](https://mcp-server-langgraph.mintlify.app/architecture/adr-0055-diagram-visualization-standards.md): Architecture Decision Record: 55. Diagram Visualization Standards - [56. AsyncMock Configuration Prevention Mechanisms](https://mcp-server-langgraph.mintlify.app/architecture/adr-0056-asyncmock-configuration-prevention.md): Architecture Decision Record: 56. AsyncMock Configuration Prevention Mechanisms - [60. Database Architecture and Naming Convention](https://mcp-server-langgraph.mintlify.app/architecture/adr-0060-database-architecture-and-naming-convention.md): Architecture Decision Record: 60. Database Architecture and Naming Convention - [61. FastAPI as Web Framework](https://mcp-server-langgraph.mintlify.app/architecture/adr-0061-fastapi-web-framework.md): Architecture Decision Record: 61. FastAPI as Web Framework - [62. uv for Package Management](https://mcp-server-langgraph.mintlify.app/architecture/adr-0062-uv-package-management.md): Architecture Decision Record: 62. uv for Package Management - [63. Mintlify as Documentation Platform](https://mcp-server-langgraph.mintlify.app/architecture/adr-0063-mintlify-documentation-platform.md): Architecture Decision Record: 63. Mintlify as Documentation Platform - [64. Pre-commit Hooks Strategy](https://mcp-server-langgraph.mintlify.app/architecture/adr-0064-pre-commit-hooks-strategy.md): Architecture Decision Record: 64. Pre-commit Hooks Strategy - [65. Ruff for Code Quality](https://mcp-server-langgraph.mintlify.app/architecture/adr-0065-ruff-code-quality.md): Architecture Decision Record: 65. Ruff for Code Quality - [66. Helm Chart Security Risk Acceptance](https://mcp-server-langgraph.mintlify.app/architecture/adr-0066-helm-chart-security-risk-acceptance.md): Architecture Decision Record: 66. Helm Chart Security Risk Acceptance - [67. Grafana LGTM Stack Migration](https://mcp-server-langgraph.mintlify.app/architecture/adr-0067-grafana-lgtm-stack-migration.md): Architecture Decision Record: 67. Grafana LGTM Stack Migration - [68. Gateway-Level Authentication](https://mcp-server-langgraph.mintlify.app/architecture/adr-0068-gateway-level-authentication.md): Architecture Decision Record: 68. Gateway-Level Authentication with Traefik ForwardAuth - [ADR-0069: MCP Specification Upgrade to 2025-11-25](https://mcp-server-langgraph.mintlify.app/architecture/adr-0069-mcp-2025-11-25-upgrade.md): Architecture decision for upgrading MCP specification from 2025-06-18 to 2025-11-25, implementing Tasks, enhanced Sampling, and improved error handling - [Infrastructure Layer Architecture](https://mcp-server-langgraph.mintlify.app/architecture/infrastructure-layer.md): Architectural documentation for the infrastructure layer that separates infrastructure concerns from business logic - [Keycloak JWT Authentication Architecture - Overview](https://mcp-server-langgraph.mintlify.app/architecture/keycloak-jwt-architecture-overview.md): Complete enterprise-grade authentication and identity management architecture with Keycloak as the authoritative identity provider - [Architecture Overview](https://mcp-server-langgraph.mintlify.app/architecture/overview.md): Comprehensive guide to the architectural decisions and design patterns used in MCP Server with LangGraph - [Repository Structure](https://mcp-server-langgraph.mintlify.app/architecture/repository-structure.md): Organization of the mcp-server-langgraph repository and the purpose of each directory - [CI/CD Pipeline Status & Badges](https://mcp-server-langgraph.mintlify.app/ci-cd/badges.md): Comprehensive CI/CD pipeline status, build badges, and workflow monitoring for the MCP Server project - [Elite CI/CD Features](https://mcp-server-langgraph.mintlify.app/ci-cd/elite-features.md): DORA metrics, performance regression detection, and observability integration for elite-level CI/CD - [GitHub Repository Secrets & Variables Configuration](https://mcp-server-langgraph.mintlify.app/ci-cd/github-secrets.md): Complete guide for configuring GitHub Actions secrets and variables required for CI/CD workflows including GCP, AWS, authentication, and monitoring integrations - [Testing GitHub Actions Workflows Locally](https://mcp-server-langgraph.mintlify.app/ci-cd/local-testing.md): Test GitHub Actions workflows locally using act before pushing changes to prevent CI failures and save CI minutes - [CI/CD Pipeline Documentation](https://mcp-server-langgraph.mintlify.app/ci-cd/overview.md): Comprehensive CI/CD documentation covering 24 production-grade GitHub Actions workflows with elite-level capabilities - [CI/CD Troubleshooting Guide](https://mcp-server-langgraph.mintlify.app/ci-cd/troubleshooting.md): Comprehensive troubleshooting guide for GitHub Actions workflows - [Performance Benchmarks](https://mcp-server-langgraph.mintlify.app/comparisons/benchmarks.md): Real-world performance benchmarks for MCP Server with LangGraph and competitor frameworks - [Choosing the Right Agent Framework](https://mcp-server-langgraph.mintlify.app/comparisons/choosing-framework.md): Decision guide for selecting between MCP Server with LangGraph, CrewAI, OpenAI AgentKit, Google ADK, Claude Agent SDK, and other agent frameworks - [Total Cost of Ownership Calculator](https://mcp-server-langgraph.mintlify.app/comparisons/tco-calculator.md): Interactive TCO calculator comparing MCP Server with LangGraph against competitor frameworks - [MCP Server with LangGraph vs Claude Agent SDK](https://mcp-server-langgraph.mintlify.app/comparisons/vs-claude-agent-sdk.md): Detailed comparison between MCP Server with LangGraph and Anthropic Claude Agent SDK - [MCP Server with LangGraph vs CrewAI](https://mcp-server-langgraph.mintlify.app/comparisons/vs-crewai.md): Detailed comparison between MCP Server with LangGraph and CrewAI for agent development - [MCP Server with LangGraph vs Google ADK](https://mcp-server-langgraph.mintlify.app/comparisons/vs-google-adk.md): Detailed comparison between MCP Server with LangGraph and Google Agent Development Kit - [MCP Server with LangGraph vs LangGraph Cloud Platform](https://mcp-server-langgraph.mintlify.app/comparisons/vs-langgraph-cloud.md): Understanding the differences between LangGraph Cloud and MCP Server with LangGraph - [MCP Server with LangGraph vs Microsoft Agent Framework](https://mcp-server-langgraph.mintlify.app/comparisons/vs-microsoft-agent-framework.md): Detailed comparison between MCP Server with LangGraph and Microsoft Agent Framework (AutoGen + Semantic Kernel) - [MCP Server with LangGraph vs OpenAI AgentKit](https://mcp-server-langgraph.mintlify.app/comparisons/vs-openai-agentkit.md): Comparison between MCP Server with LangGraph and OpenAI AgentKit for agent development - [Privacy by Design & Default](https://mcp-server-langgraph.mintlify.app/compliance/gdpr/data-protection-design.md): GDPR Article 25: Data protection by design and by default implementation - [Data Protection Principles](https://mcp-server-langgraph.mintlify.app/compliance/gdpr/data-protection-principles.md): GDPR Article 5: Data protection principles including lawfulness, fairness, and transparency - [Data Subject Rights](https://mcp-server-langgraph.mintlify.app/compliance/gdpr/data-subject-rights.md): GDPR Chapter III: Implementation of data subject rights including access, erasure, and portability - [Data Processing Agreement (DPA) Template](https://mcp-server-langgraph.mintlify.app/compliance/gdpr/dpa-template.md): GDPR-compliant Data Processing Agreement template for data processors - [Data Protection Impact Assessment (DPIA)](https://mcp-server-langgraph.mintlify.app/compliance/gdpr/dpia.md): GDPR DPIA process, template, and risk assessment methodology - [GDPR Compliance](https://mcp-server-langgraph.mintlify.app/compliance/gdpr/overview.md): Comprehensive GDPR compliance guide for data protection and privacy - [Business Associate Agreement (BAA) Template](https://mcp-server-langgraph.mintlify.app/compliance/hipaa/baa-template.md): HIPAA Business Associate Agreement template and requirements - [HIPAA Breach Response & FAQs](https://mcp-server-langgraph.mintlify.app/compliance/hipaa/breach-response.md): Incident response procedures, breach notification requirements, and frequently asked questions - [HIPAA Compliance Checklist](https://mcp-server-langgraph.mintlify.app/compliance/hipaa/compliance-checklist.md): Comprehensive checklist for verifying HIPAA compliance across all requirements - [HIPAA Deployment Architecture](https://mcp-server-langgraph.mintlify.app/compliance/hipaa/deployment.md): HIPAA-compliant deployment architecture, monitoring, and alerting setup - [HIPAA Compliance](https://mcp-server-langgraph.mintlify.app/compliance/hipaa/overview.md): Comprehensive HIPAA compliance guide for healthcare applications - [HIPAA Technical Safeguards](https://mcp-server-langgraph.mintlify.app/compliance/hipaa/technical-safeguards.md): Technical security measures for HIPAA compliance including encryption, access controls, and audit logging - [SOC 2 Evidence Collection & Audit](https://mcp-server-langgraph.mintlify.app/compliance/soc2/evidence-audit.md): Evidence collection, Type II observation period, and audit preparation - [SOC 2 Compliance](https://mcp-server-langgraph.mintlify.app/compliance/soc2/overview.md): Comprehensive SOC 2 compliance guide for service organizations - [SOC 2 Readiness Checklist](https://mcp-server-langgraph.mintlify.app/compliance/soc2/readiness.md): Comprehensive SOC 2 readiness checklist and cost planning - [SOC 2 Trust Service Criteria](https://mcp-server-langgraph.mintlify.app/compliance/soc2/trust-criteria.md): Trust Service Criteria including Security, Availability, Processing Integrity, Confidentiality, and Privacy - [MDX Syntax Best Practices](https://mcp-server-langgraph.mintlify.app/contributing/mdx-syntax-guide.md): Common MDX parsing errors in Mintlify documentation and how to prevent them - [API Gateway Deployment](https://mcp-server-langgraph.mintlify.app/deployment/advanced/api-gateway.md): Multi-provider API gateway deployment guide covering Kong, AWS, GCP, Azure, and Kubernetes ingress - [Binary Authorization](https://mcp-server-langgraph.mintlify.app/deployment/binary-authorization.md): Enforce container image signing and verification on GKE to prevent unauthorized deployments - [Google Cloud Run](https://mcp-server-langgraph.mintlify.app/deployment/cloud-run.md): Deploy to Google Cloud Run for serverless GCP deployment - [Cost Optimization](https://mcp-server-langgraph.mintlify.app/deployment/cost-optimization.md): Achieve 40-60% cost savings for MCP Server deployments on GCP and AWS with proven optimization strategies - [Infrastructure Deployment Checklist](https://mcp-server-langgraph.mintlify.app/deployment/deployment-checklist.md): Reproducible and idempotent infrastructure deployment guide with standardized naming conventions - [Disaster Recovery](https://mcp-server-langgraph.mintlify.app/deployment/disaster-recovery.md): Backup, restore, and failover strategies for production resilience - [Docker Compose](https://mcp-server-langgraph.mintlify.app/deployment/docker.md): Local development and testing with Docker Compose - [Deployment Environments - Version Matrix](https://mcp-server-langgraph.mintlify.app/deployment/environments.md): Comprehensive overview of deployment environments, service versions, and configuration differences across production, test, development, and minimal environments - [GCP Configuration Guide](https://mcp-server-langgraph.mintlify.app/deployment/gcp-configuration.md): Google Cloud Platform settings for CI/CD deployment workflows - [GDPR Storage Backend Configuration](https://mcp-server-langgraph.mintlify.app/deployment/gdpr-storage-configuration.md): The GDPR compliance endpoints (`/api/v1/users/me/*`) require persistent storage to meet data subject rights requirements under GDPR Articles 15, 16... - [GitOps with ArgoCD](https://mcp-server-langgraph.mintlify.app/deployment/gitops-argocd.md): Implement declarative, Git-driven deployments for MCP Server across dev, staging, and production GKE clusters - [GKE Autopilot Resource Constraints](https://mcp-server-langgraph.mintlify.app/deployment/gke-autopilot-resource-constraints.md): Understanding and fixing GKE Autopilot resource ratio constraints - [GKE Preview Implementation Summary](https://mcp-server-langgraph.mintlify.app/deployment/gke-preview-implementation-summary.md): Complete summary of the GKE preview environment implementation for the MCP Server LangGraph project - [Helm Deployment](https://mcp-server-langgraph.mintlify.app/deployment/helm.md): Deploy MCP Server using Helm charts for simplified management - [IAM and RBAC Requirements](https://mcp-server-langgraph.mintlify.app/deployment/iam-rbac-requirements.md): Multi-cloud IAM/RBAC permissions for CI/CD deployments - [Infisical Installation Guide](https://mcp-server-langgraph.mintlify.app/deployment/infisical-installation.md): Complete guide for installing and using Infisical secrets management with MCP Server LangGraph. Infisical is an optional dependency for secure secr... - [Backend Setup](https://mcp-server-langgraph.mintlify.app/deployment/infrastructure/backend-setup.md): Initialize Terraform state storage on GCP with GCS buckets for secure, versioned state management - [AWS Backend Setup](https://mcp-server-langgraph.mintlify.app/deployment/infrastructure/backend-setup-aws.md): Configure S3 and DynamoDB for Terraform state management with encryption and locking - [Docker Health Check Patterns](https://mcp-server-langgraph.mintlify.app/deployment/infrastructure/docker-healthcheck-patterns.md): Portable health check patterns for Docker Compose services that work across minimal base images without relying on utilities like curl or wget - [GKE Cluster Requirements for CI/CD](https://mcp-server-langgraph.mintlify.app/deployment/infrastructure/gke-cluster-requirements.md): Prerequisites and setup guide for GKE clusters required by CI/CD deployment workflows - [Multi-Environment Strategy](https://mcp-server-langgraph.mintlify.app/deployment/infrastructure/multi-environment.md): Configure dev, staging, and production environments with Terraform for consistent, cost-optimized infrastructure - [Infrastructure as Code](https://mcp-server-langgraph.mintlify.app/deployment/infrastructure/overview.md): Overview of infrastructure-as-code architecture for MCP Server deployments across cloud providers - [Terraform AWS Infrastructure](https://mcp-server-langgraph.mintlify.app/deployment/infrastructure/terraform-aws.md): Production-ready AWS infrastructure with Terraform: EKS, VPC, RDS, ElastiCache, and IRSA - achieving 96/100 maturity - [Terraform Modules for GCP](https://mcp-server-langgraph.mintlify.app/deployment/infrastructure/terraform-gcp.md): Production-ready Terraform modules for deploying MCP Server LangGraph infrastructure on Google Cloud Platform - [Keycloak JWT Authentication Deployment Guide](https://mcp-server-langgraph.mintlify.app/deployment/keycloak-jwt-deployment.md): Complete deployment guide for the Keycloak-centric authentication architecture with service principals, API keys, identity federation, and SCIM pro... - [Kong API Gateway](https://mcp-server-langgraph.mintlify.app/deployment/kong-gateway.md): Deploy Kong Gateway for advanced API management, rate limiting, and security - [Kubernetes Deployment](https://mcp-server-langgraph.mintlify.app/deployment/kubernetes.md): Deploy MCP Server with LangGraph on Kubernetes - [Azure AKS Deployment](https://mcp-server-langgraph.mintlify.app/deployment/kubernetes/aks.md): Deploy MCP Server with LangGraph on Azure Kubernetes Service (AKS) - [ConfigMap and Secret Management Best Practices](https://mcp-server-langgraph.mintlify.app/deployment/kubernetes/configmap-best-practices.md): Best practices for managing ConfigMaps and Secrets in Kubernetes to prevent pod crashes - [AWS EKS Deployment](https://mcp-server-langgraph.mintlify.app/deployment/kubernetes/eks.md): Deploy MCP Server with LangGraph on Amazon Elastic Kubernetes Service (EKS) - [EKS Production Deployment](https://mcp-server-langgraph.mintlify.app/deployment/kubernetes/eks-production.md): Complete production deployment guide for AWS EKS with Terraform, IRSA, auto-scaling, and monitoring - [Google GKE Deployment](https://mcp-server-langgraph.mintlify.app/deployment/kubernetes/gke.md): Deploy MCP Server with LangGraph on Google Kubernetes Engine (GKE) - [GKE Preview Deployment](https://mcp-server-langgraph.mintlify.app/deployment/kubernetes/gke-preview.md): Deploy to GKE preview environment with security best practices - [GKE Production Deployment](https://mcp-server-langgraph.mintlify.app/deployment/kubernetes/gke-production.md): Deploy MCP Server LangGraph to Google Kubernetes Engine (GKE) Autopilot with production-grade security, observability, and high availability - [Keycloak readOnlyRootFilesystem Implementation](https://mcp-server-langgraph.mintlify.app/deployment/kubernetes/keycloak-readonly-filesystem.md): Secure Keycloak deployment with read-only root filesystem using optimized GHCR image - [Kubernetes Best Practices Implementation](https://mcp-server-langgraph.mintlify.app/deployment/kubernetes/kubernetes-best-practices-implementation.md): Comprehensive guide to implementing Kubernetes best practices across GCP GKE, AWS EKS, and Azure AKS deployments - [Kustomize Configuration](https://mcp-server-langgraph.mintlify.app/deployment/kubernetes/kustomize.md): Manage Kubernetes configurations across environments with Kustomize - [Multi-Cloud Kubernetes Lessons](https://mcp-server-langgraph.mintlify.app/deployment/kubernetes/multi-cloud-lessons.md): Lessons learned from GKE applied to EKS and AKS deployments with kubectl validation patterns - [Pod Crash Resolution - 2025-11-12](https://mcp-server-langgraph.mintlify.app/deployment/kubernetes/pod-crash-resolution-2025-11-12.md): Resolution of critical pod crashes in staging environment affecting Keycloak and MCP Server deployments - [LangGraph Platform](https://mcp-server-langgraph.mintlify.app/deployment/langgraph-platform.md): Deploy to LangGraph Platform in one command - [LLM Provider Resilience Best Practices](https://mcp-server-langgraph.mintlify.app/deployment/llm-provider-resilience.md): Comprehensive guide to rate limiting, concurrency management, and resilience patterns for LLM API providers including Anthropic, OpenAI, Google, Azure, and AWS Bedrock - [Log Aggregation](https://mcp-server-langgraph.mintlify.app/deployment/log-aggregation.md): Multi-platform log aggregation with structured JSON logging - [Model Configuration Strategy](https://mcp-server-langgraph.mintlify.app/deployment/model-configuration.md): This document explains the LLM model configuration strategy across different deployment environments. - [Alerting & Health Checks](https://mcp-server-langgraph.mintlify.app/deployment/monitoring/alerting.md): Configure Alertmanager, define SLOs, set up health checks, and implement monitoring best practices - [Grafana Dashboards](https://mcp-server-langgraph.mintlify.app/deployment/monitoring/dashboards.md): Create comprehensive Grafana dashboards for metrics visualization, SLOs, and real-time monitoring - [Distributed Tracing](https://mcp-server-langgraph.mintlify.app/deployment/monitoring/distributed-tracing.md): Configure Jaeger and OpenTelemetry for distributed tracing and performance analysis - [LangSmith Integration](https://mcp-server-langgraph.mintlify.app/deployment/monitoring/langsmith.md): Track LLM performance, prompts, and chain execution with LangSmith for comprehensive AI observability - [Structured Logging](https://mcp-server-langgraph.mintlify.app/deployment/monitoring/logging.md): Implement structured JSON logging with correlation IDs and centralized aggregation - [Monitoring & Observability](https://mcp-server-langgraph.mintlify.app/deployment/monitoring/overview.md): Comprehensive monitoring, metrics, and observability setup for MCP Server production deployments - [Prometheus Metrics](https://mcp-server-langgraph.mintlify.app/deployment/monitoring/prometheus.md): Set up Prometheus for metrics collection, custom business metrics, and application monitoring - [EKS Operational Runbooks](https://mcp-server-langgraph.mintlify.app/deployment/operations/eks-runbooks.md): Operational procedures and troubleshooting guides for AWS EKS production environments - [GKE Operational Runbooks](https://mcp-server-langgraph.mintlify.app/deployment/operations/gke-runbooks.md): Day-2 operations, incident response, and maintenance procedures for MCP Server on GKE Autopilot - [Deployment Issues Prevention](https://mcp-server-langgraph.mintlify.app/deployment/operations/issue-prevention.md): Comprehensive catalog of deployment issues and automated prevention strategies - [Deployment Options](https://mcp-server-langgraph.mintlify.app/deployment/overview.md): Deploy MCP Server with LangGraph to production - [CI/CD Integration](https://mcp-server-langgraph.mintlify.app/deployment/platform/ci-cd.md): Automate LangGraph Platform deployments with CI/CD pipelines - [Platform Configuration](https://mcp-server-langgraph.mintlify.app/deployment/platform/configuration.md): Configure your LangGraph Platform deployment - [Monitoring & Observability](https://mcp-server-langgraph.mintlify.app/deployment/platform/monitoring.md): Monitor your LangGraph Platform deployments with LangSmith - [LangGraph Platform Quickstart](https://mcp-server-langgraph.mintlify.app/deployment/platform/quickstart.md): Get your agent deployed to LangGraph Platform in 2 minutes - [Secrets Management](https://mcp-server-langgraph.mintlify.app/deployment/platform/secrets.md): Securely manage API keys and secrets in LangGraph Platform - [Production Checklist](https://mcp-server-langgraph.mintlify.app/deployment/production-checklist.md): Pre-deployment verification for production environments - [Release Process](https://mcp-server-langgraph.mintlify.app/deployment/release-process.md): This document describes the automated and manual release process for MCP Server LangGraph. The project uses automated GitHub Actions workflows to: - [Auto-Scaling](https://mcp-server-langgraph.mintlify.app/deployment/scaling.md): Configure horizontal and vertical scaling for production workloads - [Service Mesh (Anthos)](https://mcp-server-langgraph.mintlify.app/deployment/service-mesh.md): Deploy Anthos Service Mesh on GKE for service-to-service mTLS, traffic management, and observability - [Version Compatibility Matrix](https://mcp-server-langgraph.mintlify.app/deployment/version-compatibility.md): Last Updated: 2025-12-08 This document tracks all infrastructure component versions across deployment methods and provides upgrade guidance. - [Version Pinning Strategy](https://mcp-server-langgraph.mintlify.app/deployment/version-pinning.md): Last Updated: 2025-10-14 Current Version: 2.4.0 This document defines the version pinning strategy for Docker images and deployment configurations ... - [Vertex AI with Workload Identity](https://mcp-server-langgraph.mintlify.app/deployment/vertex-ai-workload-identity.md): Configure Vertex AI using Workload Identity Federation on GKE for keyless authentication - [VMware VM Resource Estimation for MCP Server LangGraph](https://mcp-server-langgraph.mintlify.app/deployment/vmware-resource-estimation.md): Target Platform: VMware vSphere / ESXi 1. [Executive Summary](#executive-summary) 2. [Component Resource Requirements](#component-resource-requirem... - [Cache Management Strategy](https://mcp-server-langgraph.mintlify.app/development/cache-management-strategy.md): Preventing and resolving cache corruption in CI/CD pipelines - [Makefile Commands Reference](https://mcp-server-langgraph.mintlify.app/development/commands.md): Comprehensive reference for all 124 Makefile commands organized by category - [Coverage Threshold Philosophy](https://mcp-server-langgraph.mintlify.app/development/coverage-threshold-philosophy.md): Understanding and applying coverage thresholds across different test types - [Integration Testing with Docker](https://mcp-server-langgraph.mintlify.app/development/integration-testing.md): Complete guide for running integration tests in containerized environments. Integration tests verify that the MCP Server works correctly with real ... - [Infrastructure Naming Conventions](https://mcp-server-langgraph.mintlify.app/development/naming-conventions.md): Standardized naming conventions for all infrastructure resources across GCP, AWS, and Azure with environment-based patterns and platform-specific guidelines - [Developer Onboarding Guide](https://mcp-server-langgraph.mintlify.app/development/onboarding.md): Get up and running with MCP Server LangGraph development in under 10 minutes - [Developer Setup Guide](https://mcp-server-langgraph.mintlify.app/development/setup.md): Complete guide for setting up the MCP Server LangGraph development environment with all required and optional tools. - [Validation Strategy](https://mcp-server-langgraph.mintlify.app/development/validation-strategy.md): 3-tier validation system balancing speed and quality across commit, push, and CI stages - [GitHub Actions Workflow Dependency Diagram](https://mcp-server-langgraph.mintlify.app/development/workflow-diagram.md): Visual representation of all 31 GitHub Actions workflows with dependencies and triggers - [GitHub Actions Workflows Reference](https://mcp-server-langgraph.mintlify.app/development/workflows.md): Comprehensive reference for all 31 GitHub Actions workflows organized by category - [System Architecture Diagram](https://mcp-server-langgraph.mintlify.app/diagrams/system-architecture.md): This file contains Mermaid diagrams for the MCP Server LangGraph system architecture. Client[MCP Client
Claude Desktop, Custom Apps] - [Architecture](https://mcp-server-langgraph.mintlify.app/getting-started/architecture.md): System architecture and component overview - [Authentication](https://mcp-server-langgraph.mintlify.app/getting-started/authentication.md): Secure your MCP server with JWT and Keycloak SSO - [Authorization](https://mcp-server-langgraph.mintlify.app/getting-started/authorization.md): Fine-grained access control with OpenFGA - [Day-1 Developer Guide](https://mcp-server-langgraph.mintlify.app/getting-started/day-1-developer.md): Get from zero to running your first LangGraph MCP agent in under 5 minutes with progressive onboarding paths - [Your First Request](https://mcp-server-langgraph.mintlify.app/getting-started/first-request.md): Send your first message to the MCP agent - [Installation](https://mcp-server-langgraph.mintlify.app/getting-started/installation.md): Detailed installation guide for all environments - [What is MCP Server?](https://mcp-server-langgraph.mintlify.app/getting-started/introduction.md): Welcome to MCP Server with LangGraph - A production-ready MCP server with enterprise features - [LangSmith Tracing](https://mcp-server-langgraph.mintlify.app/getting-started/langsmith-tracing.md): Comprehensive LLM observability with LangSmith - [Observability](https://mcp-server-langgraph.mintlify.app/getting-started/observability.md): OpenTelemetry tracing, metrics, and LangSmith integration - [Quick Start](https://mcp-server-langgraph.mintlify.app/getting-started/quickstart.md): Get MCP Server with LangGraph running in 5 minutes - [Agent Architecture and Usage](https://mcp-server-langgraph.mintlify.app/guides/agent-architecture.md): LangGraph agent architecture with Pydantic AI integration for production-ready intelligent agents - [Anthropic Claude Setup](https://mcp-server-langgraph.mintlify.app/guides/anthropic-claude.md): Configure Claude models for advanced reasoning and extended context - [API Key Management Guide](https://mcp-server-langgraph.mintlify.app/guides/api-key-management.md): API keys provide simple, long-lived authentication for CLI tools, webhooks, and legacy integrations. All API keys are exchanged for JWTs and stored... - [Authentication Migration v2.7→v2.8](https://mcp-server-langgraph.mintlify.app/guides/authentication-migration-v2-8.md): Migration guide for upgrading authentication from v2.7.0 to v2.8.0 with token-based auth - [Container Pattern Migration](https://mcp-server-langgraph.mintlify.app/guides/container-migration.md): Comprehensive guide for migrating to dependency injection container pattern with before/after examples - [Environment Configuration](https://mcp-server-langgraph.mintlify.app/guides/environment-config.md): Environment-based configuration management and best practices - [Google Gemini Setup](https://mcp-server-langgraph.mintlify.app/guides/google-gemini.md): Configure Google Gemini models with Vertex AI and API access - [Identity Federation Quick Start](https://mcp-server-langgraph.mintlify.app/guides/identity-federation-quickstart.md): Integrate existing identity providers (LDAP, SAML, OIDC) with Keycloak for centralized authentication. - [Infisical Secrets Management](https://mcp-server-langgraph.mintlify.app/guides/infisical-setup.md): Centralized secrets management with Infisical - [Keycloak SSO Integration](https://mcp-server-langgraph.mintlify.app/guides/keycloak-sso.md): Enterprise authentication with Keycloak OpenID Connect - [Local Models Setup](https://mcp-server-langgraph.mintlify.app/guides/local-models.md): Run open-source LLMs locally with Ollama, vLLM, and LM Studio - [Log Query Examples](https://mcp-server-langgraph.mintlify.app/guides/log-queries.md): Platform-specific log query examples for troubleshooting and analysis - [Version Migration Guide](https://mcp-server-langgraph.mintlify.app/guides/migration-guide.md): Step-by-step migration guides for upgrading between versions of MCP Server with LangGraph - [Multi-LLM Setup](https://mcp-server-langgraph.mintlify.app/guides/multi-llm-setup.md): Configure multiple LLM providers with automatic fallback - [Observability](https://mcp-server-langgraph.mintlify.app/guides/observability.md): OpenTelemetry tracing, metrics, and LangSmith integration - [OpenAI GPT Setup](https://mcp-server-langgraph.mintlify.app/guides/openai-gpt.md): Configure OpenAI GPT-5 series models including GPT-5, GPT-5 Pro, GPT-5 Mini, and GPT-5 Nano - [OpenFGA Setup](https://mcp-server-langgraph.mintlify.app/guides/openfga-setup.md): Deploy and configure OpenFGA for fine-grained authorization - [Permission Model](https://mcp-server-langgraph.mintlify.app/guides/permission-model.md): Customize OpenFGA authorization models for your use case - [Interactive Playground](https://mcp-server-langgraph.mintlify.app/guides/playground.md): Test and explore AI agents in real-time with the Interactive Playground - [QuickStart Presets Guide](https://mcp-server-langgraph.mintlify.app/guides/presets.md): Rapid agent prototyping with zero infrastructure using pre-configured presets - [Redis Session Management](https://mcp-server-langgraph.mintlify.app/guides/redis-sessions.md): Production-ready session store with Redis - [Relationship Tuples](https://mcp-server-langgraph.mintlify.app/guides/relationship-tuples.md): Manage OpenFGA relationship tuples programmatically - [Resilience Patterns Guide](https://mcp-server-langgraph.mintlify.app/guides/resilience-patterns.md): Production-grade resilience with circuit breakers, retry, timeout, bulkhead, and fallback patterns - [Background Schedulers Guide](https://mcp-server-langgraph.mintlify.app/guides/schedulers.md): Configure automated data cleanup and SOC 2 compliance scheduling with APScheduler - [SCIM 2.0 Provisioning Guide](https://mcp-server-langgraph.mintlify.app/guides/scim-provisioning.md): Automate user provisioning and deprovisioning from external identity management systems using SCIM 2.0. - [Secret Rotation](https://mcp-server-langgraph.mintlify.app/guides/secret-rotation.md): Automated secret rotation strategies for enhanced security - [Service Principals Guide](https://mcp-server-langgraph.mintlify.app/guides/service-principals.md): Service principals enable machine-to-machine authentication for batch jobs, streaming tasks, and background processes. They support long-lived cred... - [Migration Guide: pip → uv](https://mcp-server-langgraph.mintlify.app/guides/uv-migration.md): Last Updated: 2025-10-20 Applies to: v2.7.0+ This guide helps you migrate from pip-based dependency management to uv. The migration is backward compatible. - [Versioning Strategy](https://mcp-server-langgraph.mintlify.app/guides/versioning-strategy.md): Version support policy and semantic versioning guidelines for MCP Server LangGraph - [Google Vertex AI Setup](https://mcp-server-langgraph.mintlify.app/guides/vertex-ai-setup.md): Complete guide to using Anthropic Claude and Google Gemini models via Google Vertex AI - [Visual Workflow Builder](https://mcp-server-langgraph.mintlify.app/guides/visual-workflow-builder.md): Design and deploy AI agents visually with the drag-and-drop workflow builder - [Google Gemini 2.5 Setup Guide](https://mcp-server-langgraph.mintlify.app/integrations/gemini.md): Quick setup guide for using Google Gemini 2.5 models with MCP Server LangGraph, including configuration, model comparison, and best practices - [Keycloak Integration Guide](https://mcp-server-langgraph.mintlify.app/integrations/keycloak.md): Production-ready authentication with Keycloak for MCP Server LangGraph, including OAuth2/OIDC, JWKS token verification, and role synchronization - [Kong API Gateway Integration Guide](https://mcp-server-langgraph.mintlify.app/integrations/kong.md): Integrate Kong API Gateway with MCP Server LangGraph for rate limiting, authentication, traffic control, and API management - [LangSmith Integration Guide](https://mcp-server-langgraph.mintlify.app/integrations/langsmith.md): Integrate LangSmith observability and debugging platform with MCP Server LangGraph for tracing, datasets, evaluation, and feedback collection - [LiteLLM Integration Guide](https://mcp-server-langgraph.mintlify.app/integrations/litellm.md): Use multiple LLM providers with MCP Server LangGraph through LiteLLM, supporting 100+ providers including OpenAI, Anthropic, Google, and local models - [OpenFGA & Infisical Integration Guide](https://mcp-server-langgraph.mintlify.app/integrations/openfga-infisical.md): Complete integration guide for fine-grained authorization with OpenFGA and secrets management with Infisical for MCP Server LangGraph - [Migration Guides](https://mcp-server-langgraph.mintlify.app/project/migration-guides.md): Index to all migration and upgrade guides for the MCP Server LangGraph project - [Product Roadmap](https://mcp-server-langgraph.mintlify.app/project/roadmap.md): Strategic roadmap for building the most production-ready, enterprise-grade MCP server with LangGraph - [AI Tools Compatibility Guide](https://mcp-server-langgraph.mintlify.app/reference/ai-tools-compatibility.md): Comprehensive compatibility matrix for AI coding assistants and IDEs with MCP Server LangGraph, including Claude Code, GitHub Copilot, and Cursor - [API Endpoints Reference](https://mcp-server-langgraph.mintlify.app/reference/api-endpoints.md): Complete API reference for service principals, API key management, and SCIM 2.0 provisioning endpoints - [Configuration Files Reference](https://mcp-server-langgraph.mintlify.app/reference/configuration-files.md): Complete reference for all configuration files including LDAP mappers, OIDC providers, role mappings, and environment variables - [Build and Test Verification Summary](https://mcp-server-langgraph.mintlify.app/reference/development/build-verification.md): Python Version: 3.10-3.12 (3.13 removed) Status: ✅ Ready for Production - [x] Removed Python 3.13 from supported versions due to Infisical dependen... - [Deployment Procedures](https://mcp-server-langgraph.mintlify.app/reference/development/ci-cd/deployment.md): Deployment and rollback procedures for production environments - [CI/CD Pipeline](https://mcp-server-langgraph.mintlify.app/reference/development/ci-cd/overview.md): Continuous integration and deployment pipeline architecture overview - [Testing Strategy](https://mcp-server-langgraph.mintlify.app/reference/development/ci-cd/testing.md): Comprehensive testing strategy including unit, integration, property-based, and mutation testing - [Troubleshooting & Best Practices](https://mcp-server-langgraph.mintlify.app/reference/development/ci-cd/troubleshooting.md): Secrets management, troubleshooting guides, and CI/CD best practices - [GitHub Actions Workflows](https://mcp-server-langgraph.mintlify.app/reference/development/ci-cd/workflows.md): GitHub Actions workflow configuration, deployment validation, and container builds - [Developer Setup Guide](https://mcp-server-langgraph.mintlify.app/reference/development/development.md): Complete guide for setting up your local development environment. - [Quick Start](#quick-start) - [Detailed Setup](#detailed-setup) - [GitHub Actions Setup Guide](https://mcp-server-langgraph.mintlify.app/reference/development/github-actions.md): Complete guide for setting up and configuring GitHub Actions for the MCP Server with LangGraph. - [Overview](#overview) - [IDE Setup Guide](https://mcp-server-langgraph.mintlify.app/reference/development/ide-setup.md): This document provides setup instructions for various IDEs and AI coding assistants when working on the MCP Server with LangGraph project. - [Documentation Authoring Guide](https://mcp-server-langgraph.mintlify.app/reference/documentation-authoring-guide.md): Complete guide for contributing to MCP Server LangGraph documentation including Mintlify standards, file formats, and best practices - [Environment Variables Reference](https://mcp-server-langgraph.mintlify.app/reference/environment-variables.md): This document lists all environment variables used by the MCP Server LangGraph application. - `JWT_SECRET_KEY` (REQUIRED) - [Icon Selection Guide](https://mcp-server-langgraph.mintlify.app/reference/icon-selection-guide.md): Comprehensive icon standards for Mintlify documentation with Font Awesome and Lucide icon libraries and semantic usage guidelines - [Kong Gateway Plugins Reference](https://mcp-server-langgraph.mintlify.app/reference/kong-plugins.md): Complete reference for Kong Gateway plugins used in MCP Server including rate limiting, authentication, CORS, and custom plugins - [MCP Registry Deployment Guide](https://mcp-server-langgraph.mintlify.app/reference/mcp-registry.md): Complete guide for deploying MCP Server LangGraph to the Model Context Protocol Registry with HTTP/SSE and stdio transport support - [Mermaid Diagram Standards & Style Guide](https://mcp-server-langgraph.mintlify.app/reference/mermaid-guide.md): Comprehensive guide for creating consistent, accessible Mermaid diagrams with ColorBrewer2 Set3 palette - [Pydantic AI Integration](https://mcp-server-langgraph.mintlify.app/reference/pydantic-ai.md): Type-safe agent responses using Pydantic AI with MCP Server LangGraph, including validators, streaming, and structured outputs - [AWS EKS Deployment - Quick Reference](https://mcp-server-langgraph.mintlify.app/reference/quick-reference.md): Quick reference card for AWS EKS deployment including one-command deployment, essential commands, monitoring access, and troubleshooting guides - [Best Practices and Recommendations](https://mcp-server-langgraph.mintlify.app/reference/recommendations.md): Comprehensive improvement recommendations for MCP Server LangGraph covering developer experience, code quality, testing, and deployment - [Setup Scripts Reference](https://mcp-server-langgraph.mintlify.app/reference/setup-scripts.md): Comprehensive guide to all setup and configuration scripts for Keycloak and identity management - [Sources & References](https://mcp-server-langgraph.mintlify.app/reference/sources.md): External sources, academic papers, and references cited throughout the documentation - [Version History](https://mcp-server-langgraph.mintlify.app/releases/overview.md): Complete release history and version comparison for MCP Server with LangGraph - [v2.1.0 - Production Ready](https://mcp-server-langgraph.mintlify.app/releases/v2-1-0.md): Keycloak SSO, Redis sessions, Kubernetes deployment, and complete Mintlify documentation - [v2.2.0 - Enterprise Compliance](https://mcp-server-langgraph.mintlify.app/releases/v2-2-0.md): Enterprise compliance (GDPR/SOC2/HIPAA), SLA monitoring, and observability dashboards - [v2.3.0 - Type Safety](https://mcp-server-langgraph.mintlify.app/releases/v2-3-0.md): Compliance storage backend, Pydantic V2 migration, and enhanced type safety - [v2.4.0 - LangGraph Upgrade](https://mcp-server-langgraph.mintlify.app/releases/v2-4-0.md): LangGraph 0.6.10 upgrade, 100% test pass rate, and 21 comprehensive ADRs - [v2.5.0 - Integration Testing](https://mcp-server-langgraph.mintlify.app/releases/v2-5-0.md): Structured JSON logging, multi-platform log aggregation, containerized tests, and Infisical installation - [v2.6.0 - CI/CD Hardening](https://mcp-server-langgraph.mintlify.app/releases/v2-6-0.md): CI/CD deployment fixes, documentation improvements, and stability enhancements - [v2.7.0 - Agentic AI Ready](https://mcp-server-langgraph.mintlify.app/releases/v2-7-0.md): Anthropic Agentic Loop Implementation - Full gather-action-verify-repeat cycle with advanced best practices - [v2.8.0 - Test Coverage Boost](https://mcp-server-langgraph.mintlify.app/releases/v2-8-0.md): Test Coverage & Infrastructure Enhancement - Comprehensive testing improvements with +35% coverage increase - [Security Audit Checklist](https://mcp-server-langgraph.mintlify.app/security/audit-checklist.md): Comprehensive security audit checklist for production deployments - [AWS Security Hardening Guide](https://mcp-server-langgraph.mintlify.app/security/aws-security-hardening.md): Comprehensive AWS security hardening for EKS, RDS, ElastiCache with IAM, encryption, network isolation, and compliance - [Security Best Practices](https://mcp-server-langgraph.mintlify.app/security/best-practices.md): Production security hardening and operational guidelines - [Compliance & Regulations](https://mcp-server-langgraph.mintlify.app/security/compliance.md): GDPR, SOC 2, HIPAA, and other compliance requirements - [GCP Security Hardening](https://mcp-server-langgraph.mintlify.app/security/gcp-security-hardening.md): Enterprise-grade security hardening for MCP Server on GKE with 67 security controls and defense-in-depth - [GKE Preview Security Checklist](https://mcp-server-langgraph.mintlify.app/security/gke-preview-checklist.md): Comprehensive security checklist to verify that your GKE preview environment follows security best practices - [Security Architecture](https://mcp-server-langgraph.mintlify.app/security/overview.md): Comprehensive security architecture and threat model - [Security Remediation - Quick Reference](https://mcp-server-langgraph.mintlify.app/security/quickstart-security.md): Critical security configuration steps required before production deployment, including JWT secret generation and HIPAA compliance setup - [Security Remediation Guide](https://mcp-server-langgraph.mintlify.app/security/remediation-guide.md): TDD-based security remediation with automated validation and CI/CD integration - [Try/Except/Pass Pattern Analysis](https://mcp-server-langgraph.mintlify.app/security/try-except-pass-analysis.md): Analysis of try/except/pass patterns in the codebase and refactoring recommendations - [Hypothesis Property Test Profiles](https://mcp-server-langgraph.mintlify.app/testing/hypothesis-profiles.md): Different Hypothesis profiles for property-based testing to balance speed vs thoroughness - [Testing Guide](https://mcp-server-langgraph.mintlify.app/testing/overview.md): Comprehensive testing strategy, conventions, and best practices for MCP Server LangGraph - [Authentication Issues](https://mcp-server-langgraph.mintlify.app/troubleshooting/authentication.md): Troubleshooting guide for JWT, Keycloak, and OpenFGA authorization issues - [CI/CD Failures](https://mcp-server-langgraph.mintlify.app/troubleshooting/ci-cd.md): Troubleshooting guide for GitHub Actions, test failures, and build problems - [Database Issues](https://mcp-server-langgraph.mintlify.app/troubleshooting/database.md): Troubleshooting guide for PostgreSQL, Redis, and session storage problems - [Deployment Problems](https://mcp-server-langgraph.mintlify.app/troubleshooting/deployment.md): Troubleshooting guide for Kubernetes, Docker, and Cloud Run deployment issues - [Installation Issues](https://mcp-server-langgraph.mintlify.app/troubleshooting/installation.md): Troubleshooting guide for installation and dependency issues with MCP Server with LangGraph - [Troubleshooting Guide](https://mcp-server-langgraph.mintlify.app/troubleshooting/overview.md): Comprehensive troubleshooting guide for common issues with MCP Server with LangGraph - [Performance Problems](https://mcp-server-langgraph.mintlify.app/troubleshooting/performance.md): Troubleshooting guide for slow responses, memory leaks, and connection timeouts - [Pod Failure Troubleshooting](https://mcp-server-langgraph.mintlify.app/troubleshooting/pod-failures.md): Comprehensive runbook for diagnosing and resolving Kubernetes pod failures - [GitHub Workflows Secrets](https://mcp-server-langgraph.mintlify.app/workflows/secrets.md): Required secrets and variables for GitHub Actions workflows ## OpenAPI Specs - [openapi](https://mcp-server-langgraph.mintlify.app/openapi.yaml) ## Optional - [GitHub](https://github.com/vishnu2kmohan/mcp-server-langgraph) - [Community](https://github.com/vishnu2kmohan/mcp-server-langgraph/discussions) - [CHANGELOG](https://github.com/vishnu2kmohan/mcp-server-langgraph/blob/main/CHANGELOG.md)