Last active
July 12, 2025 22:28
-
-
Save pythoninthegrass/f4787f28d096c5c7702f5dc691a9d91f to your computer and use it in GitHub Desktop.
Claude code / desktop settings
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
{ | |
"mcpServers": { | |
"context7": { | |
"command": "npx", | |
"args": [ | |
"-y", | |
"@upstash/context7-mcp" | |
] | |
}, | |
"browser-use": { | |
"command": "/Users/lance/.local/bin/uvx", | |
"args": [ | |
"mcp-browser-use" | |
], | |
"env": { | |
"ANONYMIZED_TELEMETRY": "false" | |
} | |
}, | |
"fleur": { | |
"command": "/Users/lance/.local/bin/uvx", | |
"args": [ | |
"--from", | |
"git+https://github.com/fleuristes/fleur-mcp", | |
"fleur-mcp" | |
] | |
}, | |
"markitdown-mcp": { | |
"command": "/Users/lance/.local/bin/uvx", | |
"args": [ | |
"markitdown-mcp" | |
] | |
}, | |
"mcp-installer": { | |
"command": "npx", | |
"args": [ | |
"@anaisbetts/mcp-installer" | |
] | |
}, | |
"mcp-youtube": { | |
"command": "npx", | |
"args": [ | |
"@anaisbetts/mcp-youtube" | |
] | |
} | |
} | |
} |
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
{ | |
"permissions": { | |
"allow": [ | |
"Bash(uv run:*)", | |
"Bash(terraform:*)", | |
"WebFetch(domain:*.com)", | |
"WebFetch(domain:*.org)", | |
"WebFetch(domain:*.net)", | |
"WebFetch(domain:*.io)", | |
"WebFetch(domain:*.gov)", | |
"WebFetch(domain:*.edu)", | |
"WebFetch(domain:*.dev)", | |
"WebFetch(domain:*.app)", | |
"WebFetch(domain:*.us)" | |
], | |
"deny": [] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.