Created
June 9, 2025 12:54
-
-
Save ujuc/e101d610ca482eca0a92f7d541cef1ad to your computer and use it in GitHub Desktop.
MCP Config
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
Show hidden characters
{ | |
"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