LangGraph MCP Server
@rezawr
About LangGraph MCP Server
A Python-based Model Context Protocol (MCP) server that enables LLMs to access external tools and resources through a standardized interface.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-basic-architecture": {
"command": "python",
"args": [
"-m",
"app.server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is LangGraph MCP Server?
A clean, modular Model Context Protocol (MCP) server implementation for LangGraph documentation. It provides clients with tools and resources to interact with LangGraph’s capabilities, and is designed for developers who need a maintainable, extensible MCP server.
How to use LangGraph MCP Server?
Run the server with python -m app.server. Clients can then connect to it to call registered tools and resources.
Key features of LangGraph MCP Server
- Modular clean architecture for maintainability
- Easy registration of new tools and resources
- Centralized configuration via
config.py - Built-in logging utilities
- Testable components in isolation
Use cases of LangGraph MCP Server
—
FAQ from LangGraph MCP Server
—
Basic information
More Reasoning MCP servers
🐢🚀 Node.js Sandbox MCP Server
alfonsograzianoA Node.js–based Model Context Protocol server that spins up disposable Docker containers to execute arbitrary JavaScript.
Part 1. Real-Time LangGraph Agent with MCP Tool Execution
junfanz1This project demonstrates a decoupled real-time agent architecture that connects LangGraph agents to remote tools served by custom MCP (Modular Command Protocol) servers. The architecture enables a flexible and scalable multi-agent system where each tool can be hosted independent
Node Code Sandbox MCP 🛠️
mozicim# 🐢🚀 Node.js Sandbox MCP ServerThis repository hosts a Node.js server that implements the Model Context Protocol (MCP) for running JavaScript in isolated Docker containers. It allows for on-the-fly npm dependency installation, making it easy to execute code safely and efficient
MCP Sandbox
danstarnsTurn any JavaScript module into a sandboxed MCP (Model Context Protocol) server with automatic reflection and type inference.
Sandbox Mcp
pottekkatA Model Context Protocol (MCP) server that enables LLMs to run ANY code safely in isolated Docker containers.
Comments