Last active
September 20, 2025 16:47
-
-
Save harunhasdal/69e6ea52f4e24ad59f7664818d8706b2 to your computer and use it in GitHub Desktop.
set up claude-code MCP servers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" |
Author
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
claude mcp add --transport http "aws-knowledge" "https://knowledge-mcp.global.api.aws"