Skip to content

Commit e79d7ce

Browse files
committed
added Perplexity client_guide
1 parent e033717 commit e79d7ce

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Using with Perplexity Desktop
2+
3+
Perplexity Desktop Instructions (https://www.perplexity.ai/help-center/en/articles/11502712-local-and-remote-mcps-for-perplexity)
4+
5+
Step 1 - Open your account settings and click on Connectors
6+
7+
Note: Before you can add MCP Connectors, you have to install the helper application PerplexityXPC so that Perplexity can securely connect to your local MCP servers.
8+
9+
Step 2 - Add connector -> Advanced Tab. Copy the below JSON and use your actual credentials - $TD_USER , $TD_PASSWORD, $TD_HOSTNAME, $TD_DEFAULT_DB
10+
11+
```json
12+
{
13+
"args" : [
14+
"--directory",
15+
"/path/of/your/teradata-mcp-server",
16+
"run",
17+
"teradata-mcp-server"
18+
],
19+
"command" : "uv",
20+
"env" : {
21+
"DATABASE_URI" : "teradata://$TD_USER:$TD_PASSWORD@$TD_HOSTNAME:1025/$TD_DEFAULT_DB"
22+
}
23+
}
24+
```
25+
26+
Note: you will need to modify the directory path in the args for your system, this needs to be a complete path. You may also need to have a complete path to uv in the command as well.

0 commit comments

Comments
 (0)