Malloy MCP Server
by namabile
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MALLOY_PUBLISHER_ROOT_URL | No | URL of the Malloy Publisher API | http://localhost:4000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| execute_malloy_queryA | Execute a Malloy query. |
| list_projectsA | List available projects. |
| list_packagesC | List packages for a project. |
| list_modelsA | List models for a package. |
| get_modelA | Get details for a specific model. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| create_malloy_query | Create a Malloy query from a natural language prompt. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| projects://home |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/namabile/malloy-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server