We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/russwyte/slabby'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CHANGELOG.md•869 B
# 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Initial release of Slabby MCP server
- Support for reading Slab posts by ID or URL
- Support for updating Slab posts
- Search functionality across Slab workspace
- List posts by topic or tag
- Secure authentication using Slab API tokens
- TypeScript support with full type definitions
- Comprehensive test suite using Bun test framework
- Apache 2.0 license
## [0.1.0] - 2025-10-15
### Added
- Initial development version
- Core MCP server implementation
- Slab API client integration
- Basic CRUD operations for Slab posts
- Search and list functionality
- Documentation and examples