Vestige
by samvallad33
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ORT_DYLIB_PATH | No | Path to ONNX Runtime dynamic library (Intel Mac only). | |
| VESTIGE_DATA_DIR | No | Override data directory. Supports tilde expansion. | |
| FASTEMBED_CACHE_PATH | No | Override the cache directory for embedding model downloads. | |
| VESTIGE_HTTP_ENABLED | No | Set to '1' to enable optional HTTP MCP transport. | |
| VITE_WAITLIST_ENDPOINT | No | Optional endpoint for waitlist signups. | |
| VESTIGE_EMBEDDING_MODEL | No | Embedding model override. Example: 'qwen3-0.6b'. | |
| VESTIGE_AUTOPILOT_ENABLED | No | Set to '0' to disable autopilot background tasks. | |
| VESTIGE_DASHBOARD_ENABLED | No | Set to 'true' to automatically start the dashboard with the MCP server. | |
| VITE_SUPPORT_BOT_ENDPOINT | No | Optional endpoint for support bot. | |
| VESTIGE_SYSTEM_PROMPT_MODE | No | Set to 'full' to enable the full composition mandate protocol. |
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/samvallad33/vestige'
If you have feedback or need assistance with the MCP directory API, please join our Discord server