codebaxing
by duysolo
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CHROMADB_URL | No | ChromaDB server URL | http://localhost:8000 |
| GEMINI_API_KEY | No | Gemini API key (alternative to CODEBAXING_GEMINI_API_KEY) | |
| OPENAI_API_KEY | No | OpenAI API key (alternative to CODEBAXING_OPENAI_API_KEY) | |
| VOYAGE_API_KEY | No | Voyage API key (alternative to CODEBAXING_VOYAGE_API_KEY) | |
| CODEBAXING_DTYPE | No | Model quantization (local only): fp32, fp16, q8, q4 | q8 |
| CODEBAXING_DEVICE | No | Compute device (local only): cpu, cuda | cpu |
| CODEBAXING_WORKERS | No | Worker threads for parallel embedding (local only, 0=off) | 2 |
| CODEBAXING_MAX_CHUNKS | No | Max chunks to index | 500000 |
| CODEBAXING_MODEL_CACHE | No | Model cache directory (local only) | ~/.cache/codebaxing/models |
| CODEBAXING_MAX_FILE_SIZE | No | Max file size in MB | 1 |
| CODEBAXING_GEMINI_API_KEY | No | Gemini API key (or use GEMINI_API_KEY) | |
| CODEBAXING_OPENAI_API_KEY | No | OpenAI API key (or use OPENAI_API_KEY) | |
| CODEBAXING_VOYAGE_API_KEY | No | Voyage API key (or use VOYAGE_API_KEY) | |
| CODEBAXING_EMBEDDING_MODEL | No | Override embedding model name | |
| CODEBAXING_FILES_PER_BATCH | No | Files per batch (lower = less RAM) | 100 |
| CODEBAXING_PARALLEL_BATCHES | No | Concurrent batches | 3 |
| CODEBAXING_EMBEDDING_BASE_URL | No | Custom API endpoint for cloud providers | |
| CODEBAXING_EMBEDDING_PROVIDER | No | Embedding backend: local, gemini, openai, voyage | local |
| CODEBAXING_EMBEDDING_DIMENSIONS | No | Override embedding dimensions | |
| CODEBAXING_METADATA_SAVE_INTERVAL | No | Save progress every N batches | 10 |
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/duysolo/codebaxing'
If you have feedback or need assistance with the MCP directory API, please join our Discord server