← Back to Plugins
MCP Server MCP

io.github.enthrium/oe-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...