-
Notifications
You must be signed in to change notification settings - Fork 1.5k
en workshop mcp details
The MCP Protocol is a protocol that describes the interaction between applications and LLMs, and has been adopted by various products. LangBot can act as an MCP Client to connect to MCP Servers, providing extensive tools for LLMs to use during conversations with users.
To use MCP tools in LangBot, you need to find and connect to existing MCP Servers.
There are two types of MCP Servers in the market:
- Executable files implemented in Node or Python, communicating with LangBot through
stdio(standard input/output) - Web services based on HTTP protocol, communicating with LangBot through HTTP protocol
Note
- You can check existing MCP Servers in the MCP Server List.
- For online hosted MCP Servers, you can find them at Composio MCP.
- To write your own MCP Server, you can refer to the MCP Protocol Documentation and MCP Server Examples.
Please refer to the System Settings Documentation
After configuration, you can use the !func command in chat to view registered MCP tools. When chatting with models that support Function Calling, LangBot will automatically call MCP tools.
Automatically synchronized from langbot-app/langbot-wiki.
简体中文
指南
开发者
- 插件开发
- 插件 SDK API
- 核心开发
API 参考
- Service API
English
Guides
Developers
-
Plugin Development
- Plugin Development Tutorial
- Completing Plugin Configuration Information
- Plugin Directory Structure
- Component Development
- Code Style Guide
- Migration Guide
- Publish Plugin
- Plugin SDK API
- Core Development
API Reference
- Service API