Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port to run the MCP server on (default is 8080) | 8080 |
| INDIGO_SERVER | No | The hostname or IP address of your Indigo server | |
| OPENAI_API_KEY | Yes | Your OpenAI API key, essential for semantic search capabilities | |
| LANGSMITH_API_KEY | No | Optional LangSmith API key for advanced tracing and debugging of AI interactions |
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 | |