orca-copilot-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_presetsA | List OrcaSlicer presets. preset_type is 'process', 'filament', or 'machine'. Returns the user's own presets by default. Pass |
| get_presetB | Read a preset: its inherits chain and the settings it overrides itself. Pass |
| set_preset_valuesA | Edit a preset FILE. Needs an OrcaSlicer restart to take effect — prefer suggest_settings when it is available. Values are strings, or lists of strings for per-extruder settings. System presets cannot be edited — clone first. |
| clone_presetC | Create a new user preset inheriting from an existing preset. |
| preflightA | Check the settings in force against known-bad combinations. No slice needed, and no judgement of yours involved — these are deterministic rules over the selected presets, including edits not yet saved. Run this before advising on a print, and before answering a general "what should I change" — a finding here is a fact about their setup, worth more than anything you would infer, and worth saying first. Each one carries the settings it came from, for describe_setting or a suggested change. Says nothing when nothing is wrong, which is the usual answer. It knows nothing about the model on the plate: overhangs, size and adhesion area are measure_slice's job, not this one's. |
| get_current_presetsA | The process, filament, and machine presets currently selected in OrcaSlicer. These are profiles, not the model: for what the user has clicked on and which plate they are looking at, call get_selection. |
| describe_settingA | What a setting does: its label, tooltip, units, default, and either its allowed values or its numeric range. Read this before setting anything whose legal values you are unsure of —
enum settings accept only the keys in |
| find_settingsA | Search settings by name, label, or description. Use this to find the setting for a problem when you do not already know its key. Matches a substring, so 'seam' or 'stringing' both work. Returns short excerpts; follow up with describe_setting on the one you want. |
| search_wikiA | Search the OrcaSlicer wiki: calibration procedures, troubleshooting, print preparation, and the pages behind the settings. Ask it the question — "how do I calibrate pressure advance" — rather than a
key. Two in five of these pages explain no setting at all, so this reaches
what find_settings cannot. Returns an excerpt per page; pass a |
| read_wikiA | The wiki on one topic. It is the authority on procedures and on recommended values — read it rather than recalling either.
|
| describe_plateA | What is on the print plate: objects, their parts, and any mesh defects. Prefer this over looking at an image — it reports exact names, part structure, and mesh problems that a render cannot show. Read from the last saved project file. |
| get_plate_thumbnailA | A rendered image of the plate, for questions that are genuinely visual. Views: 'plate' (as shown in the UI), 'top' (orthographic top-down), 'flat' (unlit, smallest). Use describe_plate first for anything that can be answered from names, structure, or mesh statistics. |
| rememberA | Keep one fact for future sessions. Everything stored is already in your system prompt, so this is for writing, not reading. Store what will still be true next week: how this printer and its plates behave, what the user wants without being asked, what was tried on a print and how it turned out. Not what you can look up — a preset value, a setting's range — and not what happened this turn.
|
| forgetA | Drop a remembered fact by its key, once it is wrong or spent. |
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/peterbedorjr/orca-copilot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server