mcpDemo
@davlgd
About mcpDemo
MCP Server demo
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcpDemo": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"node",
"server.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is mcpDemo?
mcpDemo is a simple demo of the Model Context Protocol (MCP) server for Clever Cloud, using stdio as the transport.
How to use mcpDemo?
Test the server using the MCP Inspector tool with npx @modelcontextprotocol/inspector node server.js or run npm run dev.
Key features of mcpDemo
- Demonstrates MCP server for Clever Cloud
- Uses
stdiotransport - Simple setup for testing
Use cases of mcpDemo
- Learning how MCP servers work with Clever Cloud
- Testing MCP client-server communication locally
FAQ from mcpDemo
What transport does mcpDemo use?
It uses stdio as the transport.
How can I test the server?
Use npx @modelcontextprotocol/inspector node server.js or run npm run dev.
What is the purpose of mcpDemo?
It is a simple demo of an MCP server for Clever Cloud.
Does mcpDemo require any special dependencies?
—
Where does mcpDemo store data?
—
Frequently asked questions
What transport does mcpDemo use?
It uses `stdio` as the transport.
How can I test the server?
Use `npx @modelcontextprotocol/inspector node server.js` or run `npm run dev`.
What is the purpose of mcpDemo?
It is a simple demo of an MCP server for Clever Cloud.
Basic information
More Other MCP servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Awesome Mlops
visengerA curated list of references for MLOps
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments