mcpbeat Sign in

Oe MCP Server

local only

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

Connect any AI coding app to enterprise data sources. One binary, one JSON config.

Installs per day peak 481 · avg 94 · -34% w/w
a month agotoday
80
Installs / week
npm · @openenthrium/oe-mcp
1
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

What the code does

We read the source, 9 h 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 });
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

      const tmpPath = path.join(tmpDir, safeFilename);
Runs an external command server/src/index.js:332
    const mcpProc = spawn(process.execPath, args, {

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 @openenthrium/oe-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "oe-mcp": {
      "args": [
        "-y",
        "@openenthrium/oe-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.oe-mcp]
command = "npx"
args = ["-y", "@openenthrium/oe-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "oe-mcp": {
      "args": [
        "-y",
        "@openenthrium/oe-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "oe-mcp": {
      "args": [
        "-y",
        "@openenthrium/oe-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OE_MCP_CONFIG_PATH (Absolute path to your oe-mcp.json 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
Oe MCP
by openenterprise-info

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

38 installs/wk local only
CData Connect AI
by cdata

Cloud-hosted MCP server for secure AI access to enterprise data sources via CData Connect AI.

answering
Leteo
by asanabrial

Persistent memory for AI coding agents: one Rust binary, one local SQLite database.

43 installs/wk local only
Supabase
by waystation

Connect to your Supabase database to query data and schemas.

answering
Figma Context MCP
by glips

Give your coding agent access to your Figma data. Implement designs in any framework in one-shot.

60 612 installs/wk local only
Primary Source Commodities
by sawftware-apps

Primary-source commodities data for AI agents — EIA, FRED, CFTC, USDA, USGS via x402 on Base.

11 tools answering
Sonar Connections
by sonarconnections

Source-attributed events, open data and availability

16 tools answering
Asc MCP Server
by muhammetali

App Store Connect MCP Server for AI coding agents

32 installs/wk local only

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 @openenthrium/oe-mcp was installed 80 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 @openenthrium/oe-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Oe MCP?
The npm package @openenthrium/oe-mcp was installed 80 times in the last week. Week over week that is -34%. 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.