Skip to main content
Glama
vcosmin2701

jsony-mcp

by vcosmin2701

Related Servers

Alternatives to jsony-mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      B
      maintenance
      Enables AI agents to manage plain .jsonl files as tables, offering tools to list libraries and tables, query data, and upsert rows while preserving byte-for-byte fidelity on unchanged rows.
      5
      MIT
    • F
      license
      Not graded
      quality
      Not graded
      maintenance
      Enables users to manage data in a simple JSON file database through MCP tools and REST API. Supports creating, reading, updating, and deleting items organized in collections with auto-generated UUIDs.
      -
    • -
      license
      C
      quality
      Not graded
      maintenance
      Enables AI to create, edit, and batch generate JSON data with advanced rule engines. Supports CRUD operations, node-level editing, template management, and multi-format file exports (JSON, JSONL, CSV).
      3
      179 npm
      -
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables AI assistants to save and recall durable facts from a local JSON memory store, and to selectively share memories with other users through consent-based, expiring bundles.
      584 npm
      MIT

    TDQS

    A3.6/5.0

    Scored across 6 tools

    Disambiguation5/5

    Each tool targets a distinct operation: add, get all, query, update, delete, and list files. There is no overlap in purpose; even get_json_objects and query_json_objects are clearly different (retrieve all vs. filter by properties).

    Naming Consistency5/5

    All tool names follow a consistent verb_noun pattern: add_json_object, get_json_objects, query_json_objects, update_json_object, delete_json_object, list_json_files. The use of singular/plural is logical (action on single vs. multiple).

    Tool Count5/5

    Six tools is well-scoped for a JSON file management server, covering essential CRUD operations plus query and file listing without unnecessary bloat.

    Completeness4/5

    The core CRUD lifecycle is covered: add, get, update, delete, plus query and list files. A minor gap is the lack of a dedicated get-by-index or file deletion, but these can be worked around with existing tools.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues