We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Mnehmos/mnehmos.synch.mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CHANGELOG.md•1.91 KiB
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.0] - 2025-01-10
### Added
- **Active Context Management**
- `get_active_context` - Retrieve current working state for a project
- `set_active_context` - Persist working state for resumable sessions
- **Filing Cabinet (File Indexing)**
- `file_to_cabinet` - Index files with summaries and metadata
- `get_from_cabinet` - Retrieve indexed file information
- `search_memory` - Search across all indexed content
- **Spatial Map (PC as Rooms)**
- `get_spatial_map` - Get folder structure as navigable rooms
- `add_room` - Add folders to the spatial map
- `link_rooms` - Connect folders for navigation
- **Bug Tracking**
- `log_bug` - Log bugs for later fixing
- `get_bugs` - Retrieve bugs by project/status
- `resolve_bug` - Mark bugs as resolved
- **Lock Management**
- `acquire_lock` - Lock resources for exclusive access
- `release_lock` - Release held locks
- `get_lock_status` - Check lock state and queue
- **Context Events (Agent Handoff)**
- `emit_context_event` - Emit handoff/checkpoint/error/complete events
- `get_context_events` - Get recent events for context understanding
- **Server Management**
- `configure_server` - First-run setup
- `get_server_info` - Get server configuration
- `list_projects` - List all projects in memory bank
- **Storage**
- SQLite backend with WAL mode for concurrency
- Markdown dual-write for human readability
- File-based lock persistence for crash recovery
### Technical
- MCP protocol compliance via @modelcontextprotocol/sdk
- TypeScript with strict mode
- Vitest unit tests for storage and lock manager
- ESM module format
[1.0.0]: https://github.com/Mnehmos/mnehmos.synch.mcp/releases/tag/v1.0.0