MCP-demo-server

Manshal-Infusion/MCP-demo-server
★ 0 stars Kotlin Memory/Knowledge Updated today
MCP server using Kotlin
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-demo-server": {
      "command": "npx",
      "args": [
        "-y",
        "Manshal-Infusion/MCP-demo-server"
      ]
    }
  }
}

README Excerpt

Connect with the MCP Inspector: ```shell npx @modelcontextprotocol/inspector --config samples/kotlin-mcp-server/mcp-inspector-config.json --server stdio-server ``` 1. https://modelcontextprotocol.io/docs/develop/build-server#kotlin 2. https://github.com/modelcontextprotocol/kotlin-sdk 1. https://modelcontextprotocol.io/docs/develop/build-server#typescript