smart-coding-mcp
by amalikn
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SMART_CODING_DEVICE | No | Inference device (`cpu`, `webgpu`, `auto`) | cpu |
| SMART_CODING_VERBOSE | No | Enable detailed logging | false |
| SMART_CODING_BATCH_SIZE | No | Files to process in parallel | 100 |
| SMART_CODING_CHUNK_SIZE | No | Lines of code per chunk | 25 |
| SMART_CODING_MAX_RESULTS | No | Max search results returned | 5 |
| SMART_CODING_WATCH_FILES | No | Auto-reindex on file changes | false |
| SMART_CODING_CHUNKING_MODE | No | Code chunking (`smart`, `ast`, `line`) | smart |
| SMART_CODING_MAX_FILE_SIZE | No | Max file size in bytes (1MB) | 1048576 |
| SMART_CODING_EMBEDDING_MODEL | No | AI embedding model | nomic-ai/nomic-embed-text-v1.5 |
| SMART_CODING_MAX_CPU_PERCENT | No | Max CPU usage during indexing (10-100%) | 50 |
| SMART_CODING_SEMANTIC_WEIGHT | No | Weight for semantic vs exact matching | 0.7 |
| SMART_CODING_AUTO_INDEX_DELAY | No | Delay before background indexing (ms), `false` to disable | 5000 |
| SMART_CODING_EXACT_MATCH_BOOST | No | Boost multiplier for exact text matches | 1.5 |
| SMART_CODING_EMBEDDING_DIMENSION | No | MRL dimension (64, 128, 256, 512, 768) | 128 |
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/amalikn/smart-coding-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server