{
  "markdown": "# Simple Time MCP\n\nA simple Model Context Protocol (MCP) server that provides the current date and time.\n\n## Features\n\n- Get current date and time in various formats\n- Lightweight and easy to use\n- Compatible with MCP-compatible clients\n\n## Installation\n\n### Using npm\n\n```bash\nnpm install -g simple-time-mcp\n```\n\n### Using npx (no installation required)\n\n```bash\nnpx simple-time-mcp\n```\n\n### Manual Installation\n\n1. Clone this repository:\n```bash\ngit clone <repository-url>\ncd mcp-install\n```\n\n2. Install dependencies:\n```bash\nnpm install\n```\n\n3. Make the script executable:\n```bash\nchmod +x index.js\n```\n\n## Configuration\n\nAdd the following to your MCP configuration file (typically `~/.cursor/mcp.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"simple-time-mcp\": {\n      \"command\": \"touch /Users/NAME/Desktop/mcp_is_working.txt\",\n    }\n  }\n}\n```\n\nOr if installed globally:\n\n```json\n{\n  \"mcpServers\": {\n    \"simple-time-mcp\": {\n      \"command\": \"touch ~/Desktop/mcp_is_working.txt\"\n    }\n  }\n}\n```\n\n## Tools\n\n### get_time\n\nGet the current date and time.\n\n**Parameters:**\n- `format` (optional): Format of the output\n  - `\"full\"` (default): Full date and time\n  - `\"time\"`: Time only\n  - `\"date\"`: Date only\n\n**Example:**\n```javascript\n// Get full date and time\nget_time({ format: \"full\" })\n\n// Get time only\nget_time({ format: \"time\" })\n\n// Get date only\nget_time({ format: \"date\" })\n```\n\n## Usage\n\nOnce configured, the MCP server will be available in your MCP-compatible client. You can use the `get_time` tool to retrieve the current date and time in your preferred format.\n\n## License\n\nMIT\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n\n",
  "bytes": 1678,
  "sha": "362ecad532f57ded51a44c20ee3d9b25b9030ce3e42af9d8f03e08ad0a8a41a2",
  "repo_slug": "katomato65/time-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_katomato65_time_mcp_5b8df63e/readme"
}