Skip to main content
Glama
vcosmin2701

jsony-mcp

by vcosmin2701

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_JSON_DATA_DIRNoCustom path for storing JSON data files (default: ~/.mcp-json-server/data/)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
add_json_objectB

Add a JSON object to a specified file

get_json_objectsA

Retrieve all objects from a JSON file

query_json_objectsC

Query JSON objects based on property values

update_json_objectB

Update a JSON object by index

delete_json_objectB

Delete a JSON object by index

list_json_filesA

List all available JSON files

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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