veris-memory-mcp-server
Verified Safeby credentum
Overview
This server exposes Veris Memory's context storage and retrieval capabilities to Claude CLI and other Model Context Protocol-compatible hosts, acting as a bridge to manage and provide contextual data to AI agents.
Installation
veris-memory-mcp-serverEnvironment Variables
- VERIS_MEMORY_API_URL
- VERIS_MEMORY_API_KEY
- VERIS_MEMORY_USER_ID
- WEBHOOK_SIGNING_SECRET
- VERIS_MCP_CONFIG_PATH
- VERIS_MCP_LOG_LEVEL
Security Notes
The server demonstrates strong security practices including retrieving API keys and user IDs from environment variables, truncating API keys in logs, and performing input validation for tool arguments (e.g., content size, empty queries). The `query_graph` tool includes default `read_only=True` mode with checks against dangerous Cypher keywords, mitigating a significant risk. The reliance on an external `VERIS_MEMORY_API_KEY` makes the overall security dependent on the management of this key and the backend Veris Memory API's security, but the server handles its part responsibly.
Similar Servers
mcp-memory-keeper
Provides persistent context management for Claude AI coding assistants, ensuring work history, decisions, and progress are preserved across sessions and context limits.
purmemo-mcp
A cross-platform AI conversation memory server enabling saving and recalling conversations across various MCP-compatible AI tools and IDEs like Claude Desktop, Cursor, and Windsurf.
memory-mcp-server
A structured AI context memory system designed for Claude Code, focusing on comprehensive context preservation and multi-level retrieval for developer tasks.
context-repo-mcp
Facilitates interaction between MCP-compatible AI clients and Context Repo for managing prompts, documents, and collections, including semantic search.