Skip to content

Instantly share code, notes, and snippets.

@ujuc
Last active June 16, 2025 04:20
Show Gist options
  • Save ujuc/e101d610ca482eca0a92f7d541cef1ad to your computer and use it in GitHub Desktop.
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
"awslabs.core-mcp-server": {
"command": "mise",
"args": ["exec", "--", "uvx", "awslabs.core-mcp-server@latest"],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR"
},
"disabled": false,
"autoApprove": []
},
"awslabs.cdk-mcp-server": {
"command": "mise",
"args": ["exec", "--", "uvx", "awslabs.cdk-mcp-server@latest"],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR"
},
"disabled": false,
"autoApprove": []
},
"awslabs.aws-documentation-mcp-server": {
"command": "mise",
"args": ["exec", "--", "uvx", "awslabs.aws-documentation-mcp-server@latest"],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR"
},
"disabled": false,
"autoApprove": []
},
"awslabs.aws-diagram-mcp-server": {
"command": "mise",
"args": ["exec", "--", "uvx", "awslabs.aws-diagram-mcp-server"],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR"
},
"disabled": false,
"autoApprove": []
},
// Roam research
"roam": {
"command": "mise",
"args": ["exec", "--", "uvx", "git+https://github.com/PhiloSolares/roam-mcp.git"],
"env": {
"RAOM_API_TOKEN": "<TOKEN>",
"ROAM_GHAPH_NAME": "<NAME>",
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment