Skip to main content
Glama
peterbedorjr

orca-copilot-mcp

by peterbedorjr

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_presetsA

List OrcaSlicer presets. preset_type is 'process', 'filament', or 'machine'.

Returns the user's own presets by default. Pass contains to search the thousands of built-in vendor profiles by substring.

get_presetB

Read a preset: its inherits chain and the settings it overrides itself.

Pass keys to additionally resolve specific settings to their effective values, each with the preset in the chain that supplies it.

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 allowed_values. per_extruder means the value is a list of strings, one per extruder.

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 page to read_wiki to read that one properly.

read_wikiA

The wiki on one topic. It is the authority on procedures and on recommended values — read it rather than recalling either.

topic is a setting key, which returns the section explaining that setting, or a page name from search_wiki, which returns the page. Long pages arrive one part at a time: truncated says there is more and hint says how to ask for it.

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.

topic is one of printer, preferences, outcomes. key is a short lowercase slug naming the fact, like 'bed-adhesion' or 'seam'. Writing a key that already exists corrects it in place, so use the same key again rather than adding a second entry that disagrees with the first.

forgetA

Drop a remembered fact by its key, once it is wrong or spent.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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