Magector
by krejcif
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MAGECTOR_DB | No | Path to index database | ./.magector/index.db |
| MAGECTOR_BIN | No | Path to magector-core binary (auto-detected) | |
| MAGENTO_ROOT | No | Path to Magento installation | . |
| MAGECTOR_MODELS | No | Path to ONNX model directory | ~/.magector/models/ |
| OMP_NUM_THREADS | No | Fallback thread limit if MAGECTOR_THREADS is not set | |
| MAGECTOR_THREADS | No | Max ONNX intra-op + rayon parsing threads (default: half of CPU cores) | |
| ANTHROPIC_API_KEY | No | API key for description generation (optional) | |
| MAGECTOR_BATCH_SIZE | No | Embedding batch size | 256 |
| MAGECTOR_INDEX_TIMEOUT | No | Indexing wall-clock timeout in milliseconds | 14400000 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/krejcif/magector'
If you have feedback or need assistance with the MCP directory API, please join our Discord server