Skip to content

Commit bb1c31e

Browse files
authored
Merge branch 'docker:main' into main
2 parents eb716f7 + 3c096db commit bb1c31e

File tree

17 files changed

+523
-4
lines changed

17 files changed

+523
-4
lines changed

servers/ast-grep/server.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: ast-grep
2+
image: mcp/ast-grep
3+
type: server
4+
meta:
5+
category: code
6+
tags:
7+
- code
8+
- refactoring
9+
- grep
10+
about:
11+
title: ast-grep
12+
description: ast-grep is a fast and polyglot tool for code structural search, lint, rewriting at large scale.
13+
icon: https://avatars.githubusercontent.com/u/114017360?s=200&v=4
14+
source:
15+
project: https://github.com/dgageot/mcp-ast-grep
16+
run:
17+
volumes:
18+
- '{{ast-grep.path|volume-target}}:/src'
19+
config:
20+
description: The MCP server is allowed to access this directory
21+
parameters:
22+
type: object
23+
properties:
24+
path:
25+
type: string
26+
default: /Users/demo/sources
27+
required:
28+
- path

servers/camunda/server.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: camunda
2+
image: mcp/camunda
3+
type: server
4+
meta:
5+
category: productivity
6+
tags:
7+
- productivity
8+
about:
9+
title: Camunda BPM process engine MCP Server
10+
description: Tools to interact with the Camunda 7 Community Edition Engine using the Model Context Protocol (MCP). Whether you're automating workflows, querying process instances, or integrating with external systems, Camunda MCP Server is your agentic solution for seamless interaction with Camunda.
11+
icon: https://raw.githubusercontent.com/lepoco/mcp-camunda/refs/heads/main/build/icon.png
12+
source:
13+
project: https://github.com/lepoco/mcp-camunda
14+
branch: main
15+
config:
16+
description: Configure the connection to Camunda BPM process engine MCP Server
17+
env:
18+
- name: CAMUNDA_HOST
19+
example: http://host.docker.internal:8080/
20+
value: '{{camunda.camunda_host}}'
21+
parameters:
22+
type: object
23+
properties:
24+
camundahost:
25+
type: string
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
name: charmhealth-mcp-server
2+
image: mcp/charmhealth-mcp-server
3+
type: server
4+
meta:
5+
category: productivity
6+
tags:
7+
- charmhealth
8+
- ehr
9+
- medical
10+
- productivity
11+
about:
12+
title: CharmHealth MCP Server
13+
description: An MCP server for CharmHealth EHR that allows LLMs and MCP clients to interact with patient records, encounters, and practice information.
14+
icon: https://raw.githubusercontent.com/CharmHealth/charm-mcp-server/d7928f1ed514f59656e36693749dffea52ab04c2/Charm_icon.png
15+
source:
16+
project: https://github.com/CharmHealth/charm-mcp-server
17+
config:
18+
description: Configure the connection to CharmHealth EHR
19+
secrets:
20+
- name: charmhealth-mcp-server.charmhealth_api_key
21+
env: CHARMHEALTH_API_KEY
22+
example: <CHARMHEALTH_API_KEY>
23+
- name: charmhealth-mcp-server.charmhealth_refresh_token
24+
env: CHARMHEALTH_REFRESH_TOKEN
25+
example: <CHARMHEALTH_REFRESH_TOKEN>
26+
env:
27+
- name: CHARMHEALTH_BASE_URL
28+
example: your_base_url_here
29+
value: '{{charmhealth-mcp-server.charmhealth_base_url}}'
30+
- name: CHARMHEALTH_CLIENT_ID
31+
example: your_client_id_here
32+
value: '{{charmhealth-mcp-server.charmhealth_client_id}}'
33+
- name: CHARMHEALTH_CLIENT_SECRET
34+
example: your_client_secret_here
35+
value: '{{charmhealth-mcp-server.charmhealth_client_secret}}'
36+
- name: CHARMHEALTH_REDIRECT_URI
37+
example: your_redirect_uri_here
38+
value: '{{charmhealth-mcp-server.charmhealth_redirect_uri}}'
39+
- name: CHARMHEALTH_TOKEN_URL
40+
example: your_token_url_here
41+
value: '{{charmhealth-mcp-server.charmhealth_token_url}}'
42+
parameters:
43+
type: object
44+
properties:
45+
charmhealth_base_url:
46+
type: string
47+
charmhealth_client_id:
48+
type: string
49+
charmhealth_client_secret:
50+
type: string
51+
charmhealth_redirect_uri:
52+
type: string
53+
charmhealth_token_url:
54+
type: string

servers/effect-mcp/server.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: effect-mcp
2+
image: mcp/effect-mcp
3+
type: server
4+
meta:
5+
category: productivity
6+
tags:
7+
- productivity
8+
about:
9+
title: Effect MCP
10+
description: Tools and resources for writing Effect code in Typescript.
11+
icon: https://avatars.githubusercontent.com/u/77678942?v=4
12+
source:
13+
project: https://github.com/tim-smart/effect-mcp

