Skip to main content
Glama

Kotlin MCP Server

by normaltusker
start_mcp_server.shโ€ข523 B
#!/bin/bash # MCP Server Launcher Script for IntelliJ Integration # This script ensures proper environment setup and absolute path resolution # Get the directory where this script is located SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" # Set up environment export GPG_TTY=$(tty) export PYTHONPATH="${SCRIPT_DIR}:${PYTHONPATH}" # Change to script directory to ensure relative imports work cd "${SCRIPT_DIR}" # Launch the MCP server with absolute path exec python3 "${SCRIPT_DIR}/kotlin_mcp_server.py" "$@"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/normaltusker/kotlin-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server