MIT License
219
5

Integrations

  • Allows integration with Windsurf in Codeium, enabling time awareness capabilities for LLMs within the Codeium environment.

🚀 시간 MCP 서버: LLM에게 시간 인식 기능 제공

LLM이 시간 인식 기능을 갖도록 하는 MCP(모델 컨텍스트 프로토콜) 서버 구현입니다.

도구

  • current_time : 현재 시간(UTC 및 현지 시간)을 가져옵니다.
  • relative_time : 상대 시간을 가져옵니다
  • get_timestamp : 시간에 대한 타임스탬프를 가져옵니다
  • days_in_month : 한 달의 일수를 구합니다
  • convert_time : 시간대 간 시간 변환
  • get_week_year : 해당 주와 해당 주를 가져옵니다.

설치

Smithery를 통해 설치

Smithery를 통해 Claude Desktop에 time-mcp를 자동으로 설치하려면:

지엑스피1

수동 설치(선택 사항)

npm install -g time-mcp

npx를 사용하여

npx -y time-mcp

커서에서 실행

mcp.json 파일은 다음과 같습니다.

{ "mcpServers": { "time-mcp": { "command": "npx", "args": ["-y", "time-mcp"] } } }

윈드서프에서 달리기

./codeium/windsurf/model_config.json 파일에 다음을 추가하세요.

{ "mcpServers": { "time-mcp": { "command": "npx", "args": ["-y", "time-mcp"] } } }

특허

MIT 라이센스 - 자세한 내용은 라이센스 파일을 참조하세요.

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

LLM에 시간 인식 기능 제공. 시간 인식 기능으로 LLM의 역량을 강화하세요. 현재 시간에 접근하고, 시간대를 변환하고, 타임스탬프를 손쉽게 확보하세요. 정확한 시간 관련 기능으로 애플리케이션을 강화하세요.

  1. Tools
    1. Installation
      1. Installing via Smithery
      2. Manually install (Optional)
      3. using npx
    2. Running on Cursor
      1. Running on Windsurf
        1. License

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            Lets LLMs read and manage Google Calendar events.
            Last updated -
            19
            174
            TypeScript
            MIT License
            • Apple
          • A
            security
            F
            license
            A
            quality
            A Model Context Protocol server that provides time and timezone conversion capabilities, enabling LLMs to get current time information and perform timezone conversions using IANA timezone names.
            Last updated -
            2
            1
            Python
          • A
            security
            A
            license
            A
            quality
            Enables LLMs to perform travel-related tasks by interacting with Google Maps and travel planning services including location search, place details, and travel time calculations.
            Last updated -
            5
            36
            21
            JavaScript
            MIT License
          • -
            security
            F
            license
            -
            quality
            Enables LLMs to perform statistical analysis and generate ML predictions on user data from databases or CSV files through a Model Context Protocol server.
            Last updated -
            Python

          View all related MCP servers

          ID: 32g7puvq2g