Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions aws-agentcore/mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,7 @@
"agentcore-mcp-server": {
"command": "uvx",
"args": ["awslabs.amazon-bedrock-agentcore-mcp-server@latest"],
"disabled": false,
"autoApprove": [
"search_agentcore_docs",
"fetch_agentcore_doc",
"manage_agentcore_runtime",
"manage_agentcore_memory",
"manage_agentcore_gateway"
]
"disabled": false
}
}
}
}
9 changes: 1 addition & 8 deletions aws-infrastructure-as-code/mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,7 @@
"AWS_PROFILE": "your-named-profile",
"FASTMCP_LOG_LEVEL": "ERROR"
},
"disabled": false,
"autoApprove": [
"read_iac_documentation_page",
"search_cdk_documentation",
"search_cdk_samples_and_constructs",
"cdk_best_practices",
"search_cloudformation_documentation"
]
"disabled": false
}
}
}
3 changes: 1 addition & 2 deletions cloud-architect/mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"env": {
"AWS_REGION": "us-east-2"
},
"disabled": false,
"autoApprove": []
"disabled": false
},
"context7": {
"type": "stdio",
Expand Down
7 changes: 1 addition & 6 deletions dynatrace/mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
},
"disabled": false,
"autoApprove": [
"create-dql",
"execute-dql"
],
"disabledTools": []
"disabled": false
}
}
}
3 changes: 1 addition & 2 deletions figma/mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"mcpServers": {
"figma": {
"url": "https://mcp.figma.com/mcp",
"disabled": false,
"disabledTools": []
"disabled": false
}
}
}
5 changes: 1 addition & 4 deletions neon/mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
"mcpServers": {
"Neon": {
"url": "https://mcp.neon.tech/mcp",
"disabled": false,
"disabledTools": [
"compare_database_schema"
]
"disabled": false
}
}
}
6 changes: 2 additions & 4 deletions saas-builder/mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"mcp-server-fetch"
],
"env": {},
"disabled": false,
"autoApprove": []
"disabled": false
},
"stripe": {
"url": "https://mcp.stripe.com",
Expand All @@ -25,8 +24,7 @@
"env": {
"FASTMCP_LOG_LEVEL": "ERROR"
},
"disabled": false,
"autoApprove": []
"disabled": false
},
"awslabs.aws-serverless-mcp": {
"command": "uvx",
Expand Down