Malloy MCP Server
Related Servers
Alternatives to Malloy MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseBqualityAmaintenanceA MCP (Model Context Protocol) server for interacting with dbt.1618,412 PyPI603Apache 2.0
- AlicenseNot gradedqualityCmaintenanceMCP Server for interacting with Cube semantic layers that provides tools for querying and describing data from Cube deployments.15GPL 3.0
- AlicenseAqualityAmaintenanceAn MCP server for MotherDuck and local DuckDB.5520MIT
- AlicenseNot gradedqualityCmaintenanceModel Context Protocol (MCP) Server for the mcp API.681 npmMIT
- AlicenseNot gradedqualityDmaintenanceMCP server that provides tools to interact with dbt, including dbt Core, Cloud CLI, Semantic Layer, and Discovery API.Apache 2.0
- AlicenseNot gradedqualityDmaintenanceA minimalist MCP server for interacting with Bauplan data tables and executing SQL queries against Iceberg tables stored in S3. It enables users to list tables, retrieve schemas, and run SELECT queries using standard MCP transports.3MIT
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: executing queries, retrieving a specific model, listing models, listing packages, and listing projects. There is no overlap or ambiguity.
All tool names follow a snake_case verb_noun pattern (e.g., get_model, list_models). The only deviation is execute_malloy_query which uses a two-word noun, but it remains consistent in style.
Five tools is well-scoped for a Malloy data exploration server, covering the necessary operations without being too few or too many.
The toolset covers the core workflow: exploring projects, packages, models, and executing queries. Missing write operations (create/update) are understandable for a query-focused server, but could be considered a minor gap.