MCP server Claude CodeCodexCursor +2
A standalone backend server for the Notemd Obsidian plugin, providing AI-powered text processing and knowledge management. Runs locally from the notemd-mcp-server npm package.
MCP server Claude CodeCodexCursor +2
A standalone backend server for the Notemd Obsidian plugin, providing AI-powered text processing and knowledge management. Runs locally from the notemd-mcp-server npm package.
Cursor rule Cursor
// This file configures Cursor AI to automatically leverage the NoteMD Pro skills.
Skill Claude CodeCodex
NoteMD Pro skill pack for markdown knowledge workflows: linking, generation, research, translation, concept extraction, diagram generation, and syntax healing.
Skill Claude CodeCodex
Use when processing 10+ markdown files in bulk, encountering HTTP 429 rate limits, or needing OOM-safe Base64 sanitization before LLM chunking.
Skill Claude CodeCodex
Use to exhaustively extract core knowledge concepts, scientific terms, and specialized vocabulary from a document to build a comprehensive wiki-linked knowledge graph.
Skill Claude CodeCodex
Use when a note has only a title and needs comprehensive AI-generated content, optionally enriched with web research context.
Skill Claude CodeCodex
Use when LaTeX math delimiters are broken, single-dollar display math needs converting to double-dollar, or inline vs block math is malformatted.
Skill Claude CodeCodex
Use when markdown notes need automatic wiki-link insertion for core concepts to build an interconnected knowledge graph.
Skill Claude CodeCodex
Use when mermaid diagrams have syntax errors like broken arrows, unquoted labels, or malformed subgraphs that cause render failures.
Skill Claude CodeCodex
Use when summarizing a document into a visual Mermaid mindmap diagram for study aids or knowledge mapping.
Skill Claude CodeCodex
Use when extracting verbatim answers to specific questions from a long document, with optional translation of extracted text.
Skill Claude CodeCodex
Use when processing only a selected portion of text rather than a full file, to save tokens and enable targeted AI operations.
Skill Claude CodeCodex
Use when understanding module dependencies, function call chains, or the FileSystemPort abstraction layer of the NoteMD Pro pipeline.
Skill Claude CodeCodex
Use when modifying core utilities like mermaidProcessor or formulaFixer, to ensure all 35 Jest regression tests pass before and after changes.
Skill Claude CodeCodex
Use when translating markdown notes to a different language while preserving formatting, images, and special elements.
Skill Claude CodeCodex
Use when gathering web research context via Tavily or DuckDuckGo before content generation or topic summarization.