Ratchet
Rank #9,193io.github.iversonwuwei/ratchet
Read-only tools to inspect your agent setup: list MCP servers, flag unpinned ones, test a policy.
Ratchet is a Model Context Protocol (MCP) server published by suhui-organization. It ranks #9,193 of 132,113 servers tracked on MCP Toplist. Ratchet is listed on Official MCP, with 3 tracked versions. It was first listed on Sep 19, 2026 and most recently updated on Sep 19, 2026.
Ranks ahead of 122,920 of 132,113 servers on MCP Toplist.
Use Ratchet
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ratchet -- docker run -i --rm ghcr.io/suhui-organization/ratchet:v0.12.0[mcp_servers.ratchet]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/suhui-organization/ratchet:v0.12.0"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"ratchet": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/suhui-organization/ratchet:v0.12.0"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ratchet": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/suhui-organization/ratchet:v0.12.0"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ratchet": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/suhui-organization/ratchet:v0.12.0"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ratchet": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/suhui-organization/ratchet:v0.12.0"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ratchet": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/suhui-organization/ratchet:v0.12.0"
]
}
}
}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.iversonwuwei%2Fratchet)<a href="https://mcptoplist.com/server/io.github.iversonwuwei%2Fratchet"><img src="https://mcptoplist.com/badge/io.github.iversonwuwei%2Fratchet.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
suhui-organization
Other servers by suhui-organization
View all suhui-organization servers →Available versions (3)
| Version | Published |
|---|---|
| 0.12.0 | Sep 19, 2026 |
| 0.11.0 | Sep 19, 2026 |
| 0.10.1 | Sep 19, 2026 |
Frequently asked questions
- Who maintains Ratchet?
- Ratchet is maintained by suhui-organization, which publishes 2 MCP servers (10 total versions) tracked on MCP Toplist.
- Is Ratchet listed on the Official MCP Registry?
- Yes — Ratchet is listed on the Official MCP Registry.
- How many versions does Ratchet have?
- MCP Toplist tracks 3 versions of Ratchet, most recently published on Sep 19, 2026.
- Where can I find the source code for Ratchet?
- The source code for Ratchet is hosted at github.com/suhui-organization/ratchet.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.