Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Last active January 22, 2026 07:54
Show Gist options
  • Select an option

  • Save wullemsb/ef04c9c82f82ee31d9d5fcd319c4fa74 to your computer and use it in GitHub Desktop.

Select an option

Save wullemsb/ef04c9c82f82ee31d9d5fcd319c4fa74 to your computer and use it in GitHub Desktop.
{
"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