update README.md
This commit is contained in:
parent
4757005251
commit
39ded6bc91
1 changed files with 19 additions and 1 deletions
18
README.md
18
README.md
|
|
@ -56,6 +56,7 @@ Configure Claude Desktop to recognize the Exa MCP server.
|
||||||
|
|
||||||
2. Add the server configuration
|
2. Add the server configuration
|
||||||
|
|
||||||
|
for Cursor:
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"mcpServers": {
|
"mcpServers": {
|
||||||
|
|
@ -69,3 +70,20 @@ Configure Claude Desktop to recognize the Exa MCP server.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
for Claude desktop:
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"mcpServers": {
|
||||||
|
"telegram": {
|
||||||
|
"command": "telegram-mcp",
|
||||||
|
"env": {
|
||||||
|
"TG_APP_ID": "<your-app-id>",
|
||||||
|
"TG_API_HASH": "<your-api-hash>",
|
||||||
|
"PATH": "<path_to_telegram-mcp_binary_dir>",
|
||||||
|
"HOME": "<path_to_your_home_directory"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
Loading…
Reference in a new issue