infrawise
Related Servers
Alternatives to infrawise
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceMCP server that builds a dependency graph of your codebase, giving AI agents structural understanding to analyze impact, find context, and make safe modifications across languages and infrastructure.MIT
- FlicenseCqualityDmaintenanceA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your AWS environment. This allows for natural language querying and management of your AWS resources during conversations. Think of better Amazon Q alternative.3295-
- AlicenseBqualityCmaintenanceAn MCP server for unified cost tracking and analysis across AWS, OpenAI, and Anthropic. It enables users to query expenditures, compare costs across providers, and analyze usage trends through natural language.10MIT
- AlicenseNot gradedqualityCmaintenanceA read-only MCP server that lets an LLM inspect an AWS account — list EC2 instances, S3 buckets, IAM users, and cost — with a structural guarantee against any mutations.MIT
- AlicenseNot gradedqualityCmaintenanceDiagnose MCP servers — health checks, tool testing, token cost audits, conflict detection, and security scanning with 50+ prompt injection patterns. Works as CLI or MCP server inside Claude Desktop.1MIT
- AlicenseAqualityAmaintenanceAI-powered codebase health analysis — detects dead code, circular dependencies, coupling issues, and architectural drift. 6 MCP tools for Claude Desktop, Cursor, Windsurf, and Slack.645 npmMIT
TDQS
Scored across 22 tools
Each tool targets a distinct AWS resource or analysis action (queues, topics, secrets, lambdas, caches, etc.), and the two overview tools (get_infra_overview vs get_graph_summary) are explicitly disambiguated by depth. The four index suggestion tools are clearly separated by database engine (DynamoDB, Postgres, MongoDB, MySQL). No two tools appear to duplicate the same purpose.
The majority of tools follow a consistent get_<resource>_overview/details pattern, but the index suggestion tools mix conventions: suggest_gsi, suggest_mongo_index, postgres_index_suggestions, and mysql_index_suggestions have inconsistent verb positioning and naming order. analyze_function also breaks the get_ prefix pattern, though the overall naming remains readable and predictable enough to navigate.
At 22 tools, the set is on the heavy side, but the server's scope covers a broad range of AWS services (messaging, storage, compute, caching, edge, auth, IaC), so each resource-specific getter earns its place. A few tools could be consolidated (e.g., the four index suggestors), but the count is justified by the domain's breadth.
The tool surface covers the major infrastructure categories an agent would need for AWS: compute, queues, topics, secrets, parameters, databases, streams, API routes, caching, CDN, auth, logs, and IaC outputs. Minor gaps exist—for example, no VPC/networking details and no DynamoDB TTL or stream consumer depth—but core workflows like query tuning, security review, and event-shape lookup are well supported.