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
{
"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