Back to Home
Volk-Prizrak icon

mcp

Verified Safe

by Volk-Prizrak

Overview

Enables AI assistants to safely and efficiently interact with AWS DocumentDB databases through a Model Context Protocol (MCP) interface.

Installation

Run Command
uvx awslabs.documentdb-mcp-server@latest

Environment Variables

  • FASTMCP_LOG_LEVEL
  • AWS_PROFILE
  • AWS_REGION

Security Notes

The server runs in read-only mode by default, blocking all write operations and collection modifications, significantly enhancing security. It validates DocumentDB-specific connection parameters like `retryWrites=false` to prevent common misconfigurations. No direct code injection vulnerabilities or `eval` usage detected. However, if the server is run with the `--allow-write` flag and overly permissive AWS credentials or database connection strings, it could perform destructive actions.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2025-12-06

Tags

AWS DocumentDBMCP ServerDatabase ManagementSchema AnalysisRead-Only Mode