MCP Plugins
FBC Agent supports the Model Context Protocol (MCP) for extending agent capabilities through plugins.
What is MCP?
The Model Context Protocol is a standardized way to provide LLMs with additional tools, data sources, and capabilities. Plugins can add anything from database access to API integrations.
Installing plugins
Browse and install plugins from the Plugin Store in Settings > Plugins. You can also install plugins from local directories or git repositories.
Creating plugins
MCP plugins can be written in Python, JavaScript, or TypeScript. Each plugin exposes tools that the agent can discover and invoke. Follow the MCP specification to build your own plugins.