Skip to main content

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.
Last Updated: November 2025 (v2.8.0)

External Framework Documentation

LangGraph

LangGraph Documentation

Official LangGraph documentation - Core framework powering MCP Server

LangGraph GitHub Repository

Source code, releases, and issue tracking

LangGraph Cloud Platform

Official LangGraph Cloud deployment platform documentation

Competitor Frameworks

CrewAI Documentation

Official CrewAI framework documentation

OpenAI Assistants API

OpenAI Assistants API (referenced as “OpenAI AgentKit” in comparisons)

Google ADK Documentation

Google Agent Development Kit for Vertex AI

Claude Agent SDK

Anthropic Claude agent development documentation

Microsoft AutoGen

Microsoft AutoGen framework documentation

Microsoft Semantic Kernel

Microsoft Semantic Kernel AI orchestration framework

Model Context Protocol (MCP)

MCP Specification

Official Model Context Protocol specification

MCP TypeScript SDK

Reference implementation in TypeScript

Academic Papers & Research

Distributed Systems & Authorization

Zanzibar: Google's Consistent, Global Authorization System

Academic paper describing the Zanzibar authorization model implemented by OpenFGACitation: Pang, R., Fikes, A., Goldberg, A. V., et al. (2019). Zanzibar: Google’s Consistent, Global Authorization System. USENIX ATC ‘19.

LLM & Agent Research

ReAct: Reasoning and Acting in Language Models

Foundational paper on reasoning-action agent patterns

Chain-of-Thought Prompting

Research on improved reasoning through step-by-step prompting

Standards & Compliance Documentation

Data Privacy & Protection

GDPR Official Text

Complete text of the General Data Protection Regulation (EU)

HIPAA Guidance (HHS)

U.S. Department of Health & Human Services HIPAA resources

SOC 2 Framework (AICPA)

Service Organization Control 2 compliance framework

ISO 27001 Overview

Information security management standard
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.

Technology Documentation

Multi-LLM Provider Support

LiteLLM Documentation

100+ LLM provider support through LiteLLMProvider List: Supported Providers

Authentication & Authorization

OpenFGA Documentation

Fine-grained authorization based on Zanzibar model

JWT.io

JSON Web Tokens standard and libraries

Keycloak Documentation

Open-source identity and access management

Secrets Management

Infisical Documentation

Open-source secrets management platform

Observability Stack

OpenTelemetry Documentation

Vendor-neutral observability framework

LangSmith Documentation

LLM application observability and debugging

Prometheus Documentation

Metrics collection and alerting

Grafana Documentation

Metrics visualization and dashboards

Jaeger Documentation

Distributed tracing system

Cloud Platform Documentation

Google Cloud Platform

GKE Documentation

Google Kubernetes Engine deployment guides

Cloud Run Documentation

Serverless container deployment on GCP

Amazon Web Services

EKS Documentation

Amazon Elastic Kubernetes Service guides

AWS Bedrock

AWS managed foundation model service

Microsoft Azure

AKS Documentation

Azure Kubernetes Service deployment documentation

Company Case Studies & Production Usage

LangGraph in Production

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

LinkedIn + LangGraph

LangChain case study on LinkedIn’s use of LangGraph

Uber + LangGraph

LangChain customer reference - Uber Engineering

Klarna + LangGraph

Klarna’s AI assistant built with LangChain/LangGraph
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.

Internal Testing & Benchmarks

Test Reports

Test Remediation Report

Complete test remediation report (October 13, 2025)Metrics: 437 passing tests, 34 skipped (performance/infrastructure), 100% pass rate for active tests
Test metrics are timestamped. For current test status, see Testing Documentation.

Performance Benchmarks

Test Performance Improvements

Internal testing performance optimization report
Performance benchmarks are based on internal testing. Results may vary based on workload, configuration, and hardware.

Kubernetes & Cloud Native

Kubernetes Documentation

Official Kubernetes documentation

Helm Documentation

Kubernetes package manager

ArgoCD Documentation

GitOps continuous delivery for Kubernetes

Istio Service Mesh

Service mesh for microservices

Testing & Quality Assurance

pytest Documentation

Python testing framework

Hypothesis Documentation

Property-based testing library

Pydantic Documentation

Data validation and type safety

Python & Development

FastAPI Documentation

Modern Python web framework

Uvicorn Documentation

ASGI server implementation

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:
MCP Server supports [100+ LLM providers via LiteLLM](https://docs.litellm.ai/docs/providers).
With Footnote Context:
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
  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.