Skip to main content
Glama

Related Servers

Alternatives to Bear MCP Server

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      D
      maintenance
      MCP server for Bear notes app on macOS, enabling note reading, searching, creation, and management via Claude.
      1
      -
    • A
      license
      A
      quality
      B
      maintenance
      A local MCP server that lets MCP clients read and edit Bear notes on macOS using Bear's local database and x-callback-url scheme.
      10
      Apache 2.0
    • F
      license
      Not graded
      quality
      C
      maintenance
      MCP server for reading and searching Markdown notes in any directory, such as an Obsidian vault. It integrates with MCP clients like Claude Desktop to access note contents.
      803 npm
      -

    TDQS

    A3.5/5.0

    Scored across 7 tools

    Disambiguation5/5

    Each tool has a clearly distinct purpose with no overlap: add_text modifies note content, check_bear_setup handles configuration, create_note and get_note manage note lifecycle, get_tags retrieves metadata, search_notes finds notes, and set_bear_token handles authentication. The descriptions make it easy to distinguish between them.

    Naming Consistency5/5

    All tools follow a consistent verb_noun pattern using snake_case: add_text, check_bear_setup, create_note, get_note, get_tags, search_notes, set_bear_token. The naming is predictable and readable throughout the set.

    Tool Count5/5

    With 7 tools, this is well-scoped for a Bear note-taking server. It covers core operations (create, read, update via add_text, search) and necessary setup/authentication without being overwhelming or too sparse.

    Completeness4/5

    The toolset provides strong coverage for note management: create, read, update (via add_text), search, and tag retrieval. Minor gaps include no explicit delete_note or update_note (beyond add_text), but agents can work around this, and the surface supports core workflows effectively.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues