swethasalunke-tech/postgres-dynamodb-mcp-server
If you are the rightful owner of postgres-dynamodb-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A Model Context Protocol (MCP) server that enables PostgreSQL-style operations on Amazon DynamoDB, simplifying the transition for developers familiar with relational databases.
Tools
Functions exposed to the LLM to take actions
create_table
Create a DynamoDB table with PostgreSQL-like schema definition.
insert_record
Insert a record into a DynamoDB table (equivalent to PostgreSQL INSERT).
select_records
Query records from a DynamoDB table (equivalent to PostgreSQL SELECT).
update_record
Update an existing record in a DynamoDB table (equivalent to PostgreSQL UPDATE).
delete_record
Delete a record from a DynamoDB table (equivalent to PostgreSQL DELETE).
describe_table
Get detailed information about a table's schema and properties (equivalent to PostgreSQL \d).
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client