Coder
Rank #168io.github.coder/coder
Manage Coder workspaces, templates, and cloud development environments
Coder is a Model Context Protocol (MCP) server published by coder. It ranks #168 of 103,283 servers tracked on MCP Toplist, and its repository has 14,019 GitHub stars. Coder is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Jun 12, 2026 and most recently updated on Jun 26, 2026.
Ranks ahead of 103,115 of 103,283 servers on MCP Toplist.
Use Coder
claude mcp add --transport http coder https://{coder_hostname}/api/experimental/mcp/http[mcp_servers.coder]
url = "https://{coder_hostname}/api/experimental/mcp/http"Add to ~/.codex/config.toml.
https://{coder_hostname}/api/experimental/mcp/httpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"coder": {
"url": "https://{coder_hostname}/api/experimental/mcp/http"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"coder": {
"type": "http",
"url": "https://{coder_hostname}/api/experimental/mcp/http"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"coder": {
"serverUrl": "https://{coder_hostname}/api/experimental/mcp/http"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"coder": {
"url": "https://{coder_hostname}/api/experimental/mcp/http"
}
}
}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.coder%2Fcoder)<a href="https://mcptoplist.com/server/io.github.coder%2Fcoder"><img src="https://mcptoplist.com/badge/io.github.coder%2Fcoder.svg" alt="MCP Toplist: Top 1% of 103,283" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
coder
Available versions (1)
| Version | Published |
|---|---|
| 2.33.9 | Jun 26, 2026 |
Frequently asked questions
- Who maintains Coder?
- Coder is maintained by coder, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Coder listed on the Official MCP Registry?
- Yes — Coder is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Coder have?
- MCP Toplist tracks 1 version of Coder, most recently published on Jun 26, 2026.
- Where can I find the source code for Coder?
- The source code for Coder is hosted at github.com/coder/coder.