Skip to main content
Glama

JSON Skeleton MCP Server

by jskorlol
pyproject.toml472 B
[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "json-skeleton-mcp" version = "0.1.0" description = "MCP tool for creating lightweight JSON skeletons from large JSON files" readme = "README.md" requires-python = ">=3.10" authors = [ { name = "jskorlol" } ] dependencies = [ "mcp>=1.1.0", ] [project.scripts] json-skeleton = "json_skeleton.server:main" [tool.hatch.build.targets.wheel] packages = ["src/json_skeleton"]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jskorlol/json-skeleton-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server