Skip to main content
Glama
92,554 servers. Updated

Matching MCP tools:

Matching MCP Connectors:

"Information or resources about SQL Server" matching MCP servers:

GET /v1/servers – MCP directory API reference
  • A
    license
    Not graded
    quality
    A
    maintenance
    A lightweight MCP server for semantic search over markdown knowledge bases, enabling AI coding agents to index, search, and answer questions from local markdown documents.
    176 PyPI
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Provides a Model Context Protocol server with tools for knowledge base search, retrieval, and addition, plus system time, resources, and prompts. Supports stdio and Streamable HTTP transports for local and shared deployments.
    4
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    An MCP server that reads all your Claude Code project memory files and exposes them as tools. Lets any Claude instance — in any project, or via Claude.ai — query your full project history and preferences.
    5
    12 npm
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Gives language models a working connection to Apache Jena Fuseki: SPARQL queries and updates, whole named-graph reads and writes over the Graph Store Protocol, bulk RDF loading from a sandboxed directory, and dataset administration such as listing, creating, backing up and compacting datasets. Named graphs are also exposed as MCP resources, and a read-only mode hides the seven writing tools.
    16
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    A local MCP server that exposes Mem0 as persistent memory tools to any MCP client, storing data locally with no cloud API or API key required.
    7
    Apache 2.0
  • A
    license
    A
    quality
    C
    maintenance
    A local-first MCP server for durable agent memory using SQLite and FTS5, enabling knowledge graph storage, search, and recall for AI agents.
    20
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Provides persistent memory capabilities for AI assistants, enabling storage, recall, and analysis of information across conversations with intelligent memory management.
    25
    63 npm
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Gives any AI tool persistent, searchable memory across sessions using hybrid semantic and keyword search, running 100% locally with no API keys or cloud dependencies.
    6
    1
    MIT
  • A
    license
    A
    quality
    F
    maintenance
    A custom Memory MCP Server that acts as a cache for Infrastructure-as-Code information, allowing users to store, summarize, and manage notes with a custom URI scheme and simple resource handling.
    23
    1
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Enables users to create, retrieve, update, delete, and full-text search a local knowledge base of notes persisted in SQLite with FTS5, exposed over stdio or authenticated Streamable HTTP. It also surfaces recent/single-note resources and prompts for summarizing notes and drafting replies.
    5
    MIT
  • F
    license
    A
    quality
    C
    maintenance
    Enables saving and searching notes stored in a local JSON file via a minimal MCP server, supporting three primitives: tools (add_note, search_notes), resources (notes://all), and prompts (weekly_review).
    2
    -