Skip to main content
Glama

Unrestricted Development MCP Server

git_stash

Save uncommitted changes temporarily to switch branches or tasks, then restore them later when needed. Manage stashed changes with push, pop, list, apply, drop, and clear operations.

Instructions

Stash changes in working directory

Input Schema

NameRequiredDescriptionDefault
cwdNoRepository directory
actionNoStash actionpush
messageNoStash message (for push)
indexNoStash index (for pop/apply/drop)

Input Schema (JSON Schema)

{ "properties": { "action": { "default": "push", "description": "Stash action", "enum": [ "push", "pop", "list", "apply", "drop", "clear" ], "type": "string" }, "cwd": { "description": "Repository directory", "type": "string" }, "index": { "description": "Stash index (for pop/apply/drop)", "type": "number" }, "message": { "description": "Stash message (for push)", "type": "string" } }, "type": "object" }

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/ConnorBoetig-dev/mcp2'

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