MCP Server
MCP
io.github.zaplitny/atimelogger-mcp
MCP server exposing the ATimeLogger REST API (activities, reports, types)
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
By
Comments
Sign in to leave a comment