@automcp.app/clado
v1.0.0
Published
Generated MCP Server
Readme
clado MCP Server
This is a Model Context Protocol (MCP) server generated using AutoMCP.
Setup
- Install dependencies:
npm install- Create a
.envfile in the root directory (already done for you):
SSE_PORT=3001Development
Run the server in development mode:
npm run devProduction
- Build the server:
npm run build- Start the server:
npm startServer Modes
The server can run in two modes:
STDIO Mode (default):
- Used when running the server directly
- Communicates through standard input/output
- Ideal for integration with LLM clients
SSE Mode:
- Activated with the
--sseflag - Runs an HTTP server with Server-Sent Events
- Useful for development and testing
- Access at
http://localhost:3001
- Activated with the
Tools
The server exposes the following tools: {{TOOLS_DOCS}}
License
MIT
