A Model Context Protocol (MCP) server that exposes Moleculer.js actions as AI tools.
Overview
What is Moleculer MCP Bridge?
Moleculer MCP Bridge is a server that implements the Model Context Protocol (MCP) to expose Moleculer.js actions as AI tools, allowing seamless interaction between AI agents and Moleculer microservices.
How to use Moleculer MCP Bridge?
To use the Moleculer MCP Bridge, install it via npm, start the server with default or custom configurations, and integrate it with your AI client to access the exposed actions.
Key features of Moleculer MCP Bridge?
- Automatically exposes Moleculer service actions as MCP tools.
- Supports custom configurations for server behavior.
- Provides CLI commands for managing the bridge and listing actions.
- Docker support for easy deployment.
Use cases of Moleculer MCP Bridge?
- Enabling AI agents to call microservices seamlessly.
- Integrating existing Moleculer services with AI applications.
- Facilitating the development of AI-driven applications using microservices.
FAQ from Moleculer MCP Bridge?
- Can I customize the server settings?
Yes! You can create a configuration file to customize the server behavior and exposed actions.
- Is there Docker support?
Yes! The project includes a Dockerfile for easy deployment.
- How do I list available actions?
Use the CLI command
moleculer-mcp list-actionsto see the available actions.