Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| QDRANT_URL | No | URL of the Qdrant server | |
| FASTMCP_HOST | No | Host address to bind the server to | 127.0.0.1 |
| FASTMCP_PORT | No | Port to run the server on | 8000 |
| FASTMCP_DEBUG | No | Enable debug mode | false |
| QDRANT_API_KEY | No | API key for the Qdrant server | |
| COLLECTION_NAME | No | Name of the default collection to use | |
| EMBEDDING_MODEL | No | Name of the embedding model to use | sentence-transformers/all-MiniLM-L6-v2 |
| FASTMCP_LOG_LEVEL | No | Set logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL) | INFO |
| QDRANT_LOCAL_PATH | No | Path to the local Qdrant database (alternative to QDRANT_URL) | |
| EMBEDDING_PROVIDER | No | Embedding provider to use (currently only "fastembed" is supported) | fastembed |
| FASTMCP_DEPENDENCIES | No | List of dependencies to install in the server environment | [] |
| TOOL_FIND_DESCRIPTION | No | Custom description for the find tool | |
| TOOL_STORE_DESCRIPTION | No | Custom description for the store tool | |
| FASTMCP_WARN_ON_DUPLICATE_TOOLS | No | Show warnings for duplicate tools | true |
| FASTMCP_WARN_ON_DUPLICATE_PROMPTS | No | Show warnings for duplicate prompts | true |
| FASTMCP_WARN_ON_DUPLICATE_RESOURCES | No | Show warnings for duplicate resources | true |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |