
Dynamodb
Let your coding agent query, write, and administer AWS DynamoDB tables without leaving the chat, with guardrails via tool groups.
Overview
com.pulsemcp/dynamodb is a MCP server for the Build phase that connects AI agents to AWS DynamoDB with readonly, readwrite, and admin tool groups.
What is this MCP server?
- Three configurable tool groups: readonly, readwrite, and admin
- Runs via npx stdio with AWS credential chain or explicit keys
- Supports custom endpoints for local DynamoDB and LocalStack
- Region and access controlled through AWS_REGION and DYNAMODB_ENABLED_TOOL_GROUPS
- Fine-grained exposure so agents cannot call admin tools unless you enable them
- Server version 0.2.6 on npm identifier aws-dynamodb-mcp-server
- 3 documented tool groups: readonly, readwrite, admin
- Stdio transport via npx with optional DYNAMODB_ENDPOINT override
What problem does it solve?
Switching between the agent, AWS Console, and CLI to inspect or change DynamoDB data slows backend iteration and risks over-privileged automation.
Who is it for?
Indie builders on AWS who want agent-assisted table inspection, item CRUD, and controlled admin tasks during backend work.
Skip if: Teams without AWS accounts, builders who need a hosted database UI only, or anyone who should not grant agents write/admin on production tables.
What do I get? / Deliverables
After registration, your agent can perform scoped DynamoDB operations in-thread using your AWS credentials and enabled tool groups.
- Agent-callable DynamoDB tools scoped by readonly, readwrite, or admin groups
- Optional local or LocalStack endpoint configuration for dev
- Production-ready stdio MCP wiring with credential-chain support
Recommended MCP Servers
Journey fit
DynamoDB is wired during product build when you need persistent NoSQL storage and agent-driven schema or data operations. Backend is the canonical shelf for database MCP servers that manipulate tables, items, and indexes in your AWS stack.
How it compares
MCP integration to DynamoDB, not a database migration skill or DynamoDB tutorial.
Common Questions / FAQ
Who is com.pulsemcp/dynamodb for?
Solo and small-team developers using MCP-enabled agents who already run workloads on AWS DynamoDB and want safe, configurable tool access.
When should I use com.pulsemcp/dynamodb?
Use it while building or debugging backend features that read or write DynamoDB, especially when you want readonly defaults and optional readwrite or admin groups.
How do I add com.pulsemcp/dynamodb to my agent?
Add the MCP server entry with npx -y aws-dynamodb-mcp-server, set AWS_REGION (and credentials or IAM), and optionally DYNAMODB_ENABLED_TOOL_GROUPS and DYNAMODB_ENDPOINT for local stacks.