You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/scripts/mcp/DiscoveryAgent/ClaudeCode_Headless/mcp_config.example.json

14 lines
299 B

{
"mcpServers": {
"proxysql": {
"command": "python3",
"args": ["../../proxysql_mcp_stdio_bridge.py"],
"env": {
"PROXYSQL_MCP_ENDPOINT": "https://127.0.0.1:6071/mcp/query",
"PROXYSQL_MCP_TOKEN": "",
"PROXYSQL_MCP_INSECURE_SSL": "1"
}
}
}
}