spring-mcp-server

gudesrikanth/spring-mcp-server
★ 0 stars Java DevOps Updated 7d ago
Hands-on, deployable Model Context Protocol (MCP) server built with Spring AI (Java 25, Spring Boot 4). AWS free-tier infra (Terraform) + GitHub Actions CI/CD.
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": {
    "spring-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "gudesrikanth/spring-mcp-server"
      ]
    }
  }
}

README Excerpt

A complete, production-shaped **Model Context Protocol (MCP) server** built with **Spring AI** — created to *learn MCP by doing*: what a server exposes, how it speaks the protocol, and **how and from where clients connect to it**. It comes with everything a portfolio project should have: tests, Docker, AWS Free-Tier

Tools (1)

main