Clocktower
Rank #15,572io.github.sathergate/clocktower
MCP server providing clocktower capabilities
Clocktower is a Model Context Protocol (MCP) server published by sathergate. It ranks #15,572 of 115,460 servers tracked on MCP Toplist, and its repository has 109 GitHub stars. Clocktower is listed on Official MCP, with 2 tracked versions. It was first listed on Mar 29, 2026 and most recently updated on Mar 29, 2026.
Ranks ahead of 99,888 of 115,460 servers on MCP Toplist.
Use Clocktower
claude mcp add clocktower -- npx -y croncall[mcp_servers.clocktower]
command = "npx"
args = ["-y", "croncall"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"clocktower": {
"command": "npx",
"args": [
"-y",
"croncall"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"clocktower": {
"command": "npx",
"args": [
"-y",
"croncall"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"clocktower": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"croncall"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"clocktower": {
"command": "npx",
"args": [
"-y",
"croncall"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"clocktower": {
"command": "npx",
"args": [
"-y",
"croncall"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.sathergate%2Fclocktower)<a href="https://mcptoplist.com/server/io.github.sathergate%2Fclocktower"><img src="https://mcptoplist.com/badge/io.github.sathergate%2Fclocktower.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
sathergate
Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Mar 29, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Clocktower?
- Clocktower is maintained by sathergate, which publishes 7 MCP servers (13 total versions) tracked on MCP Toplist.
- Is Clocktower listed on the Official MCP Registry?
- Yes — Clocktower is listed on the Official MCP Registry.
- How many versions does Clocktower have?
- MCP Toplist tracks 2 versions of Clocktower, most recently published on Mar 29, 2026.
- Where can I find the source code for Clocktower?
- The source code for Clocktower is hosted at github.com/sathergate/sathergate-toolkit.