{"id":51518022,"url":"https://github.com/secretiveshell/mcp-timeserver-rust","last_synced_at":"2026-07-08T13:01:29.062Z","repository":{"id":369071405,"uuid":"1262189319","full_name":"SecretiveShell/mcp-timeserver-rust","owner":"SecretiveShell","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-07T17:44:00.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-03T14:07:12.070Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SecretiveShell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-07T17:27:33.000Z","updated_at":"2026-06-07T17:44:03.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/SecretiveShell/mcp-timeserver-rust","commit_stats":null,"previous_names":["secretiveshell/mcp-timeserver-rust"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/SecretiveShell/mcp-timeserver-rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecretiveShell%2Fmcp-timeserver-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecretiveShell%2Fmcp-timeserver-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecretiveShell%2Fmcp-timeserver-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecretiveShell%2Fmcp-timeserver-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SecretiveShell","download_url":"https://codeload.github.com/SecretiveShell/mcp-timeserver-rust/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecretiveShell%2Fmcp-timeserver-rust/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35265380,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-08T02:00:06.796Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-07-08T13:01:28.103Z","updated_at":"2026-07-08T13:01:29.050Z","avatar_url":"https://github.com/SecretiveShell.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MCP-timeserver-rust\n\nA simple MCP server that exposes datetime information to agentic systems and chat REPLs.\n\nThis is a Rust port of [SecretiveShell/MCP-timeserver](https://github.com/SecretiveShell/MCP-timeserver).\n\n## Components\n\n### Resources\n\nThe server implements a `datetime://` URI scheme for accessing the current date/time in a given IANA timezone:\n\n```text\ndatetime://Africa/Freetown/now\ndatetime://Europe/London/now\ndatetime://America/New_York/now\n```\n\nIt also supports relative offsets:\n\n```text\ndatetime://Europe/London/now/-1%20hour\ndatetime://America/New_York/now/+30m\ndatetime://Asia/Tokyo/now/-2h\n```\n\nSupported relative units are seconds, minutes, hours, days, and weeks.\n\n### Tools\n\nThe server exposes a tool to get the current UTC time:\n\n```text\ncurrent_time\n```\n\n## Quickstart\n\n### Build\n\n```sh\ncargo build --release\n```\n\n### Run\n\n```sh\ncargo run --release\n```\n\n### MCP Configuration\n\nUse the compiled binary as a stdio MCP server:\n\n```json\n{\n  \"mcpServers\": {\n    \"mcp-timeserver\": {\n      \"command\": \"/path/to/mcp-timeserver/target/release/mcp-timeserver\"\n    }\n  }\n}\n```\n\nFor local development, you can run it through Cargo:\n\n```json\n{\n  \"mcpServers\": {\n    \"mcp-timeserver\": {\n      \"command\": \"cargo\",\n      \"args\": [\"run\", \"--release\", \"--manifest-path\", \"/path/to/mcp-timeserver/Cargo.toml\"]\n    }\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecretiveshell%2Fmcp-timeserver-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsecretiveshell%2Fmcp-timeserver-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecretiveshell%2Fmcp-timeserver-rust/lists"}