69
/ 100
2 days ago
glama

ODM Decision Center MCP Server

Enables AI assistants to interact with IBM ODM Decision Center for managing business rules, decision tables, ruleflows, and project generation.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: IBM_WATSONX_API_KEY, DC_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configMCP_TRANSPORTexport ="stdio" # ou "http"
configHTTP_HOSTexport ="0.0.0.0" # se usar HTTP
configHTTP_PORTexport ="8000" # se usar HTTP
configJSON_RESPONSE
🔐 secretIBM_WATSONX_API_KEY
configIBM_WATSONX_PROJECT_ID
configIBM_WATSONX_REGION
configIBM_WATSONX_MODEL_ID
configDC_BASE_URLexport ="http://seu-servidor-odm:9060/decisioncenter-api/v1"
configDC_USERNAMEexport ="odmAdmin"
🔐 secretDC_PASSWORDexport ="sua-senha"
configOTHER_BASE_URLexport ="http://localhost:8080"
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/rafamarques82-odm-dc-mcpserver-g7neh5)](https://m8ven.ai/mcp/rafamarques82-odm-dc-mcpserver-g7neh5)
commit: ab6ce8bd834a498298bc38df8debc455cf1c61b8
code hash: 6bbeff201bfbb5c8a5470f810245cc1039ae4227e70912ae6b18c11580974ee1
verified: 6/24/2026, 10:23:01 AM
view raw JSON →