Created
November 9, 2025 13:33
-
-
Save samirsaci/24feb6811aeb02cc35ff98fa907f84ed to your computer and use it in GitHub Desktop.
MCP Server Supply Chain Optimisation - Config File Claude
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": { | |
| "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