Skip to main content
Glama
duysolo

codebaxing

by duysolo

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CHROMADB_URLNoChromaDB server URLhttp://localhost:8000
GEMINI_API_KEYNoGemini API key (alternative to CODEBAXING_GEMINI_API_KEY)
OPENAI_API_KEYNoOpenAI API key (alternative to CODEBAXING_OPENAI_API_KEY)
VOYAGE_API_KEYNoVoyage API key (alternative to CODEBAXING_VOYAGE_API_KEY)
CODEBAXING_DTYPENoModel quantization (local only): fp32, fp16, q8, q4q8
CODEBAXING_DEVICENoCompute device (local only): cpu, cudacpu
CODEBAXING_WORKERSNoWorker threads for parallel embedding (local only, 0=off)2
CODEBAXING_MAX_CHUNKSNoMax chunks to index500000
CODEBAXING_MODEL_CACHENoModel cache directory (local only)~/.cache/codebaxing/models
CODEBAXING_MAX_FILE_SIZENoMax file size in MB1
CODEBAXING_GEMINI_API_KEYNoGemini API key (or use GEMINI_API_KEY)
CODEBAXING_OPENAI_API_KEYNoOpenAI API key (or use OPENAI_API_KEY)
CODEBAXING_VOYAGE_API_KEYNoVoyage API key (or use VOYAGE_API_KEY)
CODEBAXING_EMBEDDING_MODELNoOverride embedding model name
CODEBAXING_FILES_PER_BATCHNoFiles per batch (lower = less RAM)100
CODEBAXING_PARALLEL_BATCHESNoConcurrent batches3
CODEBAXING_EMBEDDING_BASE_URLNoCustom API endpoint for cloud providers
CODEBAXING_EMBEDDING_PROVIDERNoEmbedding backend: local, gemini, openai, voyagelocal
CODEBAXING_EMBEDDING_DIMENSIONSNoOverride embedding dimensions
CODEBAXING_METADATA_SAVE_INTERVALNoSave progress every N batches10

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/duysolo/codebaxing'

If you have feedback or need assistance with the MCP directory API, please join our Discord server