Devloop
Rank #6,700io.github.vincentvella/devloop
Browser + dev-server logs on one correlated timeline, for Claude Code and AI agents.
Devloop is a Model Context Protocol (MCP) server published by vincentvella. It ranks #6,700 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Devloop is listed across 4 registries — Official MCP, mcp.so, PulseMCP and Glama, with 10 tracked versions. It was first listed on Jun 23, 2026 and most recently updated on Jul 22, 2026.
Ranks ahead of 125,346 of 132,046 servers on MCP Toplist.
Use Devloop
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add devloop -- npx -y devloop-mcp[mcp_servers.devloop]
command = "npx"
args = ["-y", "devloop-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"devloop": {
"command": "npx",
"args": [
"-y",
"devloop-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"devloop": {
"command": "npx",
"args": [
"-y",
"devloop-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"devloop": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"devloop-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"devloop": {
"command": "npx",
"args": [
"-y",
"devloop-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"devloop": {
"command": "npx",
"args": [
"-y",
"devloop-mcp"
]
}
}
}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.vincentvella%2Fdevloop)<a href="https://mcptoplist.com/server/io.github.vincentvella%2Fdevloop"><img src="https://mcptoplist.com/badge/io.github.vincentvella%2Fdevloop.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
vincentvella
Available versions (10)
| Version | Published |
|---|---|
| 0.10.2 | Jul 22, 2026 |
| 0.10.1 | Jul 11, 2026 |
| 0.10.0 | Jul 11, 2026 |
| 0.9.1 | Jul 1, 2026 |
| 0.9.0 | Jul 1, 2026 |
| 0.8.0 | Jun 30, 2026 |
| 0.7.1 | Jun 27, 2026 |
| 0.7.0 | Jun 26, 2026 |
| 0.6.2 | Jun 26, 2026 |
| 0.6.0 | Jun 25, 2026 |
Frequently asked questions
- Who maintains Devloop?
- Devloop is maintained by vincentvella, which publishes 1 MCP server (10 total versions) tracked on MCP Toplist.
- Is Devloop listed on the Official MCP Registry?
- Yes — Devloop is listed on the Official MCP Registry, alongside mcp.so, PulseMCP and Glama.
- How many versions does Devloop have?
- MCP Toplist tracks 10 versions of Devloop, most recently published on Jul 22, 2026.
- Where can I find the source code for Devloop?
- The source code for Devloop is hosted at github.com/vincentvella/devloop.
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.