preloop
Rank #317glama/preloop
MCP proxy & AI automation platform with a human approval layer
preloop is a Model Context Protocol (MCP) server published by preloop. It ranks #317 of 115,591 servers tracked on MCP Toplist, and its repository has 56 GitHub stars. preloop is listed across 3 registries — Glama, PulseMCP and mcp.so, with 21 release tags tracked from its GitHub repository. It was first listed on Jan 10, 2026 and most recently updated on Aug 20, 2026.
Ranks ahead of 115,274 of 115,591 servers on MCP Toplist.
Use preloop
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http preloop https://preloop.ai/mcp/v1This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.preloop]
url = "https://preloop.ai/mcp/v1"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://preloop.ai/mcp/v1Settings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"preloop": {
"url": "https://preloop.ai/mcp/v1"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"preloop": {
"type": "http",
"url": "https://preloop.ai/mcp/v1"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"preloop": {
"serverUrl": "https://preloop.ai/mcp/v1"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"preloop": {
"url": "https://preloop.ai/mcp/v1"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
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/glama%2Fpreloop)<a href="https://mcptoplist.com/server/glama%2Fpreloop"><img src="https://mcptoplist.com/badge/glama%2Fpreloop.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
preloop
GitHub releases (21)
No registry surfaces explicit version metadata for this server. The list below shows release tags from the linked GitHub repository.
| Version | Published |
|---|---|
| v0.15.0 | Aug 20, 2026 |
| v0.14.0 | Aug 7, 2026 |
| v0.13.1 | Jul 28, 2026 |
| v0.13.0 | Jul 26, 2026 |
| v0.12.8 | Jul 19, 2026 |
| v0.12.7 | Jul 19, 2026 |
| v0.12.5 | Jul 19, 2026 |
| v0.12.4 | Jul 18, 2026 |
| v0.12.3 | Jul 18, 2026 |
| v0.12.2 | Jul 17, 2026 |
| v0.12.1 | Jul 17, 2026 |
| v0.12.0 | Jul 17, 2026 |
| v0.11.1 | Jul 14, 2026 |
| v0.11.0 | Jul 13, 2026 |
| v0.11.0-rc.1 | Jul 13, 2026 |
| v0.10.0 | Jul 10, 2026 |
| v0.9.3 | May 19, 2026 |
| v0.9.2 | May 9, 2026 |
| v0.9.1 | Apr 30, 2026 |
| v0.9.0 | Apr 30, 2026 |
| v0.9.0-rc.3 | Apr 21, 2026 |
Frequently asked questions
- Who maintains preloop?
- preloop is maintained by preloop, which publishes 1 MCP server (21 total versions) tracked on MCP Toplist.
- Is preloop listed on the Official MCP Registry?
- preloop is not on the Official MCP Registry. It is listed on Glama, PulseMCP and mcp.so.
- How many versions does preloop have?
- No registry surfaces explicit version metadata for preloop; MCP Toplist tracks 21 release tags from its GitHub repository, most recently published on Aug 20, 2026.
- Where can I find the source code for preloop?
- The source code for preloop is hosted at github.com/preloop/preloop.