ko-spring-ai-mcp-toolkit

skyleedevzero86/ko-spring-ai-mcp-toolkit
★ 1 stars Kotlin 🤖 AI/LLM Updated 3mo ago
Spring AI–based MCP Agent that enables LLMs to execute real-world actions such as file operations, email sending, and time retrieval with tool calling and chat memory
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ko-spring-ai-mcp-too": {
      "command": "npx",
      "args": [
        "-y",
        "skyleedevzero86/ko-spring-ai-mcp-toolkit"
      ]
    }
  }
}