Skip to content

Instantly share code, notes, and snippets.

@harunhasdal
Last active September 20, 2025 16:47
Show Gist options
  • Select an option

  • Save harunhasdal/69e6ea52f4e24ad59f7664818d8706b2 to your computer and use it in GitHub Desktop.

Select an option

Save harunhasdal/69e6ea52f4e24ad59f7664818d8706b2 to your computer and use it in GitHub Desktop.
set up claude-code MCP servers
claude mcp add strands -s local "uvx" "strands-agents-mcp-server"
claude mcp add aws-api -s user -e AWS_REGION="us-west-2" "uvx" "awslabs.aws-api-mcp-server@latest"
claude mcp add aws-documentation -s project -e FASTMCP_LOG_LEVEL="ERROR" -e AWS_DOCUMENTATION_PARTITION="aws" "uvx" "awslabs.aws-documentation-mcp-server@latest"
@harunhasdal
Copy link
Author

claude mcp add --transport http "aws-knowledge" "https://knowledge-mcp.global.api.aws"

@harunhasdal
Copy link
Author

claude mcp add --transport http github https://api.githubcopilot.com/mcp -H "Authorization: Bearer $(grep GITHUB_PAT .env | cut -d '=' -f2)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment