Skip to content

Commit 73689cb

Browse files
authored
Add 36 tiles with 36 new MCP servers (#85)
* Add 36 new tiles with 36 mcp servers Signed-off-by: David Gageot <[email protected]> * Add :latest tag Signed-off-by: David Gageot <[email protected]> * Add secrets and config to the catalog.yaml Signed-off-by: David Gageot <[email protected]> * Fix typo Signed-off-by: David Gageot <[email protected]> --------- Signed-off-by: David Gageot <[email protected]>
1 parent 686ab81 commit 73689cb

37 files changed

+1108
-1
lines changed

prompts/catalog.yaml

Lines changed: 750 additions & 1 deletion
Large diffs are not rendered by default.

prompts/mcp/armor-crypto.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
mcp:
3+
- container:
4+
image: mcp/armor-crypto:latest
5+
workdir: /app
6+
secrets:
7+
armor-crypto.api_key: ARMOR_API_KEY
8+
environment:
9+
ARMOR_API_URL: "{{armor-crypto.api_url|safe}}"
10+
- source:
11+
url: https://github.com/armorwallet/armor-crypto-mcp
12+
---

prompts/mcp/atlas-docs.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
mcp:
3+
- container:
4+
image: mcp/atlas-docs:latest
5+
environment:
6+
ATLAS_API_URL: "{{atlas-docs.api_url|safe}}"
7+
- source:
8+
url: https://github.com/CartographAI/atlas-docs-mcp
9+
---

prompts/mcp/audiense-insights.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
mcp:
3+
- container:
4+
image: mcp/audiense-insights:latest
5+
secrets:
6+
audiense-insights.client_secret: AUDIENSE_CLIENT_SECRET
7+
audiense-insights.twitter_bearer_token: TWITTER_BEARER_TOKEN
8+
environment:
9+
AUDIENSE_CLIENT_ID: "{{audiense-insights.client_id}}"
10+
- source:
11+
url: https://github.com/AudienseCo/mcp-audiense-insights
12+
---

prompts/mcp/basic-memory.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
mcp:
3+
- container:
4+
image: mcp/basic-memory:latest
5+
- source:
6+
url: https://github.com/basicmachines-co/basic-memory
7+
---

prompts/mcp/bitrefill.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
mcp:
3+
- container:
4+
image: mcp/bitrefill:latest
5+
secrets:
6+
bitrefill.api_secret: BITREFILL_API_SECRET
7+
environment:
8+
BITREFILL_API_ID: "{{bitrefill.api_id}}"
9+
- source:
10+
url: https://github.com/bitrefill/bitrefill-mcp-server
11+
---

prompts/mcp/chroma.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
mcp:
3+
- container:
4+
image: mcp/chroma:latest
5+
secrets:
6+
chroma.api_key: CHROMA_API_KEY
7+
- source:
8+
url: https://github.com/chroma-core/chroma-mcp
9+
---

prompts/mcp/cyreslab-ai-shodan.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
mcp:
3+
- container:
4+
image: mcp/cyreslab-ai-shodan:latest
5+
secrets:
6+
cyreslab-ai-shodan.api_key: SHODAN_API_KEY
7+
- source:
8+
url: https://github.com/Cyreslab-AI/shodan-mcp-server
9+
---

prompts/mcp/dart.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
mcp:
3+
- container:
4+
image: mcp/dart:latest
5+
secrets:
6+
dart.token: DART_TOKEN
7+
environment:
8+
DART_HOST: "{{dart.host|safe}}"
9+
- source:
10+
url: https://github.com/its-dart/dart-mcp-server
11+
---

prompts/mcp/databutton.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
mcp:
3+
- container:
4+
image: mcp/databutton:latest
5+
- source:
6+
url: https://github.com/databutton/databutton-mcp
7+
---

0 commit comments

Comments
 (0)