Skip to main content
Glama

MCP Memory Server with Qdrant Persistence

fetch-override.ts300 B
// Configure fetch to always include the api-key header const originalFetch = globalThis.fetch; globalThis.fetch = function(input, init = {}) { const headers = new Headers(init.headers); headers.set('api-key', process.env.QDRANT_API_KEY!); return originalFetch(input, { ...init, headers }); };

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