
1{2 "mcpServers": {3 "mcp-rest-api": {4 "env": {5 "AUTH_BEARER": "your-token",6 "HEADER_Accept": "application/json",7 "REST_BASE_URL": "https://api.example.com",8 "AUTH_APIKEY_VALUE": "your-api-key",9 "AUTH_BASIC_PASSWORD": "your-password",10 "AUTH_BASIC_USERNAME": "your-username",11 "HEADER_Custom-Client": "my-client",12 "HEADER_X-API-Version": "2.0",13 "REST_ENABLE_SSL_VERIFY": "false",14 "AUTH_APIKEY_HEADER_NAME": "X-API-Key"15 },16 "args": [17 "-y",18 "dkmaker-mcp-rest-api"19 ],20 "command": "npx"21 }22 }23}
No reviews yet. Be the first to review!
Sign in to join the conversation