AI-powered time intelligence & activity tracking system for women entrepreneurs. Proactive AI coaching that learns, observes, and helps—no prompting required.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"synhergy-time-intell": {
"command": "npx",
"args": [
"-y",
"Omniaigoddess/SynHERgy-Time-Intelligence-MCP-Server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add synhergy-time-intell npx -y Omniaigoddess/SynHERgy-Time-Intelligence-MCP-Server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"synhergy-time-intell": {
"command": "npx",
"args": [
"-y",
"Omniaigoddess/SynHERgy-Time-Intelligence-MCP-Server"
]
}
}
}
📋 Copy