Skip to main content
Glama
amalikn

smart-coding-mcp

by amalikn

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SMART_CODING_DEVICENoInference device (`cpu`, `webgpu`, `auto`)cpu
SMART_CODING_VERBOSENoEnable detailed loggingfalse
SMART_CODING_BATCH_SIZENoFiles to process in parallel100
SMART_CODING_CHUNK_SIZENoLines of code per chunk25
SMART_CODING_MAX_RESULTSNoMax search results returned5
SMART_CODING_WATCH_FILESNoAuto-reindex on file changesfalse
SMART_CODING_CHUNKING_MODENoCode chunking (`smart`, `ast`, `line`)smart
SMART_CODING_MAX_FILE_SIZENoMax file size in bytes (1MB)1048576
SMART_CODING_EMBEDDING_MODELNoAI embedding modelnomic-ai/nomic-embed-text-v1.5
SMART_CODING_MAX_CPU_PERCENTNoMax CPU usage during indexing (10-100%)50
SMART_CODING_SEMANTIC_WEIGHTNoWeight for semantic vs exact matching0.7
SMART_CODING_AUTO_INDEX_DELAYNoDelay before background indexing (ms), `false` to disable5000
SMART_CODING_EXACT_MATCH_BOOSTNoBoost multiplier for exact text matches1.5
SMART_CODING_EMBEDDING_DIMENSIONNoMRL dimension (64, 128, 256, 512, 768)128

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/amalikn/smart-coding-mcp'

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