Skip to main content
Glama

equinox-mcp

MCP (Model Context Protocol) server for Equinox documentation.

Enables LLMs to access up-to-date Equinox documentation and validate generated code.

Installation

pip install equinox-mcp

Or run without installing:

uvx equinox-mcp

Usage with Claude Code

# Add as MCP server
claude mcp add -t stdio -s user equinox -- python -m equinox_mcp

# Or with uvx
claude mcp add -t stdio -s user equinox -- uvx equinox-mcp

Configuration

Environment Variable

Default

Description

EQUINOX_DOCS_PATH

(none)

Path to local Equinox docs directory (offline mode)

EQUINOX_MCP_CACHE_DIR

~/.cache/equinox-mcp

Cache directory for online mode

EQUINOX_MCP_CACHE_TTL

24

Cache TTL in hours

EQUINOX_MCP_NO_CACHE

0

Set to 1 to disable caching

Offline Mode

Point to a local Equinox clone for offline access:

export EQUINOX_DOCS_PATH=/path/to/equinox/docs
python -m equinox_mcp

Online Mode (Default)

Fetches docs from GitHub with local caching:

python -m equinox_mcp
# Fetches from: raw.githubusercontent.com/patrick-kidger/equinox/main/docs/

Available Tools

Tool

Description

list-sections

List all available documentation sections

get-documentation

Fetch specific documentation content

equinox-checker

Validate Equinox module code

Development

# Install dev dependencies
pip install -e ".[dev]"

# Run tests
pytest

License

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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/s27183/equinox-mcp'

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