Basic-MCP-Server-in-Spring-Boot

jihadmia35/Basic-MCP-Server-in-Spring-Boot
★ 0 stars Java 📦 Other Updated today
An MCP server.
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": {
    "basic-mcp-server-in-": {
      "command": "npx",
      "args": [
        "-y",
        "jihadmia35/Basic-MCP-Server-in-Spring-Boot"
      ]
    }
  }
}