catalog-agent/mcp/mcp_settings.json
2025-10-10 08:58:23 +08:00

33 lines
600 B
JSON

[
{
"mcpServers": {
"deep-directory-tree": {
"command": "npx",
"args": [
"-y",
"@andredezzy/deep-directory-tree-mcp"
]
},
"ripgrep": {
"command": "npx",
"args": [
"-y",
"mcp-ripgrep@latest"
]
},
"json-reader": {
"command": "python",
"args": [
"./mcp/json_reader_server.py"
]
},
"multi-keyword-search": {
"command": "python",
"args": [
"./mcp/multi_keyword_search_server.py"
]
}
}
}
]