Open Enterprise AI MCP Server
Rank #8,847io.github.openenterprise-info/oe-mcp
Connect any AI coding app to enterprise data sources. One binary, one JSON config.
Open Enterprise AI MCP Server is a Model Context Protocol (MCP) server published by openenterprise-info. It ranks #8,847 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Open Enterprise AI MCP Server is listed across 2 registries — Official MCP and Glama, with 7 tracked versions. It was first listed on Jul 28, 2026 and most recently updated on Aug 8, 2026.
Ranks ahead of 123,199 of 132,046 servers on MCP Toplist.
Use Open Enterprise AI MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add oe-mcp -e "OE_MCP_CONFIG_PATH=<your OE_MCP_CONFIG_PATH>" -- npx -y @openenthrium/oe-mcpReplace each placeholder with your own value before saving.
[mcp_servers.oe-mcp]
command = "npx"
args = ["-y", "@openenthrium/oe-mcp"]
[mcp_servers.oe-mcp.env]
OE_MCP_CONFIG_PATH = "<your OE_MCP_CONFIG_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"oe-mcp": {
"command": "npx",
"args": [
"-y",
"@openenthrium/oe-mcp"
],
"env": {
"OE_MCP_CONFIG_PATH": "<your OE_MCP_CONFIG_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"oe-mcp": {
"command": "npx",
"args": [
"-y",
"@openenthrium/oe-mcp"
],
"env": {
"OE_MCP_CONFIG_PATH": "<your OE_MCP_CONFIG_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"oe-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@openenthrium/oe-mcp"
],
"env": {
"OE_MCP_CONFIG_PATH": "<your OE_MCP_CONFIG_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"oe-mcp": {
"command": "npx",
"args": [
"-y",
"@openenthrium/oe-mcp"
],
"env": {
"OE_MCP_CONFIG_PATH": "<your OE_MCP_CONFIG_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"oe-mcp": {
"command": "npx",
"args": [
"-y",
"@openenthrium/oe-mcp"
],
"env": {
"OE_MCP_CONFIG_PATH": "<your OE_MCP_CONFIG_PATH>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.openenterprise-info%2Foe-mcp)<a href="https://mcptoplist.com/server/io.github.openenterprise-info%2Foe-mcp"><img src="https://mcptoplist.com/badge/io.github.openenterprise-info%2Foe-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (1 delisted)
openenterprise-info
Available versions (7)
| Version | Published |
|---|---|
| 1.6.6 | Aug 8, 2026 |
| 1.6.5 | Aug 8, 2026 |
| 1.6.1 | Aug 5, 2026 |
| 1.4.4 | Jul 31, 2026 |
| 1.4.3 | Jul 31, 2026 |
| 1.4.2 | Jul 31, 2026 |
| 1.4.1 | Jul 30, 2026 |
Frequently asked questions
- Who maintains Open Enterprise AI MCP Server?
- Open Enterprise AI MCP Server is maintained by openenterprise-info, which publishes 1 MCP server (7 total versions) tracked on MCP Toplist.
- Is Open Enterprise AI MCP Server listed on the Official MCP Registry?
- Yes — Open Enterprise AI MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Open Enterprise AI MCP Server have?
- MCP Toplist tracks 7 versions of Open Enterprise AI MCP Server, most recently published on Aug 8, 2026.
- Where can I find the source code for Open Enterprise AI MCP Server?
- The source code for Open Enterprise AI MCP Server is hosted at github.com/openenterprise-info/open-enterprise-ai-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.