New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@openenterprise/oe-mcp

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openenterprise/oe-mcp

OE MCP Server — connect Claude Code, Cursor & Windsurf to 2,600+ enterprise data sources. One binary, one YAML config.

Source
npmnpm
Version
1.4.3
Version published
Maintainers
1
Created
Source

OE MCP Server · @openenterprise/oe-mcp

Connect Claude Code, Cursor & Windsurf to 2,600+ enterprise data sources — databases, APIs, files, SSH, messaging, and more. One binary. One YAML config.

npm License: Apache 2.0 Website Discord

What is OE MCP?

OE MCP is a standalone binary that implements the Model Context Protocol (MCP). Define your connectors in a single oe-mcp.yaml file and expose them all as tools to your AI coding assistant — no code, no separate servers, no per-connector installs.

Replace 50+ individual MCP servers with one config file.

Quick Start

1. Create your config file (oe-mcp.yaml)

connectors:
  - name: my-postgres
    type: postgresql
    host: localhost
    port: 5432
    database: mydb
    user: postgres
    password: secret

  - name: my-codebase
    type: filesystem
    basePath: /home/user/projects/myapp

2. Add to Claude Code (~/.mcp.json)

{
  "mcpServers": {
    "oe-mcp": {
      "command": "npx",
      "args": ["@openenterprise/oe-mcp", "--stdio", "/path/to/oe-mcp.yaml"]
    }
  }
}

3. Reload Claude Code — your connectors appear as tools automatically.

Supported Connectors

2,600+ connectors across 45+ categories:

CategoryExamples
SQL DatabasesPostgreSQL, MySQL, MSSQL, Oracle, SQLite, Snowflake, BigQuery, Redshift
NoSQL / CacheMongoDB, Redis, Elasticsearch, DynamoDB, Cassandra
Object StorageAWS S3, GCS, Azure Blob, MinIO, Cloudflare R2
Cloud DrivesGoogle Drive, OneDrive, Dropbox, Box
FilesystemLocal directories — list, read, write, search
EmailGmail, Outlook, Zoho Mail, SMTP
Team MessagingSlack, Microsoft Teams, Discord, Telegram
CRMHubSpot, Salesforce, Notion, Airtable
Issue TrackingGitHub, Jira, GitLab, Linear
REST APIAny HTTP/REST endpoint
SSH / SFTPRemote command execution, file transfer
Message QueuesKafka, AWS SQS, Google Pub/Sub, RabbitMQ
+ moreLDAP, OCR, Image Generation, Healthcare, ERP, Web3, ...

Transport Modes

ModeFlagBest for
stdio--stdioClaude Code VS Code extension, Claude Desktop
HTTP--serve --port 4040Cursor, Windsurf, shared cloud deployments

Built-in Memory

Every session includes persistent memory tools:

ToolDescription
memory_setStore a key-value pair across sessions
memory_getRetrieve a stored value
memory_listList all stored pairs
memory_deleteRemove a stored key

License

Apache-2.0 — free to use, modify, and deploy for any purpose including commercial use.

Keywords

mcp

FAQs

Package last updated on 31 Jul 2026

Related posts