Skip to main content
Glama
snow-wind-001

CodeRecoder MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_file_snapshotA

Create a file snapshot for instant backup and restore. Much faster than record_edit - uses direct file copying.

record_editB

Legacy: Record a code edit for version history tracking. Note: create_file_snapshot is much faster.

restore_file_snapshotA

Restore a file from a snapshot. Instant file restore using direct file copying.

rollback_to_versionA

Legacy: Rollback files to a previous version. Note: restore_file_snapshot is much faster.

list_file_snapshotsA

List AI-enhanced file snapshots with intelligent summaries for easy rollback selection. Shows snapshot time, modified files, and AI-generated summaries.

delete_file_snapshotA

Delete a specific file snapshot and its associated files. Use with caution as this operation cannot be undone.

list_historyA

Legacy: List edit history for debugging. Note: list_file_snapshots is much faster.

create_sessionA

Create a new editing session to group related changes. Useful for organizing different features or experiments.

get_current_sessionA

Get information about the current active session.

get_diffA

Generate a diff between two edit versions to see what changed.

activate_projectA

Activate a project for code tracking. Creates .CodeRecoder cache directory with structured data.

deactivate_projectB

Deactivate the current project and optionally save history.

list_projectsA

List all available projects and show current active project.

get_project_infoB

Get detailed information about a project or the current active project.

create_project_snapshotB

Create a project-wide snapshot (like Cursor). Analyzes project changes using Serena and saves incrementally or fully based on save count.

list_project_snapshotsA

List all project snapshots with save numbers, types (incremental/full), and Serena analysis.

restore_project_snapshotA

Restore entire project to a specific snapshot state.

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/snow-wind-001/CodeRecoder'

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