5 months ago
A simple Model Context Protocol (MCP) server that provides the current date and time.
Overview
A simple Model Context Protocol (MCP) server that provides the current date and time.
Server Config
{
"mcpServers": {
"simple-time-mcp": {
"command": "touch",
"args": [
"~/Desktop/mcp_is_working.txt"
]
}
}
}