oe mcp for VS Code
io.github.enthrium/oe-mcp
Connect any AI coding app to enterprise data sources. One binary, one JSON config.
client:VS Code
transport:stdio
runtime:npm
Install oe mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "oe-mcp-config-path",
"description": "OE_MCP_CONFIG_PATH",
"password": true
}
],
"servers": {
"oe-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@openenthrium/oe-mcp"
],
"env": {
"OE_MCP_CONFIG_PATH": "${input:oe-mcp-config-path}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs