MCP server for AWS DynamoDB with fine-grained tool control and configurable access levels.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
aws-dynamodb-mcp-server · npm · 0.2.7
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "com.pulsemcp/dynamodb",
"description": "MCP server for AWS DynamoDB with fine-grained tool control and configurable access levels.",
"repository": {
"url": "https://github.com/pulsemcp/mcp-servers",
"source": "github",
"subfolder": "experimental/dynamodb"
},
"version": "0.2.7",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "aws-dynamodb-mcp-server",
"version": "0.2.7",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "-y",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "AWS region for DynamoDB (or use AWS_DEFAULT_REGION).",
"isRequired": true,
"name": "AWS_REGION"
},
{
"description": "AWS access key ID (uses AWS credential chain if not set).",
"isSecret": true,
"name": "AWS_ACCESS_KEY_ID"
},
{
"description": "AWS secret access key (uses AWS credential chain if not set).",
"isSecret": true,
"name": "AWS_SECRET_ACCESS_KEY"
},
{
"description": "Custom endpoint for local DynamoDB or LocalStack.",
"name": "DYNAMODB_ENDPOINT"
},
{
"description": "Comma-separated tool groups to enable (readonly, readwrite, admin).",
"name": "DYNAMODB_ENABLED_TOOL_GROUPS"
},
{
"description": "Comma-separated whitelist of specific tools to enable.",
"name": "DYNAMODB_ENABLED_TOOLS"
},
{
"description": "Comma-separated blacklist of specific tools to disable.",
"name": "DYNAMODB_DISABLED_TOOLS"
},
{
"description": "Restrict operations to specific tables (comma-separated); all tables accessible if not set.",
"name": "DYNAMODB_ALLOWED_TABLES"
},
{
"description": "Skip startup health checks.",
"default": "false",
"name": "SKIP_HEALTH_CHECKS"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-06-17T03:55:49.744407Z",
"publishedAt": "2026-06-17T03:55:49.744407Z",
"updatedAt": "2026-06-17T03:55:49.744407Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.2.7last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.