Connect Claude Code, Cursor & Windsurf to 2,600+ enterprise data sources with one binary.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Connect any AI coding assistant to your enterprise data β databases, files, APIs, and more β via a single binary.
A standalone binary that implements the Model Context Protocol (MCP) and exposes your enterprise data sources as tools that AI apps can use directly. No code. Define connectors in a single JSON file.
--stdio for Claude Code / Cursor / Windsurf; --serve for cloud or team deploymentsmemory_set / memory_get / memory_list / memory_delete survive across sessionsrun_agent executes any OE Runtime SKILL.md agent directly from Claude Code, Cursor, or any MCP client. Manual skills pause for approval via approve_chain.1. Create oe-mcp.json:
2. Add to your AI app's MCP config:
macOS / Linux:
Windows:
-yis required β without it npx blocks waiting for keyboard input and the MCP connection never opens.
3. Reload your AI app β connectors appear as tools automatically.
Ask Claude: "What connectors do you have access to?" to verify.
| Platform | Binary |
|---|---|
| Windows | oe-mcp-win.exe |
| Linux | oe-mcp-linux |
| macOS | oe-mcp-macos |
| Sample configs | oe-mcp-samples.zip |
Persistent memory that survives restarts β stored in oe-mcp-memory.json:
| Tool | Description |
|---|---|
memory_set | Store a key-value pair across sessions |
memory_get | Retrieve a stored value by key |
memory_list | List all stored key-value pairs |
memory_delete | Remove a stored key |
"Remember that our production database is on prod-db.company.com" β Claude calls
memory_set
Every connector call is logged automatically to oe-mcp-log.json:
| Tool | Description |
|---|---|
log_list | List recent connector calls (newest first, supports limit) |
log_clear | Clear all log entries |
Execute OE Runtime SKILL.md agents or YAML agents directly from Claude Code, Cursor, or any MCP client β no terminal required:
| Tool | Description |
|---|---|
run_agent | Run an agent by file path. Auto skills execute immediately; manual skills pause and return pending_skill_chain. |
list_pending_skills | List all manual skills currently paused and waiting for approval |
approve_chain | Approve, skip, or abort a paused manual skill by chain_id |
run_agent parameters:
| Parameter | Required | Description |
|---|---|---|
file | β | Absolute path to agent.yaml |
params | β | Key-value pairs substituted via {{key}} in the agent |
input | β | Optional initial message passed to the agent |
approve_chain parameters:
| Parameter | Required | Description |
|---|---|---|
chain_id | β | From pending_skill_chain.chain_id in a run_agent response |
approved | β | true to run the skill (default), false to skip it and continue |
abort | β | true to stop the entire pipeline immediately |
OE MCP looks for oe-config.json in the agent's directory first, then falls back to oe-mcp.json.
When an agent's skill pipeline includes manual skills, Claude handles the approval loop automatically:
run_agent β response shows βΈ Skill awaiting approval with chain_id and skill_nameapprove_chain β next skill runs or the next manual skill pauses againPipeline complete or Claude abortsExample instruction to Claude Code: "Run the OE Skills orchestrator and send a Slack message β skip anything you can't do, abort if it asks for credentials."
| Mode | Flag | Best for |
|---|---|---|
| stdio | --stdio | Claude Code, Cursor, Windsurf, Codex, Claude Desktop β launched as child process |
| HTTP | --serve --port 4040 | Cloud deployments, sharing one server across a team |
HTTP mode β start the server, then add the URL to Cursor / Windsurf / Claude Desktop:
Download oe-mcp-samples.zip β ready-to-use oe-mcp.json for common connectors:
postgres Β· mysql Β· mongodb Β· github Β· slack Β· gdrive Β· ssh Β· filesystem Β· oracle Β· salesforce Β· servicenow Β· telegram Β· notion Β· confluence Β· graphql Β· zoho-mail Β· sftp Β· dropbox Β· multi-connector
| β‘ Agent Runtime | open-enthrium-ai-agent-runtime β run SKILL.md agents as CLI or HTTP server |
| π₯οΈ Platform | open-enthrium-ai-platform β full web app with workspaces, RAG, Agent Builder |
| π Website | openenthrium.com |
β See CONTRIBUTING.md for how to add sample configs and connector adapters.
Apache-2.0 β free to use, modify, and deploy for any purpose, including commercial use. No usage limits. No telemetry. No call-home.
β Star this repo Β Β·Β π Website Β Β·Β β‘ Agent Runtime
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/oe-mcp-2)<a href="https://allmcps.com/mcp/oe-mcp-2"><img src="https://allmcps.com/api/badge/oe-mcp-2?style=directory" alt="Oe MCP on AllMCPs" /></a>