Files

26 lines
468 B
JSON
Raw Permalink Normal View History

2026-05-30 19:09:11 +09:00
{
"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"
},
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": "."
}
}
}