Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
751 changes: 750 additions & 1 deletion prompts/catalog.yaml

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions prompts/mcp/armor-crypto.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
mcp:
- container:
image: mcp/armor-crypto:latest
workdir: /app
secrets:
armor-crypto.api_key: ARMOR_API_KEY
environment:
ARMOR_API_URL: "{{armor-crypto.api_url|safe}}"
- source:
url: https://github.com/armorwallet/armor-crypto-mcp
---
9 changes: 9 additions & 0 deletions prompts/mcp/atlas-docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
mcp:
- container:
image: mcp/atlas-docs:latest
environment:
ATLAS_API_URL: "{{atlas-docs.api_url|safe}}"
- source:
url: https://github.com/CartographAI/atlas-docs-mcp
---
12 changes: 12 additions & 0 deletions prompts/mcp/audiense-insights.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
mcp:
- container:
image: mcp/audiense-insights:latest
secrets:
audiense-insights.client_secret: AUDIENSE_CLIENT_SECRET
audiense-insights.twitter_bearer_token: TWITTER_BEARER_TOKEN
environment:
AUDIENSE_CLIENT_ID: "{{audiense-insights.client_id}}"
- source:
url: https://github.com/AudienseCo/mcp-audiense-insights
---
7 changes: 7 additions & 0 deletions prompts/mcp/basic-memory.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
mcp:
- container:
image: mcp/basic-memory:latest
- source:
url: https://github.com/basicmachines-co/basic-memory
---
11 changes: 11 additions & 0 deletions prompts/mcp/bitrefill.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
mcp:
- container:
image: mcp/bitrefill:latest
secrets:
bitrefill.api_secret: BITREFILL_API_SECRET
environment:
BITREFILL_API_ID: "{{bitrefill.api_id}}"
- source:
url: https://github.com/bitrefill/bitrefill-mcp-server
---
9 changes: 9 additions & 0 deletions prompts/mcp/chroma.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
mcp:
- container:
image: mcp/chroma:latest
secrets:
chroma.api_key: CHROMA_API_KEY
- source:
url: https://github.com/chroma-core/chroma-mcp
---
9 changes: 9 additions & 0 deletions prompts/mcp/cyreslab-ai-shodan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
mcp:
- container:
image: mcp/cyreslab-ai-shodan:latest
secrets:
cyreslab-ai-shodan.api_key: SHODAN_API_KEY
- source:
url: https://github.com/Cyreslab-AI/shodan-mcp-server
---
11 changes: 11 additions & 0 deletions prompts/mcp/dart.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
mcp:
- container:
image: mcp/dart:latest
secrets:
dart.token: DART_TOKEN
environment:
DART_HOST: "{{dart.host|safe}}"
- source:
url: https://github.com/its-dart/dart-mcp-server
---
7 changes: 7 additions & 0 deletions prompts/mcp/databutton.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
mcp:
- container:
image: mcp/databutton:latest
- source:
url: https://github.com/databutton/databutton-mcp
---
11 changes: 11 additions & 0 deletions prompts/mcp/descope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
mcp:
- container:
image: mcp/descope:latest
secrets:
descope.management_key: DESCOPE_MANAGEMENT_KEY
environment:
DESCOPE_PROJECT_ID: "{{descope.project_id}}"
- source:
url: https://github.com/descope-sample-apps/descope-mcp-server
---
12 changes: 12 additions & 0 deletions prompts/mcp/devhub-cms.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
mcp:
- container:
image: mcp/devhub-cms:latest
secrets:
devhub-cms.api_key: DEVHUB_API_KEY
devhub-cms.api_secret: DEVHUB_API_SECRET
environment:
DEVHUB_BASE_URL: "{{devhub-cms.url|safe}}"
- source:
url: https://github.com/devhub/devhub-cms-mcp
---
9 changes: 9 additions & 0 deletions prompts/mcp/e2b.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
mcp:
- container:
image: mcp/e2b:latest
secrets:
e2b.api_key: E2B_API_KEY
- source:
url: https://github.com/e2b-dev/mcp-server
---
9 changes: 9 additions & 0 deletions prompts/mcp/exa.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
mcp:
- container:
image: mcp/exa:latest
secrets:
exa.api_key: EXA_API_KEY
- source:
url: https://github.com/exa-labs/exa-mcp-server
---
17 changes: 17 additions & 0 deletions prompts/mcp/firecrawl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
mcp:
- container:
image: mcp/firecrawl:latest
secrets:
firecrawl.api_key: FIRECRAWL_API_KEY
environment:
FIRECRAWL_API_URL: "{{firecrawl.url|safe}}"
FIRECRAWL_RETRY_MAX_ATTEMPTS: "{{firecrawl.retry_max}}"
FIRECRAWL_RETRY_INITIAL_DELAY: "{{firecrawl.retry_delay}}"
FIRECRAWL_RETRY_MAX_DELAY: "{{firecrawl.retry_max_delay}}"
FIRECRAWL_RETRY_BACKOFF_FACTOR: "{{firecrawl.retry_backoff_factor}}"
FIRECRAWL_CREDIT_WARNING_THRESHOLD: "{{firecrawl.credit_warning_threshold}}"
FIRECRAWL_CREDIT_CRITICAL_THRESHOLD: "{{firecrawl.credit_critical_threshold}}"
- source:
url: https://github.com/mendableai/firecrawl-mcp-server
---
9 changes: 9 additions & 0 deletions prompts/mcp/github-chat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
mcp:
- container:
image: mcp/github-chat:latest
secrets:
github-chat.api_key: GITHUB_API_KEY
- source:
url: https://github.com/AsyncFuncAI/github-chat-mcp
---
12 changes: 12 additions & 0 deletions prompts/mcp/glif.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
mcp:
- container:
image: mcp/glif:latest
secrets:
glif.api_token: GLIF_API_TOKEN
environment:
GLIF_IDS: "{{glif.ids}}"
IGNORE_SAVED_GLIFS: "{{glif.ignored_saved}}"
- source:
url: https://github.com/glifxyz/glif-mcp-server
---
9 changes: 9 additions & 0 deletions prompts/mcp/handwriting-ocr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
mcp:
- container:
image: mcp/handwriting-ocr:latest
secrets:
handwriting-ocr.api_token: API_TOKEN
- source:
url: https://github.com/Handwriting-OCR/handwriting-ocr-mcp-server
---
12 changes: 12 additions & 0 deletions prompts/mcp/hyperbrowser.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
mcp:
- container:
image: mcp/hyperbrowser:latest
secrets:
hyperbrowser.api_key: HYPERBROWSER_API_KEY
environment:
USE_RESOURCES: "{{hyperbrowser.use_resources}}"
HYPERSPELL_COLLECTION: "{{hyperbrowser.collection}}"
- source:
url: https://github.com/hyperbrowserai/mcp
---
12 changes: 12 additions & 0 deletions prompts/mcp/hyperspell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
mcp:
- container:
image: mcp/hyperspell:latest
secrets:
hyperspell.token: HYPERSPELL_TOKEN
environment:
USE_RESOURCES: "{{hyperspell.use_resources}}"
HYPERSPELL_COLLECTION: "{{hyperspell.collection}}"
- source:
url: https://github.com/hyperspell/hyperspell-mcp
---
11 changes: 11 additions & 0 deletions prompts/mcp/iaptic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
mcp:
- container:
image: mcp/iaptic:latest
secrets:
iaptic.api_key: IAPTIC_API_KEY
environment:
IAPTIC_APP_NAME: "{{iaptic.app_name}}"
- source:
url: https://github.com/iaptic/mcp-server-iaptic
---
11 changes: 11 additions & 0 deletions prompts/mcp/kagisearch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
mcp:
- container:
image: mcp/kagisearch:latest
secrets:
kagisearch.api_key: KAGI_API_KEY
environment:
KAGI_SUMMARIZER_ENGINE: "{{kagisearch.engine}}"
- source:
url: https://github.com/kagisearch/kagimcp
---
10 changes: 10 additions & 0 deletions prompts/mcp/multiversx-mx.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
mcp:
- container:
image: mcp/multiversx-mx:latest
environment:
MVX_NETWORK: "{{multiversx-mx.network}}"
MVX_WALLET: "{{multiversx-mx.wallet}}"
- source:
url: https://github.com/multiversx/mx-mcp
---
9 changes: 9 additions & 0 deletions prompts/mcp/neon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
mcp:
- container:
image: mcp/neon:latest
secrets:
neon.api_key: NEON_API_KEY
- source:
url: https://github.com/neondatabase/mcp-server-neon
---
9 changes: 9 additions & 0 deletions prompts/mcp/neondatabase-labs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
mcp:
- container:
image: mcp/neondatabase-labs:latest
secrets:
neondatabase-labs.api_key: NEON_API_KEY
- source:
url: https://github.com/neondatabase-labs/mcp-server-neon
---
9 changes: 9 additions & 0 deletions prompts/mcp/octomind.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
mcp:
- container:
image: mcp/octomind:latest
secrets:
octomind.api_key: APIKEY
- source:
url: https://github.com/OctoMind-dev/octomind-mcp
---
12 changes: 12 additions & 0 deletions prompts/mcp/opik.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
mcp:
- container:
image: mcp/opik:latest
secrets:
opik.api_key: OPIK_API_KEY
environment:
OPIK_API_BASE_URL: "{{opik.api_base_url|safe}}"
OPIK_WORKSPACE_NAME: "{{opik.workspace_name}}"
- source:
url: https://github.com/comet-ml/opik-mcp
---
7 changes: 7 additions & 0 deletions prompts/mcp/osp_marketing_tools.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
mcp:
- container:
image: mcp/osp_marketing_tools:latest
- source:
url: https://github.com/open-strategy-partners/osp_marketing_tools
---
11 changes: 11 additions & 0 deletions prompts/mcp/oxylabs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
mcp:
- container:
image: mcp/oxylabs:latest
secrets:
oxylabs.password: OXYLABS_PASSWORD
environment:
OXYLABS_USERNAME: "{{oxylabs.username}}"
- source:
url: https://github.com/oxylabs/oxylabs-mcp
---
9 changes: 9 additions & 0 deletions prompts/mcp/scrapegraph.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
mcp:
- container:
image: mcp/scrapegraph:latest
secrets:
scrapegraph.api_key: SGAI_API_KEY
- source:
url: https://github.com/ScrapeGraphAI/scrapegraph-mcp
---
9 changes: 9 additions & 0 deletions prompts/mcp/scrapezy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
mcp:
- container:
image: mcp/scrapezy:latest
secrets:
scrapezy.auth_token: SCRAPEZY_API_KEY
- source:
url: https://github.com/Scrapezy/mcp
---
7 changes: 7 additions & 0 deletions prompts/mcp/shopify.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
mcp:
- container:
image: mcp/shopify:latest
- source:
url: https://github.com/Shopify/dev-mcp
---
9 changes: 9 additions & 0 deletions prompts/mcp/tavily.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
mcp:
- container:
image: mcp/tavily:latest
secrets:
tavily.api_token: TAVILY_API_KEY
- source:
url: https://github.com/tavily-ai/tavily-mcp
---
9 changes: 9 additions & 0 deletions prompts/mcp/tembo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
mcp:
- container:
image: mcp/tembo:latest
secrets:
tembo.api_token: TEMBO_API_KEY
- source:
url: https://github.com/tembo-io/mcp-server-tembo
---
9 changes: 9 additions & 0 deletions prompts/mcp/triplewhale.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
mcp:
- container:
image: mcp/triplewhale:latest
secrets:
triplewhale.api_key: TRIPLEWHALE_API_KEY
- source:
url: https://github.com/Triple-Whale/mcp-server-triplewhale
---
9 changes: 9 additions & 0 deletions prompts/mcp/tweetbinder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
mcp:
- container:
image: mcp/tweetbinder:latest
secrets:
tweetbinder.api_token: TWEETBINDER_API_TOKEN
- source:
url: https://github.com/audienseco/mcp-tweetbinder
---
9 changes: 9 additions & 0 deletions prompts/mcp/veyrax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
mcp:
- container:
image: mcp/veyrax:latest
secrets:
veyrax.api_key: VEYRAX_API_KEY
- source:
url: https://github.com/VeyraX/veyrax-mcp
---