Skip to main content
Glama
pyproject.toml522 B
[project] name = "rescuetime-mcp" version = "0.1.0" description = "MCP server for RescueTime productivity data" requires-python = ">=3.11" dependencies = [ "fastmcp>=2.0.0", "httpx", "pydantic>=2.0", "python-dotenv", ] [project.scripts] rescuetime-mcp = "rescuetime_mcp.server:main" [project.optional-dependencies] dev = [ "pytest", "pytest-asyncio", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/rescuetime_mcp"]

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/JasonBates/rescuetime-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server