Back to directory
ctera/mcp-ctera-core

ctera/mcp-ctera-core

@ctera

An MCP server capable of interacting with the CTERA Portal API

cteracoreportalapifile-managementstoragemcpcloud

Installation & 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"
      }
    }
  }
}

Information

Transport
stdiosse
Language
Python
Created
2026/6/12
Updated
2026/6/13