Skip to main content
Glama

mcp-wcgw

Apache 2.0
510
  • Apple
  • Linux

ContextSave

Save descriptions and file contents from specified paths or globs into a single text file. Use a unique ID and optional project path for organized storage. Simplify context management with this tool.

Instructions

Saves provided description and file contents of all the relevant file paths or globs in a single text file.

  • Provide random 3 word unqiue id or whatever user provided.
  • Leave project path as empty string if no project path

Input Schema

NameRequiredDescriptionDefault
descriptionYes
idYes
project_root_pathYes
relevant_file_globsYes

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "description": { "title": "Description", "type": "string" }, "id": { "title": "Id", "type": "string" }, "project_root_path": { "title": "Project Root Path", "type": "string" }, "relevant_file_globs": { "items": { "type": "string" }, "title": "Relevant File Globs", "type": "array" } }, "required": [ "id", "project_root_path", "description", "relevant_file_globs" ], "title": "ContextSave", "type": "object" }
Install Server

Other Tools from mcp-wcgw

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/rusiaaman/wcgw'

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