servers/hdx/server.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: hdx
2+
image: mcp/hdx
3+
type: server
4+
meta:
5+
category: search
6+
tags:
7+
- search
8+
about:
9+
title: Humanitarian Data Exchange MCP Server
10+
description: "HDX MCP Server provides access to humanitarian data through the Humanitarian Data Exchange (HDX) API - https://data.humdata.org/hapi. This server offers 33 specialized tools for retrieving humanitarian information including affected populations (refugees, IDPs, returnees), baseline demographics, food security indicators, conflict data, funding information, and operational presence across hundreds of countries and territories. See repository for instructions on getting a free HDX_APP_INDENTIFIER for access."
11+
icon: https://raw.githubusercontent.com/dividor/hdx-mcp/main/assets/hdx_mcp_icon_transparent_512.png
12+
source:
13+
project: https://github.com/dividor/hdx-mcp
14+
config:
15+
description: Configure the connection to Humanitarian Data Exchange MCP Server
16+
secrets:
17+
- name: hdx.HDX_APP_IDENTIFIER
18+
env: HDX_APP_IDENTIFIER
19+
example: <HDX_APP_IDENTIFIER>

servers/inspektor-gadget/server.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: inspektor-gadget
22
image: mcp/inspektor-gadget
33
type: server
4+
longLived: true
45
meta:
56
category: monitoring
67
tags:

servers/mapbox-devkit/server.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: mapbox-devkit
2+
image: mcp/mapbox-devkit
3+
type: server
4+
meta:
5+
category: devops
6+
tags:
7+
- mapbox
8+
- development
9+
- devtools
10+
- api
11+
- styles
12+
about:
13+
title: Mapbox Developer MCP Server
14+
description: Direct access to Mapbox developer APIs for AI assistants. Enables style management, token management, GeoJSON preview, and other developer tools for building Mapbox applications.
15+
icon: https://avatars.githubusercontent.com/u/600935?s=200&v=4
16+
source:
17+
project: https://github.com/mapbox/mcp-devkit-server
18+
dockerfile: Dockerfile
19+
config:
20+
secrets:
21+
- name: mapbox-devkit.access_token
22+
env: MAPBOX_ACCESS_TOKEN
23+
example: YOUR_API_KEY_HERE

servers/mapbox/server.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: mapbox
2+
image: mcp/mapbox
3+
type: server
4+
meta:
5+
category: maps
6+
tags:
7+
- mapbox
8+
- maps
9+
- geospatial
10+
- navigation
11+
- geocoding
12+
about:
13+
title: Mapbox MCP Server
14+
description: Transform any AI agent into a geospatially-aware system with Mapbox APIs. Provides geocoding, POI search, routing, travel time matrices, isochrones, and static map generation.
15+
icon: https://avatars.githubusercontent.com/u/600935?s=200&v=4
16+
source:
17+
project: https://github.com/mapbox/mcp-server
18+
dockerfile: Dockerfile
19+
config:
20+
secrets:
21+
- name: mapbox.access_token
22+
env: MAPBOX_ACCESS_TOKEN
23+
example: YOUR_API_KEY_HERE
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: mcp-code-interpreter
2+
image: mcp/mcp-code-interpreter
3+
type: server
4+
meta:
5+
category: productivity
6+
tags:
7+
- productivity
8+
about:
9+
title: Python Interpreter
10+
description: A Python-based execution tool that mimics a Jupyter notebook environment. It accepts code snippets, executes them, and maintains state across sessions — preserving variables, imports, and past results. Ideal for iterative development, debugging, or code execution.
11+
icon: https://raw.githubusercontent.com/akuadane/mcp-code-interpreter/refs/heads/main/asset/logo.png
12+
source:
13+
project: https://github.com/akuadane/mcp-code-interpreter
14+
run:
15+
volumes:
16+
- notebooks:/app/notebooks
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: mcp-python-refactoring
2+
image: mcp/mcp-python-refactoring
3+
type: server
4+
meta:
5+
category: development
6+
tags:
7+
- python
8+
- refactoring
9+
- code-analysis
10+
- education
11+
- development
12+
- code-quality
13+
- static-analysis
14+
- mentoring
15+
about:
16+
title: Python Refactoring Assistant
17+
description: |
18+
Educational Python refactoring assistant that provides guided suggestions for AI assistants.
19+
20+
Features:
21+
• Step-by-step refactoring instructions without modifying code
22+
• Comprehensive code analysis using professional tools (Rope, Radon, Vulture, Jedi, LibCST, Pyrefly)
23+
• Educational approach teaching refactoring patterns through guided practice
24+
• Support for both guide-only and apply-changes modes
25+
• Identifies long functions, high complexity, dead code, and type issues
26+
• Provides precise line numbers and specific refactoring instructions
27+
• Compatible with all AI assistants (Claude, GPT, Cursor, Continue, etc.)
28+
29+
Perfect for developers learning refactoring patterns while maintaining full control over code changes.
30+
Acts as a refactoring mentor rather than an automated code modifier.
31+
icon: https://avatars.githubusercontent.com/u/2664231?s=200&v=4
32+
source:
33+
project: https://github.com/slamer59/mcp-python-refactoring
34+
config:
35+
description: Python Refactoring Assistant - No additional configuration required

0 commit comments

Comments
 (0)