Talljack/content-manager-mcp
If you are the rightful owner of content-manager-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Content Manager MCP Server is a TypeScript-based server designed for efficient content management, including Markdown processing, document generation, and intelligent note searching.
Tools
Functions exposed to the LLM to take actions
render_markdown
Converts Markdown content to HTML with optional features like table of contents and syntax highlighting.
search_notes
Performs intelligent search through content files with options for fuzzy search and content inclusion.
search_by_tags
Finds files by frontmatter tags within specified directories.
search_by_date_range
Finds files by modification date within a specified range.
generate_table_of_contents
Extracts and formats headings as a table of contents from Markdown content.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client