MCP.so
登录
I

Infrawise

@Sidd27

关于 Infrawise

Gives AI coding assistants deterministic infrastructure awareness. Statically analyzes your codebase, AWS services, and database schemas — exposes DynamoDB tables, indexes, query patterns, and service relationships via MCP so Claude Code knows your actual infrastructure instead o

基本信息

分类

数据库

传输方式

stdio

发布者

Sidd27

提交者

Siddharth Pandey

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "infrawise": {
      "command": "npx",
      "args": [
        "-y",
        "infrawise",
        "dev",
        "--config",
        "infrawise.yaml"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Infrawise?

Infrawise gives AI coding assistants deterministic infrastructure awareness. Instead of guessing from source files, Claude Code can query your actual AWS tables, indexes, Lambda configs, SQS queues, and database schemas through MCP. All analysis is deterministic — AST parsing, schema introspection, and rule-based analyzers with no LLM involved in the analysis itself.

How to use Infrawise?

Install globally via npm (npm install -g infrawise), run infrawise init in your project directory, then add the server to Claude Code's MCP configuration in ~/.claude/settings.json with the command infrawise dev.

Key features of Infrawise

  • Complete infrastructure snapshot with counts and high-severity findings
  • Full infrastructure graph displaying all nodes, edges, and findings
  • Function-level analysis including scans, missing indexes, and N+1 issues
  • Exact GSI configuration suggestions for DynamoDB tables
  • SQL index suggestions for PostgreSQL, MySQL, and MongoDB
  • SQS queue details including DLQ status, encryption, and message counts
  • Secrets Manager overview with rotation status (values never included)

Use cases of Infrawise

  • Identify performance issues in specific Lambda functions during code review
  • Get exact index configurations for DynamoDB, PostgreSQL, MySQL, or MongoDB tables
  • Audit SQS queues, SNS topics, and CloudWatch error patterns across accounts
  • Retrieve Lambda runtime configurations, environment variable names, and memory settings
  • Assess Secrets Manager rotation and SSM Parameter Store tiers without exposing values

FAQ from Infrawise

What AWS resources can Infrawise inspect?

Infrawise can inspect DynamoDB tables and indexes, Lambda functions, SQS queues, SNS topics, CloudWatch logs, Secrets Manager, and SSM Parameter Store. It also suggests database indexes for PostgreSQL, MySQL, and MongoDB.

Does Infrawise modify any AWS resources or databases?

No. Infrawise is read-only — it never writes to AWS or your database.

Where does Infrawise send my infrastructure data?

Nowhere. Infrawise is local-first and sends nothing to external servers. The tool also has no telemetry.

Are secret values or raw log messages exposed by Infrawise?

No. Secret and parameter values are never included in any output, and CloudWatch error patterns show only counts — no raw log messages are returned.

What transports or authentication does Infrawise support?

Infrawise uses the system's existing AWS credentials (environment variables, IAM roles, or default credential chain). No separate authentication configuration is required.

评论

数据库 分类下的更多 MCP 服务器