Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_OPENER_BROWSERNoPreferred browser: 'firefox' | 'chrome' | 'chromium' | 'default'default
MCP_OPENER_TMP_COPYNoWhether to copy files to /tmp for Flatpak accesstrue
MCP_OPENER_FIREFOX_FLATPAKNoExplicitly set if Firefox is installed via Flatpak (auto-detected if omitted)

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
open_folderA

Open a folder in the system file manager (Nautilus, Finder, Explorer, etc.)

open_fileB

Open a file with its default application

open_browserA

Open a URL in the preferred web browser. Supports Firefox (including Flatpak), Chrome, and system default.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: open_browser for URLs, open_file for files, and open_folder for directories. There is no overlap in functionality, making it easy for an agent to select the correct tool based on the target type.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (open_browser, open_file, open_folder) with the same verb 'open' and descriptive nouns. This uniformity enhances readability and predictability.

Tool Count5/5

With 3 tools, the server is well-scoped for its purpose of opening resources (URLs, files, folders). Each tool earns its place by covering a distinct aspect of the domain without redundancy or bloat.

Completeness5/5

The tool surface is complete for the domain of opening resources, covering URLs, files, and folders. There are no obvious gaps, as these three categories encompass the typical use cases for an opener utility.