Documentation Index
Fetch the complete documentation index at: https://docs.sidecardata.com/llms.txt
Use this file to discover all available pages before exploring further.
1. Create a Token
- In the Sidecar app, navigate to the Users tab.
- Click the Tokens tab.
- Click Create Token.
- Enter a name for the token.
- Set the expiration (1–365 days, or leave empty for no expiration).
- Click Create.
The token is only visible once. Copy it and store it in a safe place.
2. Connect to Your AI IDE
Cursor
Claude Code
Other AI IDEs
- Click the Add to Cursor button in the Sidecar app. This will auto-fill the required parameters.
- Click Install in Cursor to complete the setup.
Run the following command in your terminal:claude mcp add --transport http sidecar-mcp https://service-mcp.sidecardata.com/mcp \
--header "Authorization: Bearer scp_mcp_rest_of_generated_token"
Replace scp_mcp_rest_of_generated_token with the token you created in Step 1. Use the following details to manually configure the MCP server in your IDE:| Field | Value |
|---|
| URL | https://service-mcp.sidecardata.com/mcp |
| Authorization | Bearer scp_mcp_rest_of_generated_token |
Replace scp_mcp_rest_of_generated_token with the token you created in Step 1.