Azure TableStore
JSON →An MCP server for interacting with Azure Table Storage, requiring an Azure Storage connection string.
Install
npx dkmaker-mcp-server-tablestore Tools · 3
- query_table Query an Azure Storage Table with OData filter support. Returns a limited subset of results (default: 5 items) to protect the LLM's context window.
- get_table_schema Get the schema of a table to understand its data structure.
- list_tables List all tables in the storage account.
Links
★ 6 GitHub stars