DynamoDB Scanner
DynamoDB-Scanner
⚠️ Wichtiger Hinweis
Der DynamoDB-Scanvorgang durchsucht die gesamte Tabelle, was erhebliche Kosten verursachen kann.
Die maximale Ergebnisgröße ist auf 1 MB begrenzt, daher müssen Sie möglicherweise die Paginierung verwenden, um alle gewünschten Daten abzurufen.
Dieses Tool wird nur für Testzwecke empfohlen.
Für die Produktion ist es effizienter, Abfragevorgänge zu implementieren, die auf Ihre Datenzugriffsmuster zugeschnitten sind.
Achten Sie beim Scannen großer Datensätze auf den Verbrauch der DynamoDB-Lesekapazität (RCU).
DynamoDB Scanner ist ein einfaches Tool zum Scannen und Filtern von AWS DynamoDB-Tabellen. Es basiert auf dem FastMCP -Framework und bietet eine ähnliche Erfahrung wie die AWS-Konsole zum Durchsuchen und Filtern von DynamoDB-Tabellendaten.
Related MCP server: AWS MCP Server
Merkmale
DynamoDB-Tabellen scannen (vollständig oder gefiltert)
Anzeigen von Tabellenschemainformationen
Paginierungsunterstützung
Benutzererfahrung ähnlich der AWS-Konsole
Installation und Einrichtung
Installation über Smithery
So installieren Sie DynamoDB Scanner für Claude Desktop automatisch über Smithery :
npx -y @smithery/cli install @katpyeon/mcp_dynamodb_scan --client claude1. Klonen Sie das Repository
git clone https://github.com/yourusername/mcp_dynamodb_scan.git
cd mcp_dynamodb_scan2. Virtuelle Umgebung einrichten
# Create virtual environment
python -m venv venv
# Activate virtual environment (Windows)
venv\Scripts\activate
# Activate virtual environment (macOS/Linux)
source venv/bin/activate
# Install dependencies
pip install -r requirements.txt3. Claude-Profilkonfiguration
Dieses Projekt ist für die Zusammenarbeit mit Claude konzipiert. Richten Sie Ihr Profil in der Claude-Entwicklerkonsole wie folgt ein:
"dynamodb-scanner": {
"command": "/Users/yourname/path/mcp_dynamodb_scan/.venv/bin/python",
"args": ["/Users/yourname/path/mcp_dynamodb_scan/app.py"],
"env": {
"DYNAMO_TABLE_NAME": "",
"AWS_ACCESS_KEY_ID": "",
"AWS_SECRET_ACCESS_KEY": "",
"AWS_REGION": ""
},
"port": 8080
}Füllen Sie die Umgebungsvariablen mit entsprechenden Werten:
DYNAMO_TABLE_NAME: Name der zu scannenden DynamoDB-TabelleAWS_ACCESS_KEY_ID: AWS-Zugriffsschlüssel-IDAWS_SECRET_ACCESS_KEY: Geheimer AWS-ZugriffsschlüsselAWS_REGION: AWS-Region (z. B. ap-northeast-2)
Verwendung
So führen Sie die Anwendung aus:
python app.pyDer FastMCP-Server wird gestartet und Sie können ihn mit Claude zum Scannen und Filtern von DynamoDB-Tabellen verwenden.
Beispielabfragen
Sie können Claude fragen:
„Zeigen Sie mir das Tabellenschema.“
„Suchen Sie nach Artikeln, deren Name ‚Hong Gil-dong‘ lautet.“
„Zeige mir alle Benutzerinformationen.“
Lizenz
Dieses Projekt wird unter der MIT-Lizenz vertrieben. Weitere Informationen finden Sie in der Datei LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityFmaintenanceAn MCP server that enables Claude to generate and execute AWS CLI commands, allowing users to manage AWS resources through natural language conversations.2
- FlicenseCqualityDmaintenanceA Model Context Protocol server allowing Claude AI to interact with AWS resources through natural language, enabling users to query and manage AWS services without using the traditional AWS Console or CLI.36
- AlicenseBqualityDmaintenanceA server that enables LLMs like Claude to query AWS DynamoDB databases through natural language requests, supporting table management, data querying, and schema analysis.7362MIT
- FlicenseNot gradedqualityDmaintenanceThis MCP server enables users to interact with AWS Amplify Gen2 application data through natural language, allowing AI assistants like Claude to perform operations on Amplify data models using conversational language instead of complex code.4
Related MCP Connectors
MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/katpyeon/mcp_dynamodb_scan'
If you have feedback or need assistance with the MCP directory API, please join our Discord server