Moleculer MCP Bridge
@alvaroinckot
About Moleculer MCP Bridge
A Model Context Protocol (MCP) server that exposes Moleculer.js actions as AI tools.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"moleculer-mcp": {
"command": "docker",
"args": [
"build",
"-t",
"moleculer-mcp",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Moleculer MCP Bridge?
Moleculer MCP Bridge acts as a bridge between the Model Context Protocol (MCP) and Moleculer.js microservices. It automatically exposes all your Moleculer service actions as MCP tools, enabling AI agents to seamlessly interact with your Moleculer services.
How to use Moleculer MCP Bridge?
Install globally with npm install -g moleculer-mcp. Start the bridge using moleculer-mcp start optionally pointing to a Moleculer config file (-m flag) or a custom bridge configuration JSON. Connect any MCP-compatible AI client (e.g., Claude Desktop) to http://localhost:3000/ or http://localhost:3000/v1/mcp.
Key features of Moleculer MCP Bridge
- Automatically exposes Moleculer actions as MCP tools.
- Pattern-based allow/block lists with wildcard support.
- Custom tool definitions with parameter overrides.
- Configurable via JSON file or environment variables.
- Deployable via Docker with volume mounts.
- Works with any MCP-compatible AI client.
Use cases of Moleculer MCP Bridge
- Let AI agents call existing Moleculer microservice actions directly.
- Expose a curated subset of actions with controlled parameters.
- Bridge between AI assistants and microservice backends.
- Enable automated workflows via MCP clients like Claude Desktop.
FAQ from Moleculer MCP Bridge
What is the default port for the MCP server?
The default port is 3000.
How can I limit which Moleculer actions are exposed?
Use the allow array in your configuration JSON with wildcard patterns such as "users.*" to filter actions.
How do I run Moleculer MCP Bridge with Docker?
Build the image with docker build -t moleculer-mcp . and run with docker run -p 3000:3000 moleculer-mcp. Configuration files can be mounted as volumes.
Can I configure the bridge via environment variables?
Yes, set the MCP_BRIDGE_SETTINGS environment variable to a JSON string containing your configuration.
What Node.js version is required for development?
Development is configured with Node.js 22.19.0 (via mise). Production Docker images use the latest Node.js LTS.
Frequently asked questions
What is the default port for the MCP server?
The default port is 3000.
How can I limit which Moleculer actions are exposed?
Use the `allow` array in your configuration JSON with wildcard patterns such as `"users.*"` to filter actions.
How do I run Moleculer MCP Bridge with Docker?
Build the image with `docker build -t moleculer-mcp .` and run with `docker run -p 3000:3000 moleculer-mcp`. Configuration files can be mounted as volumes.
Can I configure the bridge via environment variables?
Yes, set the `MCP_BRIDGE_SETTINGS` environment variable to a JSON string containing your configuration.
What Node.js version is required for development?
Development is configured with Node.js 22.19.0 (via mise). Production Docker images use the latest Node.js LTS.
Basic information
More Developer Tools MCP servers

discoverGPT
Joe MonastierodiscoverGPT is visualAI's unified MCP gateway for AI commerce, exposing 29 tools across four capabilities on one canonical product catalog: trimodal search (natural-language, precise-color, and image-similarity), AI cata

PuzzleTide Puzzle Generator
Caravaca-LabsWord search generator, crossword generator, and sudoku generator + solver as a local-first MCP server. 15 deterministic tools: printable PDF puzzle worksheets, themed word banks, and verifiable LLM evals. From the makers
TranscriptFetch MCP Server
TranscriptFetchModel Context Protocol (MCP) server for TranscriptFetch: fetch YouTube transcripts, search, channels, and playlists from any MCP client.
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
extentos
Asger mølgaardExtentos is a multi-vendor development platform for adding smart-glasses capabilities to existing iOS and Android apps. The simplest analogy is Stripe for smart glasses:
Comments