json-md-studio
Json Markdown Studio
Lokaler Desktop-Editor für JSON & Markdown — A local desktop editor for JSON & Markdown
Integrierter MCP-Server — Jeder KI-Agent (Claude Code / Codex / Cursor) kann sich direkt mit dem Editor verbinden und deine Dateien sicher lesen und schreiben; abgestufte Berechtigungen, 100 % lokal, keine Uploads. Built-in MCP server — let AI agents read & edit your files directly through a gated, permission-scoped interface. 100% local.
Windows · Tauri v2 · React 19 · TypeScript · Vite ·
Json Markdown Studio ist ein Desktop-Editor für lokale Dateien: JSON mit Baumansicht / Tabellenansicht / Live-Syntaxprüfung, Markdown mit WYSIWYG-Bearbeitung, plus integriertem MCP-Server, damit externe KI-Agenten (Codex / Claude Code / Cursor) Dokumente direkt bearbeiten können.
A lightweight desktop editor for local JSON & Markdown files — tree/table views, live JSON validation, WYSIWYG Markdown editing, plus a built-in MCP server so external AI agents can drive the editor directly.
✨ Features Funktionen
JSON — Baumansicht / Tabellenansicht / Codeansicht, Live-Syntaxprüfung mit präziser Fehlerlokalisierung, Pfadstatistik Tree / table / code views, live syntax validation with precise error location, path statistics
Markdown — Echte WYSIWYG-Bearbeitung: Klicke auf einen gerenderten Block und tippe, Formatierung wird live angewendet; schwebende Formatierungssymbolleiste True WYSIWYG editing — click any rendered block and type, formatting applies live; floating format toolbar
KI-Anbindung (MCP-Server) — Kontrollierte Whitelist-Schnittstelle: Externe KI-Agenten können Dateien lesen/schreiben, suchen, JSON-Pfade ändern, Abschnitte anhängen; drei Berechtigungsstufen: Nur lesen / Schreiben mit Bestätigung / Vollzugriff Gated whitelist interface: external AI agents can read/write files, search, patch JSON by path, append markdown sections — read-only / confirm-before-write / full-access modes
Leichtgewichtige Desktop-Erfahrung — Rahmenlose, selbst gezeichnete Titelleiste, vollständig lokal, keine Internetverbindung erforderlich Frameless custom title bar, fully local, no cloud dependency
Related MCP server: LocalNest MCP
📦 Installation Installation
Von GitHub Releases herunterladen (empfohlen)
Die neuesten Installationspakete sind auf der Releases-Seite verfügbar. Wähle nach Bedarf:
Paket | Beschreibung |
| NSIS-Installationspaket (empfohlen für persönliche Verteilung, Assistenteninstallation) |
| MSI-Installationspaket (Unternehmensbereitstellung / Gruppenrichtlinien-Silent-Installation) |
| Portable Version, ohne Installation direkt ausführbar |
Download the latest installer from the Releases page — NSIS setup for regular use, MSI for enterprise deployment, or a portable exe that runs without installation.
Aus dem Quellcode erstellen From Source
Prerequisites: Node.js ≥ 20, Rust(MSVC toolchain, see rustup)
npm install # 安装依赖 install dependencies
npm run tauri dev # 桌面开发模式 desktop dev mode (runs Vite + Rust backend)
npm run tauri build # 构建安装包 build installers (NSIS + MSI)Frontend separat entwickeln:
npm run dev(Vite-Standardport 3000).
🧩 MCP-Server (KI-Agent-Anbindung)
Wähle in Einstellungen → Externe KI-Agent-Anbindung (MCP-Server) den Zugriffsmodus (Nur lesen / Schreiben mit Bestätigung / Vollzugriff), und der Dienst startet:
Listen-Adresse:
http://127.0.0.1:<Zufallsport>/mcpPort-Erkennungsdatei:
%APPDATA%\com.jsonmarkdownstudio.app\mcp.port
# 示例:Claude Code / Codex 等 MCP 客户端配置
{
"mcpServers": {
"json-md-studio": {
"url": "http://127.0.0.1:<port>/mcp"
}
}
}Beispiele für integrierte Tools: app.getState (Anwendungsstatus), file.read/setContent/replace/insert/delete (Dateien lesen/schreiben/bearbeiten), search.run (Suche), json.validate (JSON-Validierung), document.updateValueByPath (Wert per JSON-Pfad ändern), view.setMode (Ansicht wechseln).
🗂 Tech Stack Technologie-Stack
Ebene | Technologie |
Desktop-Framework | |
Frontend | React 19 · Vite · TypeScript · TailwindCSS 4 · react-markdown |
Backend | Rust · tiny_http (integrierter MCP-Server) |
Icons | lucide-react |
🤝 Contributing Beitragen
Issues und Pull Requests sind willkommen. Die wichtigsten Verzeichnisse: src/ (Frontend), src-tauri/ (Rust-Backend, src-tauri/src/mcp/ für die MCP-Server-Implementierung).
Issues and PRs are welcome. Core code lives in src/ (frontend) and src-tauri/ (Rust backend, with src-tauri/src/mcp/ for the MCP server).
📄 License Lizenz
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceA token-efficient, schema-aware MCP server that enables AI assistants to safely read, modify, query, and validate JSON, YAML, and TOML files with automatic schema detection and format conversion capabilities.89MIT
- AlicenseBqualityCmaintenanceA local-first MCP server that provides AI agents with safe codebase access through file discovery, hybrid lexical-semantic search, and project introspection. It features durable local memory and semantic indexing while keeping all data and processing entirely on your local machine.74836MIT
- FlicenseNot gradedqualityBmaintenanceMCP server that enables AI to read, search, and edit local files securely without external data exposure, using local LLMs via Ollama and integrating with Open WebUI or Claude Desktop.
- FlicenseAqualityCmaintenanceA secure, Dockerized MCP server enabling AI assistants to perform file and directory CRUD operations like read, write, edit, search, and manage local files via natural language.11
Related MCP Connectors
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Person-owned, portable AI memory as a remote MCP server, readable and writable by any MCP client.
An MCP server that gives your AI access to the source code and docs of all public github repos
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/kongtou-1/Json-Markdown-Studio'
If you have feedback or need assistance with the MCP directory API, please join our Discord server