Server Config
{
"mcpServers": {
"computecAppengine": {
"command": "npx",
"args": [
"-y",
"@computec/mcp-remote",
"https://<YourAppEngineAdress>:54001/mcp",
"--static-oauth-client-info",
"{\\\"client_id\\\":\\\"<YourOIDCClientID>\\\",\\\"client_secret\\\":\\\"<YourOIDCClientSecret>\\\"}",
"--host",
"localhost",
"--force-refresh"
],
"env": {
"NODE_TLS_REJECT_UNAUTHORIZED": "0"
},
"description": "CompuTec AppEngine MCP Server for SAP Business One with browser authentication"
}
}
}