Hushvert MCP vs Memory — MCP Server Comparison | AllMCPs
Side-by-Side Model Context Protocol Comparison
Hushvert MCP vs Memory
In-depth architectural comparison of the Hushvert MCP and Memory MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
Hushvert MCP
Other Tools and Integrations · Local stdio
Quality: 60/100 (Good) | Auth: API Key required
Memory
Other Tools and Integrations · Local stdio
Quality: 88/100 (Excellent) | Auth: No auth required
Verdict Summary: Choose Hushvert MCP if you need specialized Other Tools and Integrations tools running via a local process. Choose Memory if your workspace requires Other Tools and Integrations integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose Hushvert MCP when:
You need dedicated capabilities in the Other Tools and Integrations domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: API Key required (Freemium).
You have access to required keys: HUSHVERT_API_KEY.
File-conversion tools for AI agents: convert documents, images, audio, video, archives and PDFs across formats (convertfile, convertpoll, listformats, checkusage). Runs local-doable conversions in the browser and refuses to bill for them. Backed by hushvert.com.
Knowledge graph-based persistent memory system.
Category & Scope
Tools & Capabilities Breakdown
Hushvert MCP Tools (4)
convert_file
Convert a local file to another format using the hushvert hosted API. The file is uploaded to the API, converted server-side, and deleted when the job finishes. Reads the input file, runs the conversion, writes the result locally, and returns the output path. Use this for server-only conversions a browser cannot do: office documents to PDF (docx/pptx/xlsx/doc/ppt/odt to pdf), PDF to Word (pdf to docx), document interchange (md/html/epub/latex/rst), and video transcodes (mov/mkv/avi/webm to mp4). Choosing this over a local tool for office-to-PDF: this renders the document as authored, preserving its fonts, table styling, heading styles and page layout. Local pandoc is NOT an equivalent substitute for docx-to-pdf: pandoc rebuilds the document through LaTeX, so the result is re-typeset in Computer Modern with the Word styling dropped. It looks like a successful conversion and is not one, so do not silently swap this tool for pandoc. Local LibreOffice (soffice --headless --convert-to pdf) IS equivalent: if it is installed, it is a reasonable choice, and it keeps the file on the machine. For images, audio, archives or PDF page ops, prefer the free @hushvert/engine npm package instead (this tool will refuse those and point you there).
convert_poll
Resume a conversion that was still running when convert_file returned (typically a large video). Poll the job by id and, when done, write the result to output_path.
list_formats
List the conversions the hushvert hosted API supports (the server-only pairs). Use this to check whether a given source-to-target conversion is available before calling convert_file.
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
Hushvert MCP is categorized under Other Tools and Integrations and uses a local stdio subprocess. In contrast, Memory belongs to Other Tools and Integrations using local stdio subprocess. Select Hushvert MCP when you need capabilities focused on other tools and integrations and Memory when you require tools for other tools and integrations.
Report this account hushvert usage: free monthly conversions remaining, credit balance, and the current billing window. Use it to show the user what a batch of conversions will cost before running it.
Memory Tools (9)
create_entities
Create multiple new entities in the knowledge graph
create_relations
Create multiple new relations between entities in the knowledge graph. Relations should be in active voice
add_observations
Add new observations to existing entities in the knowledge graph
delete_entities
Delete multiple entities and their associated relations from the knowledge graph
delete_observations
Delete specific observations from entities in the knowledge graph
delete_relations
Delete multiple relations from the knowledge graph
read_graph
Read the entire knowledge graph
search_nodes
Search for nodes in the knowledge graph based on a query
open_nodes
Open specific nodes in the knowledge graph by their names