服务器
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"
]
}
}
}