Skip to content

eMCP

Tool Access Broker for MCP systems.

Every enabled MCP tool consumes tokens and adds cognitive overhead. eMCP sits between your AI agent and your MCP servers, letting you control exactly which tools are exposed.

Install

git clone https://github.com/IMUR/eMCP.git && cd eMCP
make up

Open http://localhost:3701 to manage your tools.

Connect your AI agent to:

http://localhost:3700/v0/groups/emcp-global/mcp

How It Works

AI Agent
    |
    v
eMCP Gateway         ← filters tools by group
    |       |
    v       v
  MCP     MCP        ← your MCP servers
 Server  Server

You add MCP servers. You choose which tools to expose. Your agent only sees what you've enabled.

Documentation

User Guide

MCP

Skill

  • eMCP Skill — install the AI agent skill for automated operations

Reference

  • API — manager and gateway endpoints
  • Security — secrets handling, deployment practices
  • Changelog — release history

Development