2026-05-30 19:09:11 +09:00
|
|
|
{
|
|
|
|
|
"mcpServers": {
|
|
|
|
|
"ast_grep": {
|
|
|
|
|
"command": "node",
|
|
|
|
|
"args": ["../../ast-grep-mcp/dist/cli.js", "mcp"],
|
|
|
|
|
"cwd": "."
|
|
|
|
|
},
|
2026-05-31 14:39:03 +09:00
|
|
|
"grep_app": {
|
|
|
|
|
"url": "https://mcp.grep.app"
|
|
|
|
|
},
|
|
|
|
|
"context7": {
|
|
|
|
|
"url": "https://mcp.context7.com/mcp"
|
|
|
|
|
},
|
2026-05-31 13:23:24 +09:00
|
|
|
"git_bash": {
|
|
|
|
|
"command": "node",
|
|
|
|
|
"args": ["../../git-bash-mcp/dist/cli.js", "mcp"],
|
|
|
|
|
"cwd": "."
|
|
|
|
|
},
|
2026-05-30 19:09:11 +09:00
|
|
|
"lsp": {
|
|
|
|
|
"command": "node",
|
|
|
|
|
"args": ["../../lsp-tools-mcp/dist/cli.js", "mcp"],
|
|
|
|
|
"cwd": "."
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|