Installation & Configuration
{
"mcpServers": {
"ctera-edge-mcp-stdio": {
"command": "uv",
"args": [
"--directory",
"/path/to/mcp-ctera-edge/src",
"run",
"stdio.py"
],
"env": {
"ctera.mcp.edge.settings.host": "",
"ctera.mcp.edge.settings.user": "admin",
"ctera.mcp.edge.settings.password": "your-password",
"ctera.mcp.edge.settings.ssl": "true"
}
},
"ctera-edge-mcp-sse": {
"url": "http://localhost:8000/sse"
}
}
}Information
Transport
stdiosse
Language
Python
Created
2025/5/25
Updated
2026/6/7