semantic-search-mcp
by Zulaxy
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SEMANTIC_SEARCH_MODEL | No | HuggingFace model name. Default: Xenova/all-MiniLM-L6-v2 | |
| SEMANTIC_SEARCH_SKIPDIRS | No | Comma-separated list of directories to skip. Default: node_modules,vendor,.git,dist,build | |
| SEMANTIC_SEARCH_CACHE_DIR | No | Path to cache directory (relative to workspace). Default: .opencode/mcp-cache/semantic-search | |
| SEMANTIC_SEARCH_EXTENSIONS | No | Comma-separated list of file extensions to index. Default: .php,.js,.jsx,.ts,.tsx,.vue,.py,.rb,.go,.rs,.java,.cs,.swift,.kt,.css,.scss,.less,.blade.php,.mjs,.cjs | |
| SEMANTIC_SEARCH_MAX_RESULTS | No | Maximum search results. Default: 50 | |
| SEMANTIC_SEARCH_DEFAULT_LIMIT | No | Default number of results. Default: 10 | |
| SEMANTIC_SEARCH_CHUNK_THRESHOLD | No | Lines above which to split files into chunks. Default: 300 | |
| SEMANTIC_SEARCH_MAX_CHUNKS_PER_FILE | No | Max chunks per large file. Default: 4 |
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
- 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/Zulaxy/semantic-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server