AIAny
Icon for item

Open source MCP servers for AWS (mcp)

Exposes AWS services to AI agents over the Model Context Protocol — querying databases, provisioning infrastructure with CDK/EKS/Lambda, and pulling live AWS docs. Each domain ships as its own server, so agents wire in only what a task needs.

Introduction

The bottleneck for AI agents on AWS was never reasoning — it was access. An agent that can write a CDK stack but can't read your live account state, or query a Bedrock knowledge base but not your DynamoDB tables, stalls at the boundary between code and infrastructure. This repo's answer is breadth as a design choice: instead of one monolithic AWS connector, it ships dozens of narrowly-scoped MCP servers, each owning a single service domain, so an agent's tool surface matches exactly the AWS footprint of the task.

What Sets It Apart
  • Coverage spans the whole stack — databases (DynamoDB, Aurora Postgres/MySQL/DSQL, DocumentDB, Neptune, Redshift, Timestream), compute and IaC (CDK, EKS, ECS, Lambda, serverless), and AI services (Bedrock KB, Kendra, SageMaker, Amazon Q) — rather than one service in depth.
  • The per-server split means you install only the domains you grant, which doubles as a blast-radius control: a documentation server can't touch your production database.
  • First-party provenance matters here — these track real AWS APIs and ship official docs/knowledge servers, so an agent answers from current AWS material instead of a stale training cutoff.
适合谁

Great fit if you are building agents or IDE assistants that operate against real AWS accounts and want vetted, service-accurate tools instead of hand-rolled API wrappers. Look elsewhere if you run on another cloud, or if you want a single drop-in connector — the modular design means you assemble and configure servers per use case, and IAM scoping is on you.

Information

  • Websitegithub.com
  • OrganizationsAmazon Web Services (AWS)
  • AuthorsAWS Labs (awslabs) / Amazon Web Services
  • Published date2025/03/21

Categories

More Items

GitHub

Indexes full text of visited web pages and local files on a self‑hosted server so you can search your personal knowledge from a web UI, terminal, CLI, or an AI assistant. Runs without mandatory telemetry, offers a browser extension for automatic capture, and supports optional semantic search via a configurable embeddings endpoint.

GitHub

A read-only mirror of Anthropic's community plugin marketplace for Claude Cowork and Claude Code, listing vetted third-party plugins in a nightly-synced marketplace.json. Intended for discovering and installing community plugins via the Claude plugin system.

GitHub

Lets AI agents discover and run Apify Actors as MCP tools for web scraping and automation; supports OAuth/Streamable HTTP, dynamic tool discovery, output-schema inference, and agentic payments (AGI, x402, Skyfire) so agents like Claude, ChatGPT, or VS Code can call ready-made scrapers and automations.