Tiny Go MCP Server
Rank #52,990io.github.kioie/tiny-go-mcp
Demo stdio MCP server (tools, resource, prompt) for tinymcp tests—not production use.
Tiny Go MCP Server is a Model Context Protocol (MCP) server published by kioie. It ranks #52,990 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Tiny Go MCP Server is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on May 20, 2026 and most recently updated on May 22, 2026.
Ranks ahead of 79,123 of 132,113 servers on MCP Toplist.
Use Tiny Go MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add tiny-go-mcp -- docker run -i --rm ghcr.io/kioie/tiny-go-mcp:1.1.2[mcp_servers.tiny-go-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/kioie/tiny-go-mcp:1.1.2"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"tiny-go-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kioie/tiny-go-mcp:1.1.2"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"tiny-go-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kioie/tiny-go-mcp:1.1.2"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"tiny-go-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kioie/tiny-go-mcp:1.1.2"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"tiny-go-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kioie/tiny-go-mcp:1.1.2"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"tiny-go-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kioie/tiny-go-mcp:1.1.2"
]
}
}
}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.kioie%2Ftiny-go-mcp)<a href="https://mcptoplist.com/server/io.github.kioie%2Ftiny-go-mcp"><img src="https://mcptoplist.com/badge/io.github.kioie%2Ftiny-go-mcp.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
kioie
Other servers by kioie
View all kioie servers →Available versions (2)
| Version | Published |
|---|---|
| 1.1.2 | May 22, 2026 |
| 1.1.0 | May 22, 2026 |
Frequently asked questions
- Who maintains Tiny Go MCP Server?
- Tiny Go MCP Server is maintained by kioie, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Tiny Go MCP Server listed on the Official MCP Registry?
- Yes — Tiny Go MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Tiny Go MCP Server have?
- MCP Toplist tracks 2 versions of Tiny Go MCP Server, most recently published on May 22, 2026.
- Where can I find the source code for Tiny Go MCP Server?
- The source code for Tiny Go MCP Server is hosted at github.com/kioie/tiny-go-mcp-server.
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.