26 lines
468 B
JSON
26 lines
468 B
JSON
{
|
|
"mcpServers": {
|
|
"ast_grep": {
|
|
"command": "node",
|
|
"args": ["../../ast-grep-mcp/dist/cli.js", "mcp"],
|
|
"cwd": "."
|
|
},
|
|
"grep_app": {
|
|
"url": "https://mcp.grep.app"
|
|
},
|
|
"context7": {
|
|
"url": "https://mcp.context7.com/mcp"
|
|
},
|
|
"git_bash": {
|
|
"command": "node",
|
|
"args": ["../../git-bash-mcp/dist/cli.js", "mcp"],
|
|
"cwd": "."
|
|
},
|
|
"lsp": {
|
|
"command": "node",
|
|
"args": ["../../lsp-tools-mcp/dist/cli.js", "mcp"],
|
|
"cwd": "."
|
|
}
|
|
}
|
|
}
|