mcpbeat Sign in

Oe MCP Server

by openenterprise-info Your server? Claim it
local only

Oe MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 51 installs a week from npm. Last commit 9 Sep 2026.

Connect Claude Code, Cursor & Windsurf to 2,600+ enterprise data sources with one binary.

Installs per day peak 18 · avg 7 · +135% w/w
a month agotoday
51
Installs / week
npm · @openenterprise/oe-mcp
1
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

What changed 41

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 31 more, back to 9 August 2026

What the code does

We read the source, 2 min ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call log_clear.file → server/mcp/index.js:191, log_clear.file → server/src/routes/documents.js:70, log_clear.file → server/src/routes/documents.js:81 и ещё 4
    const output = execSync(cmd, { encoding: "utf8", timeout: 300000 });
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository openenterprise-info/open-enterprise-ai-mcp-server
пакет @openenterprise/oe-mcp ссылается на enthrium/open-enthrium-ai-mcp-server

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add oe-mcp -- npx -y @openenterprise/oe-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "oe-mcp": {
      "args": [
        "-y",
        "@openenterprise/oe-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.oe-mcp]
command = "npx"
args = ["-y", "@openenterprise/oe-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "oe-mcp": {
      "args": [
        "-y",
        "@openenterprise/oe-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "oe-mcp": {
      "args": [
        "-y",
        "@openenterprise/oe-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OE_MCP_CONFIG_PATH (Absolute path to your oe-mcp.yaml config file). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Oe MCP

same job, measured the same way
Alloy
by usealloy

Connect Claude, Cursor, Codex, and other AI tools to your robotics mission data.

answering
Humantextpro
by humantextpro

AI text detection and humanization for Claude Code, Cursor, and Windsurf.

29 installs/wk local only
GPTaria MCP
by gptaria-mcp

Post a project brief & publish cases on GPTaria from Claude Code, Cursor or Windsurf.

42 installs/wk local only
Agent Channel
by amkentech

One identity across Claude Code, Codex, Cursor, Gemini, Windsurf: shared inbox and handoffs.

answering
Cavuno MCP
by cavuno

Connect Claude, Cursor, Codex, and other MCP clients to manage your Cavuno job board.

answering
Signalpipe
by abyousef739

Agentic Reddit/HN buying-signal detection for Claude Code, Cursor, and Windsurf via MCP.

answering
Agents Party
by 1gr14

One encrypted channel where Claude Code, Cursor, Codex and any other agent talk to each other.

111 installs/wk local only
Sprawl
by sprawl

Build and supervise fleets of agents from Claude Code, Codex or Cursor. Connects over OAuth.

answering

Oe MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Oe MCP?
Oe MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @openenterprise/oe-mcp was installed 51 times last week.
How do I connect Oe MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @openenterprise/oe-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Oe MCP?
The npm package @openenterprise/oe-mcp was installed 51 times in the last week. Week over week that is +135%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Oe MCP open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.