GoModel
Rank #143io.github.ENTERPILOT/gomodel
Self-hosted gateway aggregating upstream MCP servers behind one authenticated HTTP endpoint.
GoModel is a Model Context Protocol (MCP) server published by ENTERPILOT. It ranks #143 of 120,698 servers tracked on MCP Toplist, and its repository has 1,111 GitHub stars. GoModel is listed on Official MCP, with 34 tracked versions. It was first listed on Jul 19, 2026 and most recently updated on Sep 4, 2026.
Ranks ahead of 120,555 of 120,698 servers on MCP Toplist.
Use GoModel
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add gomodel -e "GOMODEL_MASTER_KEY=<your GOMODEL_MASTER_KEY>" -e "MCP_SERVERS=<your MCP_SERVERS>" -- docker run -i --rm docker.io/enterpilot/gomodel:0.1.87Replace each placeholder with your own value before saving.
[mcp_servers.gomodel]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/enterpilot/gomodel:0.1.87"]
[mcp_servers.gomodel.env]
GOMODEL_MASTER_KEY = "<your GOMODEL_MASTER_KEY>"
MCP_SERVERS = "<your MCP_SERVERS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gomodel": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/enterpilot/gomodel:0.1.87"
],
"env": {
"GOMODEL_MASTER_KEY": "<your GOMODEL_MASTER_KEY>",
"MCP_SERVERS": "<your MCP_SERVERS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gomodel": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/enterpilot/gomodel:0.1.87"
],
"env": {
"GOMODEL_MASTER_KEY": "<your GOMODEL_MASTER_KEY>",
"MCP_SERVERS": "<your MCP_SERVERS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"gomodel": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/enterpilot/gomodel:0.1.87"
],
"env": {
"GOMODEL_MASTER_KEY": "<your GOMODEL_MASTER_KEY>",
"MCP_SERVERS": "<your MCP_SERVERS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gomodel": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/enterpilot/gomodel:0.1.87"
],
"env": {
"GOMODEL_MASTER_KEY": "<your GOMODEL_MASTER_KEY>",
"MCP_SERVERS": "<your MCP_SERVERS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gomodel": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/enterpilot/gomodel:0.1.87"
],
"env": {
"GOMODEL_MASTER_KEY": "<your GOMODEL_MASTER_KEY>",
"MCP_SERVERS": "<your MCP_SERVERS>"
}
}
}
}Replace each placeholder with your own value before saving.
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.ENTERPILOT%2Fgomodel)<a href="https://mcptoplist.com/server/io.github.ENTERPILOT%2Fgomodel"><img src="https://mcptoplist.com/badge/io.github.ENTERPILOT%2Fgomodel.svg" alt="MCP Toplist: Top 1% of 120,698" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
ENTERPILOT
Available versions (34)
| Version | Published |
|---|---|
| 0.1.87 | Sep 4, 2026 |
| 0.1.86 | Sep 2, 2026 |
| 0.1.85 | Sep 2, 2026 |
| 0.1.84 | Aug 30, 2026 |
| 0.1.83 | Aug 27, 2026 |
| 0.1.82 | Aug 25, 2026 |
| 0.1.81 | Aug 24, 2026 |
| 0.1.80 | Aug 21, 2026 |
| 0.1.79 | Aug 20, 2026 |
| 0.1.78 | Aug 20, 2026 |
| 0.1.77 | Aug 16, 2026 |
| 0.1.76 | Aug 15, 2026 |
| 0.1.75 | Aug 14, 2026 |
| 0.1.74 | Aug 11, 2026 |
| 0.1.73 | Aug 9, 2026 |
| 0.1.72 | Aug 8, 2026 |
| 0.1.71 | Aug 8, 2026 |
| 0.1.70 | Aug 7, 2026 |
| 0.1.69 | Aug 6, 2026 |
| 0.1.68 | Aug 4, 2026 |
| 0.1.67 | Aug 1, 2026 |
| 0.1.66 | Jul 31, 2026 |
| 0.1.65 | Jul 30, 2026 |
| 0.1.64 | Jul 29, 2026 |
| 0.1.63 | Jul 28, 2026 |
| 0.1.62 | Jul 26, 2026 |
| 0.1.61 | Jul 26, 2026 |
| 0.1.60 | Jul 25, 2026 |
| 0.1.59 | Jul 24, 2026 |
| 0.1.58 | Jul 22, 2026 |
| 0.1.57 | Jul 22, 2026 |
| 0.1.56 | Jul 21, 2026 |
| 0.1.55 | Jul 20, 2026 |
| 0.1.54 | Jul 19, 2026 |
Frequently asked questions
- Who maintains GoModel?
- GoModel is maintained by ENTERPILOT, which publishes 1 MCP server (34 total versions) tracked on MCP Toplist.
- Is GoModel listed on the Official MCP Registry?
- Yes — GoModel is listed on the Official MCP Registry.
- How many versions does GoModel have?
- MCP Toplist tracks 34 versions of GoModel, most recently published on Sep 4, 2026.
- Where can I find the source code for GoModel?
- The source code for GoModel is hosted at github.com/ENTERPILOT/GoModel.
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.