By sethyanow
High-performance Markdown language server with LSP and MCP support. Provides go-to-definition, find-references, hover, completion, rename, diagnostics, and document symbols for Markdown files including wiki links, XML tags, and cross-document references.
A language server and AI agent tool for Markdown and structured data files. Rust workspace with a Zig SIMD parser core. Provides navigation, refactoring, search, and diagnostics across your workspace — as an editor extension (LSP) and AI agent tool (MCP).
Pre-release: APIs and behavior may change before v1.0.
Navigation
Search
Diagnostics
Formats
markymark is a seven-crate Rust workspace with a Zig FFI layer:
cargo install markymark-cli
Pre-built binaries: GitHub Releases
Full documentation at sethyanow.github.io/markymark:
Install the plugin for LSP + MCP document intelligence:
claude /plugin install markymark
Add to your CLAUDE.md for LSP-first document reading:
## Document Intelligence
This project uses markymark LSP. Prefer LSP over reading raw files:
- `LSP documentSymbol <file>` — structure/outline before Read
- `LSP hover <file> <line> <col>` — heading backlinks, key path info
- Diagnostics (broken links, duplicate headings) reported automatically
- Works for Markdown, JSON, YAML, TOML, .env, INI, and more
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub sethyanow/markymark --plugin markymarkSession continuity and context recovery for Claude Code. Auto-tracks your work via hooks, survives autocompact, and generates rich continuation prompts.
dahatake のエージェントスキル集。ローカル Markdown 横断クエリなど、コーディングエージェント向けのスキルを提供します。
Markdown documentation skills and linting with markdownlint.
MCP server for markdown vaults: FTS5 + semantic search, link graph, write/edit/git.
Trim and optimize markdown files for LLM agent consumption
Turn your Markdown vault into a searchable knowledge graph that any AI agent can query.
MCP server for Scraps - Manage interconnected Markdown documentation with Wiki-link notation