Skip to content

Instantly share code, notes, and snippets.

@ujuc
Last active September 23, 2025 17:21
Show Gist options
  • Select an option

  • Save ujuc/e101d610ca482eca0a92f7d541cef1ad to your computer and use it in GitHub Desktop.

Select an option

Save ujuc/e101d610ca482eca0a92f7d541cef1ad to your computer and use it in GitHub Desktop.
MCP Config
{
"mcpServers": {
// https://github.com/upstash/context7
"context7": {
"command": "mise",
"args": ["exec", "--", "npx", "-y", "@upstash/context7-mcp"]
},
// AWS Lab: https://awslabs.github.io/mcp/
"aws-knowledge": {
"url": "https://knowledge-mcp.global.api.aws"
},
"aws-docs": {
"command": "mise",
"args": ["exec", "--", "uvx", "awslabs.aws-documentation-mcp-server@latest"],
"env": {
"AWS_DOCUMENTATION_PARTITION": "aws"
},
"disabled": false,
"autoApprove": []
},
"aws-cdk": {
"command": "mise",
"args": ["exec", "--", "uvx", "awslabs.cdk-mcp-server@latest"],
"disabled": false,
"autoApprove": []
},
"aws-diagram": {
"command": "mise",
"args": ["exec", "--", "uvx", "awslabs.aws-diagram-mcp-server"],
"disabled": false,
"autoApprove": []
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment