Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for HTTP transport | 3000 |
| TRANSPORT | No | Transport mode: stdio or http | stdio |
| OPENAI_API_KEY | No | API key for OpenAI embeddings | |
| EMBEDDING_API_KEY | No | Generic API key for embeddings (configurable per project) | |
| INDEXFOUNDRY_RUNS_DIR | No | Where to store runs | ./runs |
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 | |