34 lines
608 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
]
|