Skip to content

Instantly share code, notes, and snippets.

@PaulSec
Created April 27, 2025 15:31
Show Gist options
  • Save PaulSec/c08865fdd872070707ef1b703e155841 to your computer and use it in GitHub Desktop.
Save PaulSec/c08865fdd872070707ef1b703e155841 to your computer and use it in GitHub Desktop.
mcp.json from my VSCode set-up
{
"servers": {
"my-mcp-server-57788458": {
"type": "stdio",
"command": "uv",
"args": [
"run",
"--with",
"fastmcp",
"--with",
"requests",
"fastmcp",
"run",
"/Users/paul/Projets/mcp_server/main.py"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment