Skip to content

Commit e4fffe9

Browse files
Add perplexity
1 parent 375048a commit e4fffe9

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

prompts/catalog.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -2199,4 +2199,11 @@ registry:
21992199
This server assists with analyzing existing PostgreSQL setups, providing implementation guidance, debugging database issues, managing schemas, migrating data, and monitoring database performance.
22002200
ref: github:docker/labs-ai-tools-for-devs?path=prompts/mcp/postgresql.md
22012201
icon: https://img.icons8.com/ios/50/postgreesql.png
2202+
perplexity-ask:
2203+
description: |
2204+
integrates the Sonar API to provide Claude with unparalleled real-time, web-wide research.
2205+
ref: github:docker/labs-ai-tools-for-devs?path=prompts/mcp/perplexity.md
2206+
icon: https://avatars.githubusercontent.com/u/182288589?s=200&v=4
2207+
secrets:
2208+
- name: perplexity-ask.api_key
22022209

prompts/mcp/perplexity.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
mcp:
3+
- container:
4+
image: mcp/perplexity-ask:latest
5+
workdir: /app
6+
secrets:
7+
perplexity-ask.api_key: PERPLEXITY_API_KEY
8+
---

0 commit comments

Comments
 (0)