Refero MCP
Officialby lorecraft-io
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_API_KEY | No | OpenAI API key for vibe search via text-embedding-3-small. Without it, search falls back to keyword scoring. | |
| REFERO_API_BASE | No | Override the base URL for the Refero API. Default is https://styles.refero.design | https://styles.refero.design |
| REFERO_CACHE_DIR | No | Directory for local catalog mirror, embeddings, and detail cache. Default is ~/.refero-cache | ~/.refero-cache |
| REFERO_CACHE_TTL_MS | No | How long a cached page is considered fresh in milliseconds. Default is 86400000 (24h). | 86400000 |
| REFERO_MCP_VAULT_DIR | No | Absolute path to vault root for writing DESIGN.md files. If unset, refero_design_md returns markdown but does not write to disk. |
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/lorecraft-io/refero-design-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server