slidev-orchestrator-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SLIDEV_BASE_PORT | No | Base port for dev servers (default 3030). | 3030 |
| SLIDEV_PRESENTATIONS_DIR | Yes | Path to the main folder containing presentations. Can also be provided via --dir CLI argument. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_presentationsA | List all Slidev presentations found in the presentations root directory (/app). A presentation is any sub-folder containing a slides.md. |
| create_presentationA | Scaffold a new Slidev presentation (folder + slides.md + package.json) in the root directory. Runs |
| start_serverA | Start the Slidev dev server for a presentation. Returns the local URL. Ports are allocated automatically unless |
| stop_serverB | Stop the running Slidev dev server of a presentation. |
| server_statusA | List all currently running Slidev dev servers (name, port, URL, pid). |
| select_presentationA | Target a presentation: connects to its official |
| call_slidev_toolA | Fallback passthrough: call a tool of the currently targeted presentation's official Slidev MCP by its original name. Useful for MCP clients that do not support dynamic tool list updates (tools/list_changed). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/death-joke/slidev-orchestrator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server