Skip to main content
Glama
91,286 servers. Updated

Matching MCP tools:

Matching MCP Connectors:

"Resources for Creating a Quiz" matching MCP servers:

GET /v1/servers – MCP directory API reference
  • A
    license
    A
    quality
    C
    maintenance
    A multi-agent Retrieval-Augmented Generation system exposed as an MCP server. Ask a question and a LangGraph pipeline plans the retrieval, pulls evidence from a pgvector knowledge base, optionally augments it with live web research, drafts a cited answer, and then self-critiques it for grounding — revising until the answer is supported by the sources.
    3
    1
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Official Telys MCP server: private, on-device AI memory and retrieval powered by native Mojo kernels. 19 tools: memory CRUD, semantic + BM25 search, single-key filters, compaction/IVF/tuning and self-refreshing repo auto-indexing. Stdio. Introspection needs no credentials; execution requires a one-time free telys login. Source: packages/telys-sdk/telys/mcp.py. Registry: io.github.thyn-ai/telys.
    19
    Apache 2.0
  • F
    license
    A
    quality
    B
    maintenance
    askDB is an MCP server that retrieves relevant database schema (DDL) from a Pinecone index and provides it to LLMs to write SQL, without connecting to the database itself.
    3
    -
  • A
    license
    A
    quality
    A
    maintenance
    A Byzantine fault-tolerant MCP Memory server that uses SQLite write-ahead logging and FAISS hybrid vector search for deterministic, secure memory operations.
    3
    Apache 2.0
  • A
    license
    A
    quality
    B
    maintenance
    Indexes local Markdown/text files into a SQLite database with vector embeddings and provides MCP tools for semantic search without cloud dependencies.
    3
    AGPL 3.0
  • F
    license
    A
    quality
    D
    maintenance
    Enables AI agents to query a local knowledge graph built from document collections using hybrid search (BM25 + vector fusion) and entity-relationship extraction. Supports privacy-first, offline operation with tools for semantic search, entity graph exploration, and corpus statistics.
    3
    -
  • A
    license
    A
    quality
    D
    maintenance
    Enables LLMs to interact with Zvec vector database through tools for collection management, document operations, vector search, and AI-powered embeddings.
    17
    15 PyPI
    12
    Apache 2.0
  • A
    license
    A
    quality
    A
    maintenance
    Enables AI assistants to interact with a Qdrant vector database by exposing collection, point, vector, payload, snapshot, search, recommendation, discovery, and observability operations as MCP tools.
    13
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    A long-horizon memory architecture for AI agents, providing a scalable, graph-based memory with causal typing and an MCP interface.
    4
    2
    Apache 2.0
  • A
    license
    A
    quality
    D
    maintenance
    A Model Context Protocol (MCP) server that provides a local-first RAG engine for your markdown documents. It uses a file-based Milvus vector database to index your notes, enabling LLMs to perform semantic search and retrieve relevant content from your local files.
    3
    61
    Apache 2.0
  • A
    license
    A
    quality
    B
    maintenance
    A persistent semantic memory system for Claude Code, using vector search and a judgment ledger to surface prior decisions and calibrate predictions.
    17
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Memory for facts that change. A retrieved record is marked SUPERSEDED, with when a later record replaced it, so an assistant does not answer with a value that is no longer true. Single file, numpy the only dependency, runs with a local embedding model or none at all.
    7
    Apache 2.0
  • A
    license
    A
    quality
    B
    maintenance
    A local MCP memory server for Kiro CLI that provides persistent semantic memory across sessions using SQLite for storage, Ollama for local vector embeddings, and Obsidian as a human-readable sync target.
    6
    MIT