Gadget MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GADGET_APP | Yes | App slug, e.g. my-app | |
| GADGET_API_KEY | Yes | Production API key | |
| GADGET_ENVIRONMENT | No | The environment to connect to (production or development) | production |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| introspect_modelA | List all fields and their types for a Gadget model. Run this first when you're unsure what fields exist on a model. |
| list_modelsA | List all models (types) available in this Gadget app via GraphQL introspection. |
| query_recordsB | Query records from any Gadget model. Specify the model name and a GraphQL field selection. Use introspect_model first to discover available fields. |
| get_recordA | Get a single Gadget record by ID. Specify the model name, record ID, and fields to return. |
| run_graphqlA | Run an arbitrary read-only GraphQL query against the Gadget app. Use this for complex queries with nested relations or custom filtering that query_records can't express. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/Stronger-eCommerce/gadget-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server