Skip to content

Instantly share code, notes, and snippets.

@samirsaci
Created November 9, 2025 13:33
Show Gist options
  • Select an option

  • Save samirsaci/24feb6811aeb02cc35ff98fa907f84ed to your computer and use it in GitHub Desktop.

Select an option

Save samirsaci/24feb6811aeb02cc35ff98fa907f84ed to your computer and use it in GitHub Desktop.
MCP Server Supply Chain Optimisation - Config File Claude
{
"mcpServers": {
"Network": {
"command": "wsl",
"args": [
"-d",
"Ubuntu",
"bash",
"-lc",
"cd ~/mcp_tuto && uv run --with mcp[cli] mcp run network.py"
],
"env": {
"API_URL": "http://<IP>:<PORT>"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment