LogoSTMCP
Download
mcp-ctera-core

MCP Server for CTERA Portal

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.

Tools

1. ctera-core-mcp-stdio

Integration with CTERA Portal APIs for file and folder management using Standard I/O configuration.

2. ctera-core-mcp-sse

Integration with CTERA Portal APIs for file and folder management using Server-Sent Events (SSE) configuration.

Open Graph image for MCP Server for CTERA Portal

JSON Config

{
    "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"
        }
      }
    }
  }

Useful Links

Information

  • Author@ctera
  • Published date2025/09/15