We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c5b6ea + ec64bb3 commit 1a89fb8Copy full SHA for 1a89fb8
servers/ast-grep/server.yaml
@@ -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
0 commit comments