https://github.com/davlgd/mcp-clever-demo
https://github.com/davlgd/mcp-clever-demo
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davlgd/mcp-clever-demo
- Owner: davlgd
- License: mit
- Created: 2025-01-20T01:23:33.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-20T17:18:56.000Z (9 months ago)
- Last Synced: 2025-04-05T16:38:18.516Z (6 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MCP Clever Demo
This MCP Server is based on the [JavaScript SDK](https://www.npmjs.com/package/mcp-js-server) and exposes Clever Cloud's Tools.
## Usage
To use this server in an MCP client such as Claude Desktop:
```json
{
"mcp-clever-demo": {
"command": "npx",
"args": [ "-y", "mcp-clever-demo" ]
}
}
```## Development
To run the server locally, use the MCP Inspector:
```bash
npx @modelcontextprotocol/inspector npx mcp-clever-demo
```## License
This project is licensed under the [MIT License](LICENSE).