Skip to main content
Glama
srgsanky

Personal Library MCP Server

by srgsanky

Related Servers

Alternatives to Personal Library MCP Server

No user-submitted related servers found.

    Related Servers

    • F
      license
      A
      quality
      C
      maintenance
      Provides a small educational library MCP server that demonstrates core Model Context Protocol concepts through book search, checkout, resource reading, prompts, and tool annotations, enabling developers to explore MCP mechanics interactively.
      4
      -
    • A
      license
      Not graded
      quality
      D
      maintenance
      An MCP server that exposes tools for querying a bookstore inventory, allowing AI agents to search and retrieve book information via the Model Context Protocol.
      205 npm
      1
      MIT
    • F
      license
      C
      quality
      D
      maintenance
      A testing server that demonstrates Model Context Protocol features, providing access to user data, todos, and system information through resources, tools for user management and calculations, and prompt templates for various analyses.
      4
      -
    • F
      license
      C
      quality
      D
      maintenance
      A reference implementation of a Model Context Protocol server that demonstrates core primitives including tools, resources, and prompts. It enables users to perform basic arithmetic operations and manage notes through a simple storage system.
      4
      -
    • F
      license
      Not graded
      quality
      B
      maintenance
      This is a demo MCP server exposing SQLite-backed task management (CRUD), a calculator, and server metadata tools via the Model Context Protocol, and can be interacted with through natural language via any MCP-compatible client.
      -

    TDQS

    A3.5/5.0

    Scored across 5 tools

    Disambiguation5/5

    Each tool has a clearly distinct purpose with no ambiguity: add_book, delete_book, list_books, search_books, and update_book_status each target specific operations in the library domain. The descriptions reinforce this clarity, such as list_books filtering unread books and update_book_status handling status changes, preventing misselection.

    Naming Consistency5/5

    All tool names follow a consistent verb_noun pattern using snake_case (e.g., add_book, delete_book, list_books). There are no deviations in style or convention, making the set predictable and easy to understand for an agent.

    Tool Count5/5

    With 5 tools, this server is well-scoped for a personal library domain. Each tool earns its place by covering core operations like adding, deleting, listing, searching, and updating books, without being overly sparse or bloated.

    Completeness4/5

    The tool set provides strong coverage for basic CRUD operations in a library context, including create (add_book), read (list_books, search_books), update (update_book_status), and delete (delete_book). A minor gap is the lack of a tool for editing book details beyond status (e.g., title or author), but agents can work around this with the existing tools.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues