Add Salient to Claude Desktop¶
Connect Salient's MCP server to the Claude Desktop app.
Configuration¶
Open your Claude Desktop config file:
Add the Salient MCP server:
{
"mcpServers": {
"ttx-salient": {
"command": "python3",
"args": ["/full/path/to/salient/tools/mcp-ttx/server.py"],
"env": {
"SALIENT_API_URL": "https://salient.yourdomain.com",
"SALIENT_TOKEN": "your-jwt-token"
}
}
}
}
Use absolute paths
Claude Desktop requires absolute paths for the server script. Replace /full/path/to/salient/ with the actual path to your Salient installation.
Restart Claude Desktop¶
After saving the config, fully quit and reopen Claude Desktop. The MCP server connects on startup.
Verify¶
In a new Claude Desktop conversation, you should see the MCP tools icon. Click it to see the list of available Salient tools.
Try:
Claude should call list_scenarios and show you the available exercises.
Getting a Token¶
- Open your Salient web UI
- Log in with GitHub or Google OAuth
- Navigate to Settings
- Copy your API token
- Paste it as the
SALIENT_TOKENvalue in the config
Adding SSH Access (Optional)¶
To manage your production droplet from Claude Desktop: