Back to Home
jermeyyy icon

kortex

Verified Safe

by jermeyyy

Overview

An MCP server that provides AI coding assistants with advanced capabilities for working with Kotlin Multiplatform (KMP) and Compose Multiplatform (CMP) projects, including LSP-based code analysis, navigation, editing, and planning.

Installation

Run Command
python -m kortex_mcp.server

Environment Variables

  • JAVA_HOME
  • DEVELOPER_DIR

Security Notes

The server uses `asyncio.create_subprocess_exec` to run external Language Server Protocol (LSP) binaries (Kotlin, Swift, Objective-C). While necessary for its core functionality and typically discovers trusted executables via `shutil.which` or hardcoded paths, this introduces a dependency on external tools. A compromised LSP executable or path could lead to unexpected behavior. No direct 'eval' or hardcoded secrets were found. JSON-RPC communication is handled, which can be vulnerable to malformed or oversized payloads if not robustly validated, though typical LSP usage is generally trusted.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens1000
Stars0
Forks0
Last Update2025-11-29

Tags

Kotlin MultiplatformCompose MultiplatformAI coding assistantLSPcode analysis