@safwentrabelsi/infra-mcp-server
v0.0.8
Published
An MCP server for interacting with infrastructure data
Readme
Infra MPC Server
A toolkit for AWS infrastructure analysis and exploration through a Claude-powered conversational interface.
Prerequisites
- Node.js (v18+)
- Claude Desktop app
Configure Claude Desktop: Add the following to your Claude desktop config file: (
~/Library/Application Support/Claude/claude_desktop_config.json){ "mcpServers": { "infra-mcp-server": { "command": "npx", "args": ["-y", "@safwentrabelsi/infra-mcp-server"], "env": { "API_TOKEN": "<API_TOKEN>", "API_BASE_URL": "<API_BASE_URL>" }, } }Replace
<path-to-repo>with the actual path to this repository and<API_TOKEN>with your authentication token.Example Queries:
- "List all IAM users in the engineering group"
- "Show me S3 buckets with public access"
- "What resources are in the production VPC?"
- "Display EC2 instances with their security groups"
- "Find resources missing required tags"
