windex MCP server
by stevemurr
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WINDEX_DATA_ROOT | No | Bulk storage: downloads, parquet staging (point at a big disk) | ~/.windex/data |
| WINDEX_EMBED_DIM | Yes | Your embedding dimension | |
| WINDEX_EMBED_MODEL | Yes | Your embedding model name | |
| WINDEX_EMBED_BACKEND | Yes | Your embedding backend: http-openai, http-tei, or st | |
| WINDEX_EMBED_ENDPOINT | Yes | Your embedding endpoint URL | |
| WINDEX_EMBED_BATCH_SIZE | No | Batch size for embedding | 32 |
| WINDEX_EMBED_CONCURRENCY | No | Indexing throughput vs. live-query latency | 10 |
| WINDEX_EMBED_QUERY_TIMEOUT | No | Deadline before hybrid search degrades to keyword | 5000 |
| WINDEX_EMBED_THROTTLE_SECONDS | No | Throttle seconds between batches | 0 |
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/stevemurr/windex'
If you have feedback or need assistance with the MCP directory API, please join our Discord server