サーバー
LangGraph MCP Server
@rezawr
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"
]
}
}
}