Ingero
Rank #1,234io.github.ingero-io/ingero
MCP server providing ingero capabilities
Ingero is a Model Context Protocol (MCP) server published by ingero-io. It ranks #1,234 of 132,046 servers tracked on MCP Toplist, and its repository has 84 GitHub stars. Ingero is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 2 tracked versions. It was first listed on Mar 9, 2026 and most recently updated on Mar 18, 2026.
Ranks ahead of 130,812 of 132,046 servers on MCP Toplist.
Use Ingero
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ingero -- docker run -i --rm ghcr.io/ingero-io/ingero:v0.8.2[mcp_servers.ingero]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/ingero-io/ingero:v0.8.2"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"ingero": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ingero-io/ingero:v0.8.2"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ingero": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ingero-io/ingero:v0.8.2"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ingero": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ingero-io/ingero:v0.8.2"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ingero": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ingero-io/ingero:v0.8.2"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ingero": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ingero-io/ingero:v0.8.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.ingero-io%2Fingero)<a href="https://mcptoplist.com/server/io.github.ingero-io%2Fingero"><img src="https://mcptoplist.com/badge/io.github.ingero-io%2Fingero.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (1 delisted)
ingero-io
Available versions (2)
| Version | Published |
|---|---|
| 0.8.2 | Mar 18, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Ingero?
- Ingero is maintained by ingero-io, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Ingero listed on the Official MCP Registry?
- Yes — Ingero is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Ingero have?
- MCP Toplist tracks 2 versions of Ingero, most recently published on Mar 18, 2026.
- Where can I find the source code for Ingero?
- The source code for Ingero is hosted at github.com/ingero-io/ingero.
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.