spring-ai-mcp-server

sandipchitale/spring-ai-mcp-server

3.1

If you are the rightful owner of spring-ai-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Spring AI Streamable HTTP MCP Server Application is designed to facilitate seamless communication between AI models and clients using the Model Context Protocol (MCP).

Spring AI Streamable HTTP MCP Server Application

Chatbot and CLI Client

Spring AI LLM with Streamable HTTP MCP Client Application

Sample Mcp server configuration ( from Model Context Protocol Inspector )

{
    "mcpServers": {
        "spring-ai-streamable-http-mcp-server": {
            "type": "streamable-http",
            "url": "http://localhost:8765/mcp",
            "note": "For Streamable HTTP connections, add this URL directly in your MCP Client"
        }
    }
}