Skip to main content
Glama

Related Servers

Alternatives to upnote-mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      B
      maintenance
      Enables Claude to read and create UpNote notes locally, using a WAL-correct SQLite snapshot for reading and the upnote:// URL scheme for writing, with no account, cloud, or API key required.
      10
      12
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      Enables AI assistants to interact with Upnote via its x-callback-url API, allowing creation of notes, notebooks, tag management, and search. It also supports navigation to various Upnote sections and custom filters.
      20
      MIT
    • F
      license
      Not graded
      quality
      C
      maintenance
      Provides AI assistants with tools to create, list, search, tag, and delete notes stored in a local SQLite database.
      -
    • F
      license
      Not graded
      quality
      B
      maintenance
      Enables AI assistants to read, create, update, delete, and search markdown notes stored locally.
      -
    • A
      license
      Not graded
      quality
      D
      maintenance
      Enables AI assistants to read and write Bear notes using SQLite for queries and x-callback-url for safe writes.
      1
      MIT
    • A
      license
      Not graded
      quality
      A
      maintenance
      Enables AI assistants to search, read, create, update, and remove personal markdown notes stored locally, providing persistent memory across sessions.
      7 npm
      2
      MIT

    TDQS

    A3.7/5.0

    Scored across 19 tools

    Disambiguation5/5

    Each tool targets a distinct operation (create, read, update, delete, search, etc.) on specific resources (notes, notebooks, tags, attachments). No two tools have overlapping purposes; even similar operations like append_note and update_note are clearly differentiated.

    Naming Consistency5/5

    All tool names follow a verb_noun pattern in snake_case (e.g., create_note, list_notebooks, tag_note). The naming is consistent across the entire set with no mixing of conventions like camelCase or inconsistent verbs.

    Tool Count5/5

    With 19 tools, the set is well-scoped for a note-taking application. It covers the full lifecycle of notes, notebooks, tags, and attachments without being bloated. The count aligns with the typical range for a focused domain.

    Completeness4/5

    The tool surface covers CRUD for notes, plus advanced operations (merge, append, restore, move) and tag/attachment management. Minor gaps exist—notebook update/delete and direct tag creation are missing—but these are less critical and do not hinder core workflows.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues