Back to Home
SamMorrowDrums icon

mcp-kotlin-starter

Verified Safe

by SamMorrowDrums

Overview

A starter template for building Model Context Protocol (MCP) servers in Kotlin, demonstrating core features.

Installation

Run Command
./gradlew runHttp

Environment Variables

  • PORT

Security Notes

The server uses Ktor with `CORS().anyHost()` in its HTTP transport, which is open by default. While common for development, it requires careful consideration for production deployments to restrict allowed origins. No 'eval' or direct dynamic code execution from user input observed. Input parsing for arguments appears robust, using Kotlin's type-safe JSON deserialization methods.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens300
Stars0
Forks0
Last Update2026-01-19

Tags

KotlinMCPServer TemplateDevelopmentAPI