Skip to main content
Glama

Keyboard Shortcuts MCP Server

by jenova-marie

get_shortcuts

Query keyboard shortcuts for operating systems and applications using natural language. Specify OS and your shortcut question to get relevant key combinations.

Instructions

Query keyboard shortcuts for a specific OS, desktop environment, and/or application. Uses Claude Opus to intelligently search and return relevant shortcuts based on natural language queries.

Input Schema

NameRequiredDescriptionDefault
applicationNoSpecific application (e.g., firefox, tmux) - optional
desktopNoDesktop environment (e.g., gnome, kde) - optional
osYesOperating system (e.g., ubuntu, macos, windows)
queryYesNatural language query about keyboard shortcuts (e.g., "how do I split a pane vertically?")

Input Schema (JSON Schema)

{ "properties": { "application": { "description": "Specific application (e.g., firefox, tmux) - optional", "type": "string" }, "desktop": { "description": "Desktop environment (e.g., gnome, kde) - optional", "type": "string" }, "os": { "description": "Operating system (e.g., ubuntu, macos, windows)", "type": "string" }, "query": { "description": "Natural language query about keyboard shortcuts (e.g., \"how do I split a pane vertically?\")", "type": "string" } }, "required": [ "os", "query" ], "type": "object" }

Other Tools from Keyboard Shortcuts MCP Server

Related Tools

    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/jenova-marie/keyboard-shortcuts-mcp'

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