Skip to main content
Glama
206,405 tools. Last updated 2026-06-17 13:10

"A simple memory MCP server with read/write tools and vector database search" matching MCP tools:

  • Find code by meaning using semantic and structural search. Combines vector embeddings with graph analysis to locate features based on natural language descriptions, returning relevant files and dependencies.
    MIT
  • Troubleshoot missing memory search results or assess local data footprint by retrieving entry count, size, distinct tags, embedding index status, and last-write timestamp from the local memory database.
    AGPL 3.0
  • Scan public MCP descriptor metadata for advisory risk signals before trusting an MCP server. Flags mutating tools, payment language, credential signals, or missing metadata in JSON output.
    MIT
  • Retrieve a safe, read-only summary of the Geond Agent Protocol MCP server to understand its purpose, version, environment variables, tool groups, setup hints, and example workflows before connecting to PostgreSQL.
    Apache 2.0
  • Open a saved vector collection from disk for read-write or read-only use, enabling vector search and document retrieval.
    Apache 2.0

Matching MCP Servers

Matching MCP Connectors

  • One memory, every AI. A shared, user-owned markdown memory your AI clients read and write over MCP.

  • Cloudflare Workers MCP server: agent-memory

  • Execute read-only SQL SELECT queries against a database connection, returning rows, columns, row count, and execution time while rejecting unsafe statements.
    MIT
  • Run read-only GraphQL queries against Infrahub to perform relationship traversal, aggregation, or access fields not exposed by simpler tools.
    Apache 2.0
  • Search Zvec vector stores by converting natural language queries into embeddings and retrieving similar items from a specified collection.
    Apache 2.0
  • Search agent transcripts, changesets, and shared development memory to retrieve evidence relevant to a question, enabling reuse of prior context before editing or reviewing code.
    Apache 2.0
  • Retrieve a list of all available tools on the SSH remote management server along with their descriptions.
    GPL 3.0
  • Retrieve a merchant's MCP server configuration, available tools, rate limits, and capabilities to obtain integration details after searching for merchants.
    MIT
  • Combine BM25 keyword search with vector ANN search in a single pass. Use for RAG when either semantic or keyword search alone is insufficient.
    MIT
  • Search memories by natural-language query with optional importance and similarity filters. Returns ranked results with similarity scores.
    MIT
  • Auto-calibrates vector search threshold by analyzing random memory pairs and setting a statistical cutoff, adapting to embedding model and corpus without requiring labeled data.
    MIT