Skip to main content
Glama

MCP VectorStore Server

config.json864 B
{ "server": { "name": "vectorstore-server", "version": "1.0.0", "description": "MCP VectorStore Server for document search and processing" }, "vectorstore": { "default_directory": "/home/em/books/unit_test", "embeddings_model": "sentence-transformers/all-mpnet-base-v2", "chunk_size": 2000, "chunk_overlap": 200, "max_search_results": 2 }, "llmsherpa": { "api_url": "http://localhost:5001/api/parseDocument?renderFormat=all", "fallback_url": "https://readers.llmsherpa.com/api/document/developer/parseDocument?renderFormat=all" }, "search": { "google_max_results": 3, "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" }, "logging": { "level": "INFO", "format": "%(asctime)s - %(name)s - %(levelname)s - %(message)s" } }

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/BierschneiderEmanuel/McpDocServer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server