code-search
by RaziStuff
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VOYAGE_DIM | No | Voyage embedding dimension (optional). | 1024 |
| VOYAGE_MODEL | No | Voyage model name (optional). | voyage-code-3 |
| VOYAGE_API_KEY | No | API key for Voyage embedder (required if CODE_SEARCH_EMBEDDER=voyage). | |
| VOYAGE_BASE_URL | No | Base URL for Voyage API (optional). | |
| CODE_SEARCH_ROOT | Yes | Path to the project root directory to index and search. | |
| CODE_SEARCH_WATCH | No | Set to 1 to auto-reindex on file changes. | |
| CODE_SEARCH_EMBEDDER | No | Embedder to use: 'local' (default) or 'voyage'. | local |
| CODE_SEARCH_MIN_SCORE | No | Minimum cosine similarity score for confidence flag. | 0.25 |
Capabilities
Server capabilities have not been inspected yet.
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/RaziStuff/code-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server