Skip to content

Commit 1a89fb8

Browse files
authored
Merge pull request github#206 from dgageot/add-ast-grep
Add ast-grep server
2 parents 6c5b6ea + ec64bb3 commit 1a89fb8

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
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

0 commit comments

Comments
 (0)