
Clever Cloud
Provides access to Clever Cloud deployment zones, documentation, and web content in Markdown format for managing cloud applications.
Integrates with Clever Cloud's tools and services to enable application deployment, environment management, and resource monitoring.
What it does
- List Clever Cloud deployment zones
- Retrieve documentation URLs in Markdown
- Fetch webpage content as Markdown
- Access Clever Cloud service information
Best for
About Clever Cloud
Clever Cloud is a community-built MCP server published by davlgd that provides AI assistants with tools and capabilities via the Model Context Protocol. Deploy and manage your apps effortlessly on Clever Cloud. Enjoy features similar to heroku app pricing, beanstalk aws, a It is categorized under cloud infrastructure, developer tools. This server exposes 3 tools that AI clients can invoke during conversations and coding sessions.
How to install
You can install Clever Cloud in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.
License
Clever Cloud is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
Tools (3)
Get the list of Clever Cloud deployment zones
Get the list of Clever Cloud documentation URLs in Markdown format
Get the content of a given URL in Markdown format
MCP Clever Demo
This MCP Server is based on the JavaScript SDK and exposes Clever Cloud's Tools.
Usage
To use this server in an MCP client such as Claude Desktop:
{
"mcpServers": {
"clever-demo": {
"command": "npx",
"args": [ "-y", "mcp-clever-demo" ]
}
}
}
Development
To run the server locally, use the MCP Inspector:
npx @modelcontextprotocol/inspector npx mcp-clever-demo
License
This project is licensed under the MIT License.
Alternatives
Related Skills
Browse all skillsBuild comprehensive ML pipelines, experiment tracking, and model registries with MLflow, Kubeflow, and modern MLOps tools. Implements automated training, deployment, and monitoring across cloud platforms. Use PROACTIVELY for ML infrastructure, experiment management, or pipeline automation.
Expert Kubernetes architect specializing in cloud-native infrastructure, advanced GitOps workflows (ArgoCD/Flux), and enterprise container orchestration. Masters EKS/AKS/GKE, service mesh (Istio/Linkerd), progressive delivery, multi-tenancy, and platform engineering. Handles security, observability, cost optimization, and developer experience. Use PROACTIVELY for K8s architecture, GitOps implementation, or cloud-native platform design.
Expert C# developer specializing in modern .NET development, ASP.NET Core, and cloud-native applications. Masters C# 12 features, Blazor, and cross-platform development with emphasis on performance and clean architecture.
UI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer handoff tools. Use for creating design systems, maintaining visual consistency, and facilitating design-dev collaboration.
This skill allows Claude to conduct comprehensive security audits of code, infrastructure, and configurations. It leverages various tools within the security-pro-pack plugin, including vulnerability scanning, compliance checking, cryptography review, and infrastructure security analysis. Use this skill when a user requests a "security audit," "vulnerability assessment," "compliance review," or any task involving identifying and mitigating security risks. It helps to ensure code and systems adhere to security best practices and compliance standards.
Bash Automated Testing System (BATS) for TDD-style testing of shell scripts. Use when: (1) Writing unit or integration tests for Bash scripts, (2) Testing CLI tools or shell functions, (3) Setting up test infrastructure with setup/teardown hooks, (4) Mocking external commands (curl, git, docker), (5) Generating JUnit reports for CI/CD, (6) Debugging test failures or flaky tests, (7) Implementing test-driven development for shell scripts.