Skip to content
Windsurf

atimelogger mcp for Windsurf

io.github.zaplitny/atimelogger-mcp

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

client:Windsurf transport:stdio runtime:npm

Install atimelogger mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "atimelogger-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "atimelogger-mcp"
      ],
      "env": {
        "ATL_TOKEN": "<ATL_TOKEN>",
        "ATL_BASE_URL": "<ATL_BASE_URL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

atimelogger mcp in other clients