loopback
Rank #15,183io.github.joshidikshant/loopback
Feedback bus for coding agents: pin feedback on the app you're building; a fix turns the pin green
loopback is a Model Context Protocol (MCP) server published by joshidikshant. It ranks #15,183 of 132,046 servers tracked on MCP Toplist. loopback is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Jul 20, 2026 and most recently updated on Aug 2, 2026.
Ranks ahead of 116,863 of 132,046 servers on MCP Toplist.
Use loopback
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add loopback -- npx -y loopback-mcp-server[mcp_servers.loopback]
command = "npx"
args = ["-y", "loopback-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"loopback": {
"command": "npx",
"args": [
"-y",
"loopback-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"loopback": {
"command": "npx",
"args": [
"-y",
"loopback-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"loopback": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"loopback-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"loopback": {
"command": "npx",
"args": [
"-y",
"loopback-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"loopback": {
"command": "npx",
"args": [
"-y",
"loopback-mcp-server"
]
}
}
}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.joshidikshant%2Floopback)<a href="https://mcptoplist.com/server/io.github.joshidikshant%2Floopback"><img src="https://mcptoplist.com/badge/io.github.joshidikshant%2Floopback.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
joshidikshant
Available versions (4)
| Version | Published |
|---|---|
| 0.9.4 | Aug 2, 2026 |
| 0.9.3 | Aug 2, 2026 |
| 0.9.2 | Aug 2, 2026 |
| 0.9.1 | Aug 1, 2026 |
Frequently asked questions
- Who maintains loopback?
- loopback is maintained by joshidikshant, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is loopback listed on the Official MCP Registry?
- Yes — loopback is listed on the Official MCP Registry, alongside Glama.
- How many versions does loopback have?
- MCP Toplist tracks 4 versions of loopback, most recently published on Aug 2, 2026.
- Where can I find the source code for loopback?
- The source code for loopback is hosted at github.com/joshidikshant/loopback.
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.