catalog-agent/mcp/mcp_settings.json
2025-10-14 08:59:19 +08:00

23 lines
394 B
JSON

[
{
"mcpServers": {
"ripgrep": {
"command": "mcp-ripgrep",
"args": []
},
"json-reader": {
"command": "python",
"args": [
"./mcp/json_reader_server.py"
]
},
"multi-keyword-search": {
"command": "python",
"args": [
"./mcp/multi_keyword_search_server.py"
]
}
}
}
]