73
/ 100
1 month ago
glama

MKMChat

AI assistant and MCP server for Mortal Kombat Mobile that provides intelligent team suggestions, mechanic explanations, and context-aware chat via local LLMs and RAG.

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 1 credential: MKM_API_KEY
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.
configMKM_HTTP_TIMEOUT_SECONDS
configMKM_DEBUG_PROMPTSSet to true to write detailed, fully redacted LLM prompts and responses to debug_llm.log for easy tuning.
configMKM_CHAT_SUMMARY_MODEL
configMKM_CHAT_KEEP_RECENT_MESSAGES
configMKM_CHAT_COMPACT_TRIGGER_MESSAGES
configMKM_STRUCTURED_GAMEPLAY_TOP_K
configMKM_STRUCTURED_GAMEPLAY_MAX_ITEMS
configMKM_STRUCTURED_GLOSSARY_TOP_K
configMKM_STRUCTURED_GLOSSARY_MAX_ITEMS
configMKM_TEAM_CHAR_LIMIT
configMKM_TEAM_EQUIP_LIMIT
configMKM_TEAM_PASSIVE_MAX_CHARS
configMKM_TEAM_GAMEPLAY_MAX_CHARS
configMKM_TEAM_GLOSSARY_MAX_CHARS
configMKM_ASK_CHAR_LIMIT
configMKM_ASK_EQUIP_LIMIT
configMKM_ASK_PASSIVE_MAX_CHARS
configMKM_ASK_GAMEPLAY_MAX_CHARS
configMKM_ASK_GLOSSARY_MAX_CHARS
configMKM_CORS_ORIGINS
🔐 secretMKM_API_KEYA strong random string shared by the backend and Laravel services for authentication.
configMKM_API_KEY_HEADER
configMKM_RATE_LIMIT_ENABLED
configMKM_HTTP_HOSTHost binding for Python API 0.0.0.0
configOLLAMA_BASE_URLBase URL of the Ollama server http://ollama:11434
configOLLAMA_MODELThe default model tag to use (e.g., llama3.2:3b or deepseek-r1:14b-fit).
configMKM_MECHANIC_RAG_TOP_KNumber of passages to search for explanations 16
configMKM_MECHANIC_RAG_MAX_PASSAGESMax context passages to include 8
configMKM_MECHANIC_RAG_MAX_CHARS
configMKM_MECHANIC_NUM_PREDICT
// 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 3 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/fivanparedes-mkmchat-mcp-10r0xk)](https://m8ven.ai/mcp/fivanparedes-mkmchat-mcp-10r0xk)
commit: bcfae37de796a5d991fdd75233905e6d6f5455cb
code hash: ed7b2bd54b98e67a049e8a51e04c70fff78c8d4d9902d1e74fae8ace3c907329
verified: 6/24/2026, 10:04:33 AM
view raw JSON →