Back to Home
TakuyaSuenaga icon

claude-mcp-server

Verified Safe

by TakuyaSuenaga

Overview

A sample MCP server demonstrating tools for echoing text and listing AWS S3 buckets, integrated with Claude Code CLI and GitHub Actions.

Installation

Run Command
uv run --with mcp .github/scripts/server.py

Environment Variables

  • ANTHROPIC_API_KEY
  • AWS_ROLE_ARN
  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_SESSION_TOKEN

Security Notes

The project demonstrates good security practices by leveraging GitHub Actions OIDC for AWS authentication, avoiding hardcoded secrets, and explicitly stating API keys should be stored as GitHub Secrets. The tools are simple (echo, S3 list buckets) and do not suggest inherent vulnerabilities. A full code review of `server.py` would confirm, but based on provided information, it's robust.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2025-11-23

Tags

MCP ServerAWS S3Claude CodeGitHub ActionsPython