simple_mcp_server_kotlin

cflaig/simple_mcp_server_kotlin

3.2

If you are the rightful owner of simple_mcp_server_kotlin and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

This project is a Simple MCP Server implemented in Kotlin, utilizing Ktor and the io.modelcontextprotocol Kotlin SDK to expose a Model Context Protocol (MCP) HTTP endpoint.

Simple MCP Server (Kotlin)

This project exposes a Model Context Protocol (MCP) HTTP endpoint at /mcp using Ktor and the io.modelcontextprotocol Kotlin SDK.

Run the server

  • From the project root:
    • Build: ./gradlew build
    • Run: ./gradlew run (or run the main function in Application.kt). The server starts on http://localhost:8080