Infrawise
Rank #1,293io.github.Sidd27/infrawise
Live AWS, database & Kafka infrastructure context for AI coding assistants via MCP.
Infrawise is a Model Context Protocol (MCP) server published by sidd27. It ranks #1,293 of 115,460 servers tracked on MCP Toplist, and its repository has 20 GitHub stars. Infrawise is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 13 tracked versions. It was first listed on May 8, 2026 and most recently updated on Aug 27, 2026.
Ranks ahead of 114,167 of 115,460 servers on MCP Toplist.
Use Infrawise
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add infrawise -- npx -y infrawise[mcp_servers.infrawise]
command = "npx"
args = ["-y", "infrawise"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"infrawise": {
"command": "npx",
"args": [
"-y",
"infrawise"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"infrawise": {
"command": "npx",
"args": [
"-y",
"infrawise"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"infrawise": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"infrawise"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"infrawise": {
"command": "npx",
"args": [
"-y",
"infrawise"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"infrawise": {
"command": "npx",
"args": [
"-y",
"infrawise"
]
}
}
}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.Sidd27%2Finfrawise)<a href="https://mcptoplist.com/server/io.github.Sidd27%2Finfrawise"><img src="https://mcptoplist.com/badge/io.github.Sidd27%2Finfrawise.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
sidd27
Available versions (13)
| Version | Published |
|---|---|
| 0.27.2 | Aug 27, 2026 |
| 0.27.0 | Aug 18, 2026 |
| 0.26.0 | Aug 12, 2026 |
| 0.25.1 | Aug 10, 2026 |
| 0.23.0 | Aug 8, 2026 |
| 0.21.0 | Aug 1, 2026 |
| 0.19.4 | Jul 26, 2026 |
| 0.15.1 | Jul 8, 2026 |
| 0.10.1 | Jun 8, 2026 |
| 0.8.1 | Jun 3, 2026 |
| 0.7.1 | May 27, 2026 |
| 0.6.0 | May 16, 2026 |
| 0.5.0 | May 15, 2026 |
Frequently asked questions
- Who maintains Infrawise?
- Infrawise is maintained by sidd27, which publishes 1 MCP server (13 total versions) tracked on MCP Toplist.
- Is Infrawise listed on the Official MCP Registry?
- Yes — Infrawise is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Infrawise have?
- MCP Toplist tracks 13 versions of Infrawise, most recently published on Aug 27, 2026.
- Where can I find the source code for Infrawise?
- The source code for Infrawise is hosted at github.com/sidd27/infrawise.