Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MNOVA_EXENoMestReNova.exe path; if not set, common install locations will be detected.
MNOVA_MCP_WORKSPACENoProject root directory allowed for MCP read/write.
MNOVA_MCP_OUTPUT_ROOTNoTask output root directory.
MNOVA_MCP_TIMEOUT_SECNoMnova task timeout in seconds, default 300.300
MNOVA_MCP_RUNTIME_ROOTNoASCII temporary bridge directory passed to Mnova.
MNOVA_MCP_BRIDGE_SCRIPTNoCustom bridge.qs path.

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
mnova_statusA

Check MestReNova, bridge readiness, supported formats, and workflow.

mnova_process_1dB

Process 1D NMR data with Mnova and export auditable spectrum artifacts.

mnova_prepare_structure_1dA

Open 1D NMR plus CDX/CDXML (or another supported structure) in Mnova.

Processes the spectrum, extracts atom metadata and stable peak/multiplet IDs, optionally runs Mnova Verify, and saves a prepared .mnova document. The result is the evidence package used to create a separate assignment-plan JSON.

mnova_apply_assignments_1dA

Validate and write an assignment plan into a prepared Mnova document.

Links molecule atoms/protons to real Mnova multiplet UUIDs, writes matching
lowercase letter labels onto the structure and directly above the assigned
peaks, optionally reruns Mnova Verify, and saves a new assigned .mnova file.
Each plan entry requires a lowercase ``label``. Low-confidence assignments
are rejected unless explicitly allowed.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 4 tools

Disambiguation4/5

Each tool targets a distinct stage of the workflow, but mnova_process_1d and mnova_prepare_structure_1d overlap in that both process 1D NMR data; the descriptions help clarify that one is for standalone processing and the other for preparing a structure-linked document.

Naming Consistency5/5

All tools follow a consistent mnova_<verb>_<object> pattern with clear action-oriented verbs (status, process, prepare, apply), making the naming predictable and easy to scan.

Tool Count5/5

Four tools is well-scoped for the dedicated NMR processing and assignment workflow. Each tool covers a necessary step without redundancy or bloat.

Completeness4/5

The tool set covers the core lifecycle from status check through processing, preparation, and assignment application. Minor gaps like explicit retrieval of assignment results or undo functionality could exist, but the pipeline appears functionally complete for its purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues