Daymon puts your favorite AI to work 24/7. It schedules, remembers, and orchestrates your own virtual team. Free.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"daymon": {
"command": "npx",
"args": [
"-y",
"daymonio/daymon"
]
}
}
}
Run in terminal:
claude mcp add daymon npx -y daymonio/daymon
Add to .cursor/mcp.json:
{
"mcpServers": {
"daymon": {
"command": "npx",
"args": [
"-y",
"daymonio/daymon"
]
}
}
}