← Back to Plugins
MCP Server MCP

io.github.zaplitny/atimelogger-mcp

github By github 👁 2 views ▲ 0 votes

MCP server exposing the ATimeLogger REST API (activities, reports, types)

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "atimelogger-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "ATimeLogger Personal Access Token (atl_pat_...), generated in the web app under Settings -> API Tokens",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ATL_TOKEN"
        },
        {
          "description": "Base URL of the ATimeLogger backend (default: https://app.atimelogger.pro)",
          "format": "string",
          "name": "ATL_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...