MCP Server for CTERA Portal provides an AI-powered interface to interact with the CTERA Intelligent Data Services Platform, enabling file management operations through natural language or automation workflows.
Integration with CTERA Portal APIs for file and folder management using Standard I/O configuration.
Integration with CTERA Portal APIs for file and folder management using Server-Sent Events (SSE) configuration.
{
"mcpServers": {
"ctera-core-mcp-stdio": {
"command": "uv",
"args": [
"--directory",
"/path/to/mcp-ctera-core/src",
"run",
"stdio.py"
],
"env": {
"ctera.mcp.core.settings.scope": "user",
"ctera.mcp.core.settings.host": "your.ctera.portal.domain",
"ctera.mcp.core.settings.user": "your-username",
"ctera.mcp.core.settings.password": "your-password",
"ctera.mcp.core.settings.ssl": "true"
}
}
}
}