CodeRecoder MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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