Overview
What is Mcp Server Datetime?
A Spring AI MCP server implementation that includes a configurable "time" module. It is intended for use with Spring Boot projects that require MCP (Model Context Protocol) server capabilities.
How to use Mcp Server Datetime?
Add the Spring AI MCP server WebMVC starter dependency to your project and configure the "time" module in your server configuration with "enabled": true and a serverUrl of your choice.
Key features of Mcp Server Datetime
- Spring AI MCP server for WebMVC environments
- Built as a Spring Boot starter
- Configurable "time" module via JSON configuration
- Server URL and enable/disable settings
Use cases of Mcp Server Datetime
—
FAQ from Mcp Server Datetime
What is the Maven dependency for Mcp Server Datetime?
The dependency is spring-ai-mcp-server-webmvc-spring-boot-starter version 1.0.0-M6 from group org.springframework.ai.
How do I configure the time module?
Use the following JSON structure under your server configuration: "time": { "enabled": true, "env": {}, "serverUrl": "http://localhost:8080" }.
What runtime environment does Mcp Server Datetime require?
—
What transport protocol does Mcp Server Datetime use?
—
Is authentication supported?
—