GoModel
Rank #304io.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 #304 of 103,283 servers tracked on MCP Toplist, and its repository has 1,035 GitHub stars. GoModel is listed on Official MCP, with 15 tracked versions. It was first listed on Jul 19, 2026 and most recently updated on Aug 11, 2026.
Ranks ahead of 102,979 of 103,283 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.74Replace each placeholder with your own value before saving.
[mcp_servers.gomodel]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/enterpilot/gomodel:0.1.74"]
[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.74"
],
"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.74"
],
"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.74"
],
"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.74"
],
"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.74"
],
"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 103,283" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
ENTERPILOT
Available versions (15)
| Version | Published |
|---|---|
| 0.1.74 | Aug 11, 2026 |
| 0.1.73 | Aug 9, 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.61 | Jul 26, 2026 |
| 0.1.60 | Jul 25, 2026 |
| 0.1.59 | Jul 24, 2026 |
| 0.1.54 | Jul 19, 2026 |
Frequently asked questions
- Who maintains GoModel?
- GoModel is maintained by ENTERPILOT, which publishes 1 MCP server (15 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 15 versions of GoModel, most recently published on Aug 11, 2026.
- Where can I find the source code for GoModel?
- The source code for GoModel is hosted at github.com/ENTERPILOT/GoModel.