updsts
Verified Safeby zv-louis
Overview
A command-line tool and local MCP server for retrieving and updating AWS STS temporary credentials in local AWS credential files.
Installation
updsts mcp --mcp-serverSecurity Notes
The project directly handles AWS credentials files, which are highly sensitive. The implementation includes masking of secret keys and session tokens for output/logging. It runs as a local MCP server using stdio transport, limiting direct network exposure to external agents. The README explicitly warns against sending sensitive information to LLMs when integrating with agents. No 'eval' or obvious shell injection points found. File operations are handled using 'pathlib' and 'os.chmod', which are generally safe but require careful permission management by the user for the credentials file itself (as noted in section 9 of the README).
Similar Servers
mcpm.sh
MCPM is a command-line tool for managing Model Context Protocol (MCP) servers, enabling discovery, installation, execution, sharing, and integration with various MCP clients.
authenticator_mcp
Enables AI agents to securely retrieve 2FA codes and passwords from a local Authenticator App for automated login processes.
mcp-server-aws-sso
Connects AI assistants to AWS accounts via IAM Identity Center (AWS SSO) enabling natural language interaction, secure AWS CLI command execution, and EC2 instance management.
mcp-devcontainers
Provides a Model Context Protocol (MCP) server for integrating with and managing devcontainer environments via the devcontainers CLI.