Skip to main content
Glama
sheimaz
by sheimaz

Related Servers

Alternatives to notes-mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      B
      maintenance
      A personal notes MCP server that allows AI assistants to create, search, edit, and manage notes stored in a local SQLite database.
      6
      MIT
    • F
      license
      Not graded
      quality
      C
      maintenance
      MCP server for a full-stack note-taking application, exposing CRUD tools for notes with SSE transport for AI agent integration.
      1
      -
    • A
      license
      Not graded
      quality
      C
      maintenance
      MCP server for AI agents to read, write, and organize notes in a local-first, human-in-the-loop note-taking app.
      0
      2
      MIT
    • F
      license
      B
      quality
      D
      maintenance
      A TypeScript-based MCP server that enables AI assistants to create, search, list, and delete notes with tags. Serves as a starter template for building custom MCP servers with tools and resources.
      1
      -
    • A
      license
      A
      quality
      A
      maintenance
      MCP server for managing a local, domain-agnostic knowledge base using Markdown notes with frontmatter. Enables AI agents to capture, read, search, link, and maintain notes with atomic writes and privacy controls.
      13
      MIT

    TDQS

    A4/5.0

    Scored across 6 tools

    Disambiguation5/5

    Each tool targets a distinct operation: create, update, delete, get, search, and list tags. There is no overlap or ambiguity between them.

    Naming Consistency5/5

    All tool names follow a consistent verb_noun pattern (create_note, update_note, delete_note, get_note, search_notes, list_tags). This makes the API predictable and easy to navigate.

    Tool Count5/5

    Six tools is an appropriate scope for a notes management server, covering core CRUD, search, and tag listing without unnecessary bloat or sparse coverage.

    Completeness4/5

    The tool surface provides complete CRUD for notes (create, read, update, delete) plus search and tag listing. A minor gap is the lack of an explicit 'list all notes' tool, but search_notes likely can serve this purpose with empty query.

    Maintenance

    ActivitySlowing
    ResponsivenessNo issues