Back to Home
credentum icon

veris-memory-mcp-server

Verified Safe

by 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

Run Command
veris-memory-mcp-server

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens1000
Stars0
Forks0
Last Update2025-11-26

Tags

AIMLContext ManagementClaude CLIModel Context ProtocolMemoryPython