MCP Server
MCP
io.github.enthrium/oe-mcp
Connect any AI coding app to enterprise data sources. One binary, one JSON config.
Install
npx -y @openenthrium/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@openenthrium/oe-mcp",
"version": "1.6.6",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"isRequired": true,
"value": "--stdio",
"type": ""
},
{
"description": "Absolute path to your oe-mcp.json config file",
"isRequired": true,
"format": "string",
"value": "${OE_MCP_CONFIG_PATH}",
"type": "",
"name": "config"
}
],
"environmentVariables": [
{
"description": "Absolute path to your oe-mcp.json config file",
"isRequired": true,
"format": "string",
"name": "OE_MCP_CONFIG_PATH"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment