Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_warp_drive_docsA

Search WarpDrive and EmberData documentation for any API, class, function, or concept.

Use this tool when you need to know:

  • How to use any @warp-drive/* or @ember-data/* package

  • The correct API for Store, RequestManager, JSONAPICache, SchemaRecord, etc.

  • How handlers, builders, or the request pipeline work

  • Migration paths from legacy EmberData to WarpDrive

  • How to use WarpDrive with React, Ember, or other frameworks

  • Any type definitions, interfaces, or function signatures

Always use this before writing WarpDrive code to avoid hallucinating APIs.

get_warp_drive_packageA

Get complete documentation for a specific WarpDrive or EmberData package.

Use this when you need full details about a specific package like:

  • @warp-drive/core (Store, RequestManager, CacheHandler)

  • @warp-drive/json-api (JSONAPICache)

  • @warp-drive/react (React hooks and components)

  • @warp-drive/ember (Ember integration)

  • @warp-drive/utilities (URL builders, query params)

  • @warp-drive/schema-record (SchemaRecord, SchemaService)

  • @warp-drive/legacy (migration from legacy EmberData)

  • @ember-data/store, @ember-data/model, etc. (legacy packages)

get_warp_drive_overviewA

Get a high-level overview of all WarpDrive packages and what they do.

Use this when:

  • Starting a new WarpDrive project and not sure which packages to use

  • You need to understand the package structure before diving into specifics

  • The user asks "what is WarpDrive" or "how does WarpDrive work"

  • You need to know which package contains a feature

get_warp_drive_guideA

Search WarpDrive guides, tutorials, and cookbook recipes.

Use this for "how do I..." questions like:

  • How do I set up authentication with WarpDrive?

  • How do I write a request handler?

  • How do I write a request builder?

  • How do I migrate from legacy EmberData adapters/serializers?

  • How do I use WarpDrive with React?

  • How does caching work?

  • How do I handle errors?

check_warp_drive_deprecationsA

Check if a WarpDrive or EmberData API is deprecated and find its replacement.

Use this when:

  • Working with legacy @ember-data/* code and need to know the modern equivalent

  • The user gets deprecation warnings

  • You see strikethrough symbols in docs (indicates deprecated)

  • Migrating from older versions of ember-data

Common deprecations to check:

  • @ember-data/request → @warp-drive/core

  • @ember-data/store → @warp-drive/core

  • StableRecordIdentifier → ResourceKey

  • StableDocumentIdentifier → RequestKey

  • @ember-data/tracking → @warp-drive/ember

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/MehulKChaudhari/warp-drive-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server