Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TAURI_PROJECT_ROOTYesThe path to the Tauri project root directory. This is used to locate the project's socket file for communication..

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
app_status

Check app status

launch_app

Launch Tauri app

stop_app

Stop app

list_windows

List all open windows with their labels, titles, and focus state

focus_window

Focus a specific window by label

snapshot

Get accessibility tree (returns ref numbers for click/fill)

click

Click element by ref or selector

fill

Fill input by ref or selector

press_key

Press key

evaluate_script

Run JS in webview

screenshot

Take screenshot

navigate

Navigate to URL

get_logs

Get application logs with filtering. Filters can be combined (e.g., ["build", "error"] for build errors only).

get_restart_events

Get recent app restart/reload events with the files that triggered them. Includes Rust rebuilds (backend) and HMR updates (frontend).

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/DaveDev42/tauri-plugin-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server