Slide MCP Server
@amcchord
关于 Slide MCP Server
MCP Server for the Slide API
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"slideMCP": {
"command": "docker",
"args": [
"build",
"-t",
"mcp/slide:latest",
"-f",
"Dockerfile",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Slide MCP Server?
Slide MCP Server integrates with the Slide API to provide device and agent management capabilities. It is designed for users who need to manage devices, agents, backups, snapshots, virtual machines, and more through the Model Context Protocol.
How to use Slide MCP Server?
Three options are available: use the hosted web server at www.slide.recipes/mcp (zero installation), run the Go binary for best performance, or install the TypeScript/Node.js version via NPX or Docker. For quick setup with Claude Desktop, refer to the installation sections in the README.
Key features of Slide MCP Server
- Device management with pagination and filtering
- Agent management: list, create, pair, update
- Backup and snapshot management
- File restore and image export workflows
- Virtual machine lifecycle management
- User, alert, account, and client management
Use cases of Slide MCP Server
- Managing devices and agents through an MCP‑compatible client
- Automating backup and restore operations across snapshots
- Exporting snapshots as disk images (VHDX, VHD, RAW)
- Running snapshots as virtual machines with browser‑based VNC access
- Centralized administration of users, alerts, and accounts
FAQ from Slide MCP Server
What runtime or dependencies are required?
The hosted web server requires no installation. The Go binary is standalone and cross‑platform (Linux, macOS, Windows). The Node.js version requires Node.js and NPM.
How is authentication handled?
The hosted web server uses secure per‑user API key authentication. Other deployment methods require an API key for the Slide API.
What are the pagination limits?
All list tools accept limit (optional, max 50) and offset (optional) parameters.
Can I use this server without the Slide API?
No. Slide MCP Server is specifically built to integrate with the Slide API and requires access to that service.
What transports are supported?
The README does not specify transport details beyond being an MCP server implementation. The hosted version is accessible via a web browser.
其他 分类下的更多 MCP 服务器
Codelf
unbugA search tool helps dev to solve the naming things problem.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Awesome Mlops
visengerA curated list of references for MLOps
评论