Skip to content

Instantly share code, notes, and snippets.

@ujuc
Created June 9, 2025 12:54
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
// 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