daymon
Daymon is an open source autopilot for Claude that runs tasks 24/7 without the need for API keys or cloud services.
Daymon allows you to schedule tasks, maintain persistent memory, and automate background processes, all while you sleep or focus on other activities. It operates directly on your local machine, whether it's macOS, Windows, or Linux, utilizing your existing Claude subscription without any additional costs or requirements. With Daymon, you can ensure that your Claude tasks are executed on time, remember context across conversations, and monitor files for changes. This makes it an ideal solution for users who want to maximize the utility of their Claude subscription without the hassle of managing API keys or cloud infrastructure.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"daymon": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-daymon"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions