Skip to main content
Glama

Document QA MCP Server

by parikshith49
searchTool.ts267 B
import { searchInQdrant } from '../services/qdrantService'; import { embedText } from '../services/embeddingService'; export async function searchTool(query: string) { const queryEmbedding = await embedText(query); return await searchInQdrant(queryEmbedding); }

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/parikshith49/document-qa-mcp12'

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