redline
Rank #29,858io.github.gowtham0992/redline
Run local prompt regression checks from prompt-response logs in AI coding assistants.
redline is a Model Context Protocol (MCP) server published by gowtham0992. It ranks #29,858 of 115,591 servers tracked on MCP Toplist. redline is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on May 24, 2026 and most recently updated on May 24, 2026.
Ranks ahead of 85,733 of 115,591 servers on MCP Toplist.
Use redline
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add redline -- uvx --from redline-ai==0.1.0 redline-mcp redline-ai[mcp_servers.redline]
command = "uvx"
args = ["--from", "redline-ai==0.1.0", "redline-mcp", "redline-ai"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"redline": {
"command": "uvx",
"args": [
"--from",
"redline-ai==0.1.0",
"redline-mcp",
"redline-ai"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"redline": {
"command": "uvx",
"args": [
"--from",
"redline-ai==0.1.0",
"redline-mcp",
"redline-ai"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"redline": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"redline-ai==0.1.0",
"redline-mcp",
"redline-ai"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"redline": {
"command": "uvx",
"args": [
"--from",
"redline-ai==0.1.0",
"redline-mcp",
"redline-ai"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"redline": {
"command": "uvx",
"args": [
"--from",
"redline-ai==0.1.0",
"redline-mcp",
"redline-ai"
]
}
}
}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.gowtham0992%2Fredline)<a href="https://mcptoplist.com/server/io.github.gowtham0992%2Fredline"><img src="https://mcptoplist.com/badge/io.github.gowtham0992%2Fredline.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
gowtham0992
Other servers by gowtham0992
View all gowtham0992 servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | May 24, 2026 |
Frequently asked questions
- Who maintains redline?
- redline is maintained by gowtham0992, which publishes 2 MCP servers (14 total versions) tracked on MCP Toplist.
- Is redline listed on the Official MCP Registry?
- Yes — redline is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does redline have?
- MCP Toplist tracks 1 version of redline, most recently published on May 24, 2026.
- Where can I find the source code for redline?
- The source code for redline is hosted at github.com/gowtham0992/redline.