> ## Documentation Index
> Fetch the complete documentation index at: https://mcp-server-langgraph.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Sources & References

> External sources, academic papers, and references cited throughout the documentation

## Overview

This page provides citations and links to all external sources referenced throughout the MCP Server with LangGraph documentation. All claims in our documentation are backed by verifiable sources listed below.

<Note>
  **Last Updated:** November 2025 (v2.8.0)
</Note>

***

## External Framework Documentation

### LangGraph

<Card title="LangGraph Documentation" icon="link" href="https://langchain-ai.github.io/langgraph/">
  Official LangGraph documentation - Core framework powering MCP Server
</Card>

<Card title="LangGraph GitHub Repository" icon="github" href="https://github.com/langchain-ai/langgraph">
  Source code, releases, and issue tracking
</Card>

<Card title="LangGraph Cloud Platform" icon="cloud" href="https://langchain-ai.github.io/langgraph/cloud/">
  Official LangGraph Cloud deployment platform documentation
</Card>

### Competitor Frameworks

<CardGroup cols={2}>
  <Card title="CrewAI Documentation" icon="users" href="https://docs.crewai.com/">
    Official CrewAI framework documentation
  </Card>

  <Card title="OpenAI Assistants API" icon="robot" href="https://platform.openai.com/docs/assistants/overview">
    OpenAI Assistants API (referenced as "OpenAI AgentKit" in comparisons)
  </Card>

  <Card title="Google ADK Documentation" icon="code" href="https://cloud.google.com/products/agent-builder">
    Google Agent Development Kit for Vertex AI
  </Card>

  <Card title="Claude Agent SDK" icon="message-bot" href="https://docs.anthropic.com/en/docs/agents">
    Anthropic Claude agent development documentation
  </Card>

  <Card title="Microsoft AutoGen" icon="microsoft" href="https://microsoft.github.io/autogen/">
    Microsoft AutoGen framework documentation
  </Card>

  <Card title="Microsoft Semantic Kernel" icon="brain" href="https://learn.microsoft.com/en-us/semantic-kernel/">
    Microsoft Semantic Kernel AI orchestration framework
  </Card>
</CardGroup>

***

## Model Context Protocol (MCP)

<CardGroup cols={2}>
  <Card title="MCP Specification" icon="file-code" href="https://modelcontextprotocol.io/">
    Official Model Context Protocol specification
  </Card>

  <Card title="MCP TypeScript SDK" icon="code" href="https://github.com/modelcontextprotocol/typescript-sdk">
    Reference implementation in TypeScript
  </Card>
</CardGroup>

***

## Academic Papers & Research

### Distributed Systems & Authorization

<Card title="Zanzibar: Google's Consistent, Global Authorization System" icon="file-lines" href="https://research.google/pubs/pub48190/">
  Academic paper describing the Zanzibar authorization model implemented by OpenFGA

  **Citation:** Pang, R., Fikes, A., Goldberg, A. V., et al. (2019). *Zanzibar: Google's Consistent, Global Authorization System.* USENIX ATC '19.
</Card>

### LLM & Agent Research

<CardGroup cols={2}>
  <Card title="ReAct: Reasoning and Acting in Language Models" icon="brain" href="https://arxiv.org/abs/2210.03629">
    Foundational paper on reasoning-action agent patterns
  </Card>

  <Card title="Chain-of-Thought Prompting" icon="link" href="https://arxiv.org/abs/2201.11903">
    Research on improved reasoning through step-by-step prompting
  </Card>
</CardGroup>

***

## Standards & Compliance Documentation

### Data Privacy & Protection

<CardGroup cols={2}>
  <Card title="GDPR Official Text" icon="scale-balanced" href="https://gdpr-info.eu/">
    Complete text of the General Data Protection Regulation (EU)
  </Card>

  <Card title="HIPAA Guidance (HHS)" icon="shield-halved" href="https://www.hhs.gov/hipaa/">
    U.S. Department of Health & Human Services HIPAA resources
  </Card>

  <Card title="SOC 2 Framework (AICPA)" icon="certificate" href="https://www.aicpa.org/soc4so">
    Service Organization Control 2 compliance framework
  </Card>

  <Card title="ISO 27001 Overview" icon="building-shield" href="https://www.iso.org/standard/27001">
    Information security management standard
  </Card>
</CardGroup>

<Warning>
  **Compliance Disclaimer:** MCP Server with LangGraph provides technical controls that support compliance requirements. Actual compliance certification requires organizational policies, legal review, and third-party audits. Consult compliance professionals for your specific use case.
</Warning>

***

## Technology Documentation

### Multi-LLM Provider Support

<Card title="LiteLLM Documentation" icon="brain" href="https://docs.litellm.ai/">
  100+ LLM provider support through LiteLLM

  **Provider List:** [Supported Providers](https://docs.litellm.ai/docs/providers)
</Card>

### Authentication & Authorization

<CardGroup cols={2}>
  <Card title="OpenFGA Documentation" icon="lock" href="https://openfga.dev/">
    Fine-grained authorization based on Zanzibar model
  </Card>

  <Card title="JWT.io" icon="key" href="https://jwt.io/">
    JSON Web Tokens standard and libraries
  </Card>

  <Card title="Keycloak Documentation" icon="users-gear" href="https://www.keycloak.org/documentation">
    Open-source identity and access management
  </Card>
</CardGroup>

### Secrets Management

<Card title="Infisical Documentation" icon="vault" href="https://infisical.com/docs">
  Open-source secrets management platform
</Card>

### Observability Stack

<CardGroup cols={2}>
  <Card title="OpenTelemetry Documentation" icon="chart-network" href="https://opentelemetry.io/docs/">
    Vendor-neutral observability framework
  </Card>

  <Card title="LangSmith Documentation" icon="microscope" href="https://docs.smith.langchain.com/">
    LLM application observability and debugging
  </Card>

  <Card title="Prometheus Documentation" icon="chart-line" href="https://prometheus.io/docs/">
    Metrics collection and alerting
  </Card>

  <Card title="Grafana Documentation" icon="chart-mixed" href="https://grafana.com/docs/">
    Metrics visualization and dashboards
  </Card>

  <Card title="Jaeger Documentation" icon="diagram-project" href="https://www.jaegertracing.io/docs/">
    Distributed tracing system
  </Card>
</CardGroup>

***

## Cloud Platform Documentation

### Google Cloud Platform

<CardGroup cols={2}>
  <Card title="GKE Documentation" icon="google" href="https://cloud.google.com/kubernetes-engine/docs">
    Google Kubernetes Engine deployment guides
  </Card>

  <Card title="Cloud Run Documentation" icon="cloud-bolt" href="https://cloud.google.com/run/docs">
    Serverless container deployment on GCP
  </Card>
</CardGroup>

### Amazon Web Services

<CardGroup cols={2}>
  <Card title="EKS Documentation" icon="aws" href="https://docs.aws.amazon.com/eks/">
    Amazon Elastic Kubernetes Service guides
  </Card>

  <Card title="AWS Bedrock" icon="cube" href="https://docs.aws.amazon.com/bedrock/">
    AWS managed foundation model service
  </Card>
</CardGroup>

### Microsoft Azure

<Card title="AKS Documentation" icon="microsoft" href="https://learn.microsoft.com/en-us/azure/aks/">
  Azure Kubernetes Service deployment documentation
</Card>

***

## Company Case Studies & Production Usage

### LangGraph in Production

<Note>
  The following companies use the LangGraph framework (the underlying technology powering MCP Server with LangGraph) in production:
</Note>

<CardGroup cols={2}>
  <Card title="LinkedIn + LangGraph" icon="linkedin" href="https://www.langchain.com/case-studies/linkedin">
    LangChain case study on LinkedIn's use of LangGraph
  </Card>

  <Card title="Uber + LangGraph" icon="car" href="https://www.langchain.com/customers">
    LangChain customer reference - Uber Engineering
  </Card>

  <Card title="Klarna + LangGraph" icon="credit-card" href="https://www.langchain.com/case-studies">
    Klarna's AI assistant built with LangChain/LangGraph
  </Card>
</CardGroup>

<Warning>
  **Important Distinction:** These companies use the LangGraph framework, not specifically this MCP Server implementation. MCP Server with LangGraph builds on the same proven framework they use.
</Warning>

***

## Internal Testing & Benchmarks

### Test Reports

<Card title="Test Remediation Report" icon="vial" href="https://github.com/vishnu2kmohan/mcp-server-langgraph/blob/main/reports/archive/2025-10/ALL_TESTS_FIXED_REPORT_20251013.md">
  Complete test remediation report (October 13, 2025)

  **Metrics:** 437 passing tests, 34 skipped (performance/infrastructure), 100% pass rate for active tests
</Card>

<Note>
  Test metrics are timestamped. For current test status, see [Testing Documentation](/advanced/testing).
</Note>

### Performance Benchmarks

<Card title="Test Performance Improvements" icon="gauge" href="https://github.com/vishnu2kmohan/mcp-server-langgraph/blob/main/reports/TEST_PERFORMANCE_IMPROVEMENTS.md">
  Internal testing performance optimization report
</Card>

<Info>
  Performance benchmarks are based on internal testing. Results may vary based on workload, configuration, and hardware.
</Info>

***

## Kubernetes & Cloud Native

<CardGroup cols={2}>
  <Card title="Kubernetes Documentation" icon="dharmachakra" href="https://kubernetes.io/docs/">
    Official Kubernetes documentation
  </Card>

  <Card title="Helm Documentation" icon="anchor" href="https://helm.sh/docs/">
    Kubernetes package manager
  </Card>

  <Card title="ArgoCD Documentation" icon="rotate" href="https://argo-cd.readthedocs.io/">
    GitOps continuous delivery for Kubernetes
  </Card>

  <Card title="Istio Service Mesh" icon="diagram-project" href="https://istio.io/latest/docs/">
    Service mesh for microservices
  </Card>
</CardGroup>

***

## Testing & Quality Assurance

<CardGroup cols={2}>
  <Card title="pytest Documentation" icon="flask" href="https://docs.pytest.org/">
    Python testing framework
  </Card>

  <Card title="Hypothesis Documentation" icon="dice" href="https://hypothesis.readthedocs.io/">
    Property-based testing library
  </Card>

  <Card title="Pydantic Documentation" icon="shield-check" href="https://docs.pydantic.dev/">
    Data validation and type safety
  </Card>
</CardGroup>

***

## Python & Development

<CardGroup cols={2}>
  <Card title="FastAPI Documentation" icon="bolt" href="https://fastapi.tiangolo.com/">
    Modern Python web framework
  </Card>

  <Card title="Uvicorn Documentation" icon="server" href="https://www.uvicorn.org/">
    ASGI server implementation
  </Card>
</CardGroup>

***

## How to Update This Page

When adding new claims to the documentation that require citations:

1. **Add the source** to the appropriate section on this page
2. **Link to this page** from your claim using inline links or footnotes
3. **Timestamp the claim** if it's time-sensitive (e.g., "as of v2.8.0")
4. **Update the "Last Updated"** date at the top of this page

### Citation Examples

**Inline Link:**

```md theme={null}
MCP Server supports [100+ LLM providers via LiteLLM](https://docs.litellm.ai/docs/providers).
```

**With Footnote Context:**

```md theme={null}
MCP Server uses the Zanzibar authorization model[^1] through OpenFGA.

[^1]: Zanzibar: Google's Consistent, Global Authorization System ([research paper](https://research.google/pubs/pub48190/))
```

***

## Contributing Citations

If you find a claim in our documentation that lacks proper citation:

1. Open an issue on [GitHub](https://github.com/vishnu2kmohan/mcp-server-langgraph/issues)
2. Reference the specific claim and location
3. Suggest appropriate sources if available

We're committed to maintaining honest, verifiable documentation backed by credible sources.
