JE MCP Router
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@JE MCP Routeruse Excel to summarize the sales data in the workbook"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
JE MCP Router
Johnson Electric fork of MCP Router. Desktop app that aggregates MCP servers (Excel, PowerPoint, and others) and exposes them as a single HTTP gateway for Hermes / NemoHermes and other MCP clients.
Repo: https://github.com/meghamshb2006/mcprouter
What it does
Operators run JE MCP Router on a machine that can reach the MCP servers (typically an Azure Windows VM with Office). Clients never open this UI. They call:
POST http://HOST:3282/mcp
Authorization: Bearer <token issued in Keys>The Electron window is for IT only: add servers, power them LIVE, issue keys, and grant access.
Related MCP server: Shared MCP Gateway
Features
Desktop admin lock
First launch creates a local administrator (username + password, stored as an argon2 hash in shared-config.json). Later launches show an unlock screen.
Lock in the sidebar or Settings locks the window.
HTTP
/mcpkeeps running while the UI is locked.Lost password: delete the
adminobject inshared-config.jsonand restart.
MCP servers
Add local commands, remote HTTP MCP endpoints, JSON configs, or DXT packages. Power each server LIVE / OFF. Group servers into Projects. Tool lists are cached so you can grant permissions even when a server is stopped; execution still requires LIVE.
Keys (Bearer tokens)
Keys issues one token per person or client.
New keys start with no MCP access. Open Permissions and grant servers, then tools.
Legacy keys without a
toolAccessfield still allow all tools on granted servers.Default expiry is 30 days. When issuing a key, choose 1 day, 1 week, 30 days, 90 days, a custom number of days, or never.
Keys issued before expiry enforcement stay valid until you re-issue them.
Expired keys are rejected on
/mcp(401).
Client setup copies native HTTP YAML (url + Authorization: Bearer). Do not use @mcp_router/cli for Azure — npm 0.2.0 ignores --url.
JE Enterprise Gateway
By default the aggregator binds 127.0.0.1:3282.
In Settings → JE Enterprise Gateway:
Enable the gateway
Listen address
0.0.0.0, port3282(or your choice)Client endpoint URL, e.g.
http://intern.eastasia.cloudapp.azure.com:3282/mcp
Save and restart. Open NSG / Windows Firewall for that port.
Env overrides: MCPR_HTTP_HOST, MCPR_HTTP_PORT, MCPR_GATEWAY_PUBLIC_URL.
GET /health is unauthenticated. /mcp and /mcp/status require Bearer.
Also in the app
Request logs — tool calls and activity
Cloud Sync — optional end-to-end encrypted workspace sync
Workflows / hooks and Skills — available as routes; JE nav focuses on servers, keys, logs, and settings
Hermes config
mcp_servers:
mcp-router:
url: "http://HOST:3282/mcp"
headers:
Authorization: "Bearer <token from JE MCP Router>"Develop
pnpm install
pnpm --filter @mcp_router/electron devDo not run pnpm dev on a 4 GB Azure VM (webpack OOMs). Build the Windows installer in GitHub Actions (Windows Azure Package) and install the artifact on the VM.
Docs
Azure + Hermes runbook:
docs/JE_AZURE_HERMES.mdSecurity notes:
docs/SECURITY.md
License
See LICENSE.md. Upstream MCP Router attribution retained.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Governed MCP gateway: one endpoint for your tools, with credential custody and audit log.
Unified gateway exposing 150+ tools across all NexGenData MCP servers via one endpoint.
MCP Gateway: wrap any MCP server with cold-start retries, uptime SLA, and per-execution MPP billing.
Query, browse, and automate OmegaAI workspaces from any MCP client. Streamable HTTP with OAuth 2.0.
Related MCP Servers
- FlicenseNot gradedqualityNot gradedmaintenanceAggregates multiple MCP servers behind a single, secure endpoint with unified tool/resource discovery, OAuth authentication, and resilient request routing. Enables users to manage and interact with multiple MCP backends through one centralized interface with load balancing and circuit breakers.2-
- FlicenseNot gradedqualityCmaintenanceAggregates multiple shared MCP servers into a single HTTP gateway, providing a unified, observable, and reusable MCP access layer for multiple AI clients like Codex, OpenCode, and OpenClaw. It centralizes configuration management, logging, health checks, and circuit breaking to simplify multi-client MCP deployments.5-
- AlicenseNot gradedqualityAmaintenanceAggregates multiple MCP servers into a single HTTP endpoint with tool namespacing, dashboard, and REST API for management.19MIT
- AlicenseNot gradedqualityDmaintenanceA unified MCP gateway that aggregates multiple MCP servers and API plugins behind a single endpoint with authentication, rate limiting, audit logging, REST API bridge, and web dashboard.8MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Xr810/MCP_Router'
If you have feedback or need assistance with the MCP directory API, please join our Discord server