LangGraph MCP Server
@rezawr
关于 LangGraph MCP Server
A Python-based Model Context Protocol (MCP) server that enables LLMs to access external tools and resources through a standardized interface.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-basic-architecture": {
"command": "python",
"args": [
"-m",
"app.server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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
—
推理 分类下的更多 MCP 服务器
Sandbox Mcp
pottekkatA Model Context Protocol (MCP) server that enables LLMs to run ANY code safely in isolated Docker containers.
n8n Workflow Builder MCP Server
makafeliAI assistant integration for n8n workflow automation through Model Context Protocol (MCP). Connect Claude Desktop, ChatGPT, and other AI assistants to n8n for natural language workflow management.
AWorld: Advancing Agentic AI
inclusionAISearch, understand, reproduce, and improve an idea with ease
Emergency Medicare Management MCP Server
manolazemergency-medicare-planner-mcp-server
Agentic Tools MCP Server
PimzinoA comprehensive Model Context Protocol (MCP) server providing AI assistants with powerful task management and agent memories capabilities with project-specific storage.
评论