Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FC_MAX_TURNS | No | Search rounds per query (more = deeper but slower) | 3 |
| FC_MAX_COMMANDS | No | Max parallel commands per round | 8 |
| WINDSURF_API_KEY | No | Windsurf API key. If omitted, the server auto-discovers it from your local Windsurf installation. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fast_context_search | AI-driven semantic code search. Returns file paths with line ranges and grep keywords. |
| extract_windsurf_key | Extract Windsurf API Key from local installation. Auto-detects OS (macOS/Windows/Linux) and reads the API key from Windsurf's local database. Set the result as WINDSURF_API_KEY env var. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |