semantic-search-mcp
by adam-hanna
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SEMANTIC_SEARCH_DB_PATH | No | Index database location | .semantic-search/index.db |
| SEMANTIC_SEARCH_MIN_SCORE | No | Minimum relevance threshold (0-1) | 0.3 |
| SEMANTIC_SEARCH_BATCH_SIZE | No | Files per batch | 50 |
| SEMANTIC_SEARCH_DEBOUNCE_MS | No | File watcher debounce in milliseconds | 1000 |
| SEMANTIC_SEARCH_USE_QUANTIZED | No | Use INT8 quantized model (30-40% faster) | true |
| SEMANTIC_SEARCH_EMBEDDING_MODEL | No | Embedding model | jinaai/jina-embeddings-v2-base-code |
| SEMANTIC_SEARCH_MAX_FILE_SIZE_KB | No | Skip files larger than this (KB) | 512 |
| SEMANTIC_SEARCH_EMBEDDING_THREADS | No | ONNX runtime threads | 4 |
| SEMANTIC_SEARCH_EMBEDDING_BATCH_SIZE | No | Texts per embedding call | 8 |
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/adam-hanna/semantic-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server