Skip to main content
Glama

MCP Memory Server with Qdrant Persistence

smithery.yaml836 B
startCommand: type: stdio configSchema: type: object properties: openaiApiKey: type: string description: "OpenAI API key for generating embeddings" qdrantApiKey: type: string description: "Qdrant API key for vector database access" qdrantUrl: type: string description: "URL of the Qdrant instance" default: "http://localhost:6333" required: ["openaiApiKey", "qdrantApiKey"] additionalProperties: false commandFunction: | function getStartCommand(config) { return { command: "node", args: ["dist/index.js"], env: { NODE_ENV: "production", OPENAI_API_KEY: config.openaiApiKey, QDRANT_API_KEY: config.qdrantApiKey, QDRANT_URL: config.qdrantUrl } }; }

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/delorenj/mcp-qdrant-memory'

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