MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

K
Ko Spring Ai MCP Toolkit

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

Created 1/10/2026
Updated 1 day ago
Repository documentation and setup instructions
README not found
Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/skyleedevzero86/ko-spring-ai-mcp-toolkit
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "skyleedevzero86-ko-spring-ai-mcp-toolkit": { "command": "git", "args": [ "clone", "https://github.com/skyleedevzero86/ko-spring-ai-mcp-toolkit" ] } } }