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
—
「推論」の他のコンテンツ
Agentic Radar
splx-aiA security scanner for your LLM agentic workflows
MCP Servers
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
IntelliNode Medical Use Cases
BarqawizMulti-Agent AI Orchestration Workshop
Agenticstore — The Open Source Standard For Local Mcp Tooling
agenticstoreAgenticStore: The secure toolkit for AI agents. Instantly equip Claude Desktop, Cursor, and Windsurf with 27+ MCP tools, persistent memory, and SearXNG search, all protected by a built-in PII prompt firewall to protect your data from being exposed to AI agents.
Sandbox Mcp
pottekkatA Model Context Protocol (MCP) server that enables LLMs to run ANY code safely in isolated Docker containers.
コメント