Azure TableStore
Createddkmaker
Enables querying and managing data within Azure Table Storage directly through Cline.
About
Azure TableStore is a TypeScript-based server designed for use with the Model Context Protocol (MCP) and Cline, allowing developers to interact with Azure Table Storage. It provides a streamlined way to query, manage, and understand data stored in Azure Tables, facilitating local development and testing by simulating real-world data interactions. With support for OData filters, schema retrieval, and table listing, it equips developers with the essential tools to effectively work with Azure Table Storage within the Cline environment.
Key Features
- Query Azure Storage Tables with OData filter support
- List all tables in the storage account
- Detailed error handling and response information
- Get table schemas to understand data structure
- Simple configuration through connection string
Use Cases
- Querying tables within Cline using natural language
- Retrieving schemas for specific tables
- Listing all tables within an Azure Storage Account