mcp-simple-server

CleverCloud/mcp-simple-server
★ 2 stars TypeScript 🤖 AI/LLM Updated today
An MCP server that gives AI agents full access to the Clever Cloud API through three tools: search, execute, and doc.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-simple-server": {
      "command": "npx",
      "args": [
        "-y",
        "CleverCloud/mcp-simple-server"
      ]
    }
  }
}