Last active
January 22, 2026 07:54
-
-
Save wullemsb/ef04c9c82f82ee31d9d5fcd319c4fa74 to your computer and use it in GitHub Desktop.
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
| { | |
| "servers": { | |
| "MCPServer": { | |
| "Transport": "stdio", | |
| "Command": "node", | |
| "Arguments": ["server.js"], | |
| "Environment": { | |
| "API_KEY": "your-api-key", | |
| "BASE_URL": "https://api.example.com", | |
| "TIMEOUT": "30000" | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment