catalog-agent/mcp/mcp_settings.json
2025-10-06 19:51:39 +08:00

34 lines
608 B
JSON

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