files-vector-mcp-server
by 928871247
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BATCH_SIZE | No | Batch size for processing | 5 |
| CHUNK_SIZE | No | Chunk size in characters | 4000 |
| RETRY_DELAY | No | Retry delay in seconds | 5 |
| WATCH_TOPICS | No | JSON mapping of watch topics to directories | {"默认": ["./watch_dir"]} |
| CHUNK_OVERLAP | No | Chunk overlap in characters | 200 |
| EMBEDDING_DIM | No | Embedding vector dimension | 1024 |
| MINERU_API_KEY | No | MinerU API key for OCR | |
| MINERU_API_URL | No | MinerU API URL | |
| OPENAI_API_KEY | Yes | OpenAI API key for embeddings | |
| OPENAI_API_URL | No | OpenAI API URL | https://api.openai.com/v1 |
| RETRY_ATTEMPTS | No | Retry attempts for API calls | 3 |
| EMBEDDING_MODEL | No | Embedding model name | text-embedding-ada-002 |
| DB_CONNECTION_STRING | Yes | PostgreSQL connection string (e.g., postgres://user:password@localhost:5432/vector_db) |
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
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/928871247/files-vector-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server