drio
Open app

AI Service Platform

Source

public service host on cloud mcp server

Catalog onlyCatalog onlySTDIO

Overview

AI Service Platform is a cloud-ready service platform designed for executing AI-powered tools with integration of Model Context Protocol (MCP).

To use the AI Service Platform, clone the repository from GitHub, set up a virtual environment, and start the development server. You can then interact with the platform through REST API endpoints.

  • Cloud Native Architecture with REST API endpoints for all operations. - Stateless design with persistent tool configuration. - Horizontal scaling support for better performance. - Unified Tool Gateway for automatic discovery of MCP tools.
  1. Executing natural language queries to interact with AI tools.
  2. Integrating various AI tools for seamless operations in cloud environments.
  3. Developing and deploying AI applications with ease.

Add to your AI client

Use these steps to connect AI Service Platform in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server-cloud-daniel1989": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-cloud-daniel1989"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-server-cloud-daniel1989": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-cloud-daniel1989"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-server-cloud-daniel1989": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-cloud-daniel1989"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-server-cloud-daniel1989": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-cloud-daniel1989"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-server-cloud-daniel1989": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-cloud-daniel1989"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-server-cloud-daniel1989": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-cloud-daniel1989"
      ]
    }
  }
}

FAQ

What are the prerequisites for using the platform?

You need Python 3.10 or higher to run the AI Service Platform.

How do I list available tools?

You can list available tools by sending a GET request to the /tools endpoint.

Can I scale the platform?

Yes, the platform supports horizontal scaling to handle increased loads.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3240,"uuid":"9bab9a4f-426a-45da-9524-30d0139b9355","name":"mcp-server-cloud","title":"AI Service Platform","description":"public service host on cloud mcp server","avatar_url":"https://avatars.githubusercontent.com/u/2562845?v=4","created_at":"2025-03-18T12:01:09.455Z","updated_at":"2025-03-18T15:40:59.800Z","status":"created","author_name":"Daniel1989","author_avatar_url":"https://avatars.githubusercontent.com/u/2562845?v=4","tags":"[]","category":"cloud-platforms","is_featured":false,"sort":1,"url":"https://github.com/Daniel1989/mcp-server-cloud","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-04-24 01:29:18\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]