Generate OAuth credentials for your integrations
Enter your API key to get OAuth credentials
Need an API key? Design partners receive keys via email after onboarding.
Store these securely in your password manager
Client ID
Will be generated...
Client Secret
Will be generated...
Important
Save your client secret in a password manager. It will not be shown again.
Add this to your Claude Desktop configuration file at:
~/Library/Application Support/Claude/claude_desktop_config.json
Configuration:
{
"mcpServers": {
"ros-intel": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fetch",
"https://intel.returnonsecurity.com/rpc"
],
"env": {
"AUTHORIZATION": "Bearer your_api_key"
}
}
}
}
After saving the configuration, restart Claude Desktop to load the ROS Intelligence server.
Note: Your API key will be automatically inserted in the config above. Make sure to save it securely!