Multi-account Claude Code usage monitor & silent account switcher, plus a Slack/ClickUp MCP server — macOS menu bar + CLI. Local-first, no telemetry.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"aimonitor": {
"command": "go",
"args": [
"run",
"github.com/japananh/aimonitor@latest"
]
}
}
}
Run in terminal:
claude mcp add aimonitor go run github.com/japananh/aimonitor@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"aimonitor": {
"command": "go",
"args": [
"run",
"github.com/japananh/aimonitor@latest"
]
}
}
}