mcp omie for VS Code
io.github.codespar/mcp-omie
MCP server for Omie — ERP, customers, products, orders, invoices, financials
client:VS Code
transport:stdio
runtime:npm
Install mcp omie in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "omie-app-secret",
"description": "OMIE_APP_SECRET",
"password": true
}
],
"servers": {
"mcp-omie": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-omie"
],
"env": {
"OMIE_APP_SECRET": "${input:omie-app-secret}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs