Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CONTEXTFS_DATA_DIR | No | The data directory for ContextFS | ~/.contextfs |
| CONTEXTFS_CHUNK_SIZE | No | The chunk size for text processing | 1000 |
| CONTEXTFS_SOURCE_TOOL | No | The source tool (e.g., claude-code, claude-desktop) | |
| CONTEXTFS_EMBEDDING_MODEL | No | The embedding model to use | all-MiniLM-L6-v2 |
| CONTEXTFS_AUTO_SAVE_SESSIONS | No | Whether to automatically save sessions | true |
| CONTEXTFS_AUTO_LOAD_ON_STARTUP | No | Whether to automatically load on startup | true |
| CONTEXTFS_DEFAULT_SEARCH_LIMIT | No | The default limit for search results | 10 |
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 | |