The Memveri toolbox

Every capability your agent can call — 77 MCP tools, grouped by what they do. Memory, code intelligence, guardrails, and more, ready from the first prompt. Pick a category to focus on one at a time.

Memory

10 tools
Memory

memveri_memory_add

Store a memory with optional code linkage.

Memory

memveri_memory_add_batch

Bulk-store up to 100 memories in a single call.

Memory

memveri_memory_recall

Retrieve relevant memories, ranked by code context.

Memory

memveri_memory_feedback

Mark a memory as helpful or not — recall learns.

Memory

memveri_memory_import

Import memories from a file or raw text.

Memory

memveri_memory_version_history

See every edit a memory went through.

Memory

memveri_memory_commit_link

Tie a memory to a specific git commit.

Memory

memveri_memory_for_commit

Pull all memories linked to a git commit.

Memory

memveri_memory_consolidate

Merge duplicate or near-identical memories.

Memory

memveri_session_summarize

Turn a session's memories and decisions into a summary.

Code Intelligence

21 tools
Code Intelligence

memveri_graph_query

Ask natural-language questions about the codebase.

Code Intelligence

memveri_graph_entity

Full details on a function, class, or file.

Code Intelligence

memveri_graph_impact

What breaks if this entity changes.

Code Intelligence

memveri_code_index

Build the knowledge graph — incremental or full rebuild.

Code Intelligence

memveri_context_load

Load the working context for a file.

Code Intelligence

memveri_query_classify

Detect the intent of a query automatically.

Code Intelligence

memveri_smart_query

Classify, route, and format a question in one call.

Code Intelligence

memveri_data_flow_trace

Trace data as it flows through functions and variables.

Code Intelligence

memveri_error_flow

Trace how errors propagate across functions.

Code Intelligence

memveri_api_contracts

Extract API contracts or generate an OpenAPI spec.

Code Intelligence

memveri_taint_trace

Track unsafe input from source to sink.

Code Intelligence

memveri_community_context

See which parts of the codebase hang together.

Code Intelligence

memveri_module_boundaries

Detect cross-module dependencies that shouldn't exist.

Code Intelligence

memveri_hotspot_detect

Find the most-called, riskiest functions.

Code Intelligence

memveri_architecture_conformance

Check code against your allowed layer rules.

Code Intelligence

memveri_code_duplicate

Find near-duplicate code across the project.

Code Intelligence

memveri_entity_timeline

Every change to an entity over time.

Code Intelligence

memveri_nl_disambiguate

Resolve ambiguous names before running a query.

Code Intelligence

memveri_nl_plan

Turn a question into an executable query plan.

Code Intelligence

memveri_nl_format

Format raw graph results for the agent.

Guardrails

5 tools
Guardrails

memveri_guard_evaluate

Evaluate an action → deny, require-approval, or allow.

Guardrails

memveri_guard_check

Check whether a specific action is allowed.

Guardrails

memveri_guard_approve

Queue an action for human approval.

Guardrails

memveri_guard_test

Dry-run a rule against an action without enforcing it.

Guardrails

memveri_guard_pack

Load a ready-made rule pack (owasp, cloud).

Decisions

3 tools
Decisions

memveri_decision_record

Record an architectural or technical decision.

Decisions

memveri_decision_record_batch

Record up to 50 decisions in one round-trip.

Decisions

memveri_decision_query

Get every decision linked to a code entity.

Error Prevention

5 tools
Error Prevention

memveri_error_record

Log an agent mistake and the correction.

Error Prevention

memveri_error_check

Check an action against past mistakes.

Error Prevention

memveri_error_history

Review past errors by type, severity, or entity.

Error Prevention

memveri_pattern_detect

Detect recurring patterns in your workflow.

Error Prevention

memveri_pattern_predict

Predict what the agent needs next.

Agents & Tasks

12 tools
Agents & Tasks

memveri_agent_register

Register or refresh an agent identity.

Agents & Tasks

memveri_agent_activity

Log what an agent did.

Agents & Tasks

memveri_agent_list

List registered agents and their activity.

Agents & Tasks

memveri_conflict_check

Scan for file, memory, or decision collisions.

Agents & Tasks

memveri_conflict_list

List detected conflicts with filters.

Agents & Tasks

memveri_conflict_resolve

Mark a conflict resolved with a note.

Agents & Tasks

memveri_coordinate

Gate and coordinate risky agent actions.

Agents & Tasks

memveri_task_submit

Submit a task to be gated and tracked.

Agents & Tasks

memveri_task_list

List coordination tasks.

Agents & Tasks

memveri_task_status

Get a single task's status.

Agents & Tasks

memveri_task_approve

Approve a gated task (human).

Agents & Tasks

memveri_task_reject

Reject a gated task (human).

Sync

4 tools
Sync

memveri_sync_export

Export team memories to a portable bundle.

Sync

memveri_sync_import

Import a memory bundle from another machine.

Sync

memveri_sync_push

Push a memory bundle upstream.

Sync

memveri_sync_pull

Pull the latest memory bundle.

Billing

7 tools
Billing

memveri_billing_register

Start a 2-day free trial.

Billing

memveri_billing_login

Log in and get subscription status.

Billing

memveri_billing_subscribe

Upgrade to Pro — unlimited memory and graph.

Billing

memveri_billing_status

Plan, status, and trial time remaining.

Billing

memveri_billing_check

Does this user have access to this feature?

Billing

memveri_billing_cancel

Cancel a subscription.

Billing

memveri_billing_usage

Record extra customization usage.

System

10 tools
System

memveri_status

Health: counts of memories, nodes, edges, decisions.

System

memveri_health_check

Check database, embeddings, and graph connectivity.

System

memveri_audit_log

Audit trail with action, actor, and limit filters.

System

memveri_plugin_list

List installed plugins and their tools.

System

memveri_onboarding_context

Project overview for a freshly connected agent.

System

memveri_session_start

Begin a tracked session.

System

memveri_session_end

Close a session cleanly.

System

memveri_session_history

Past sessions and what happened in them.

System

memveri_topic_history

Search a topic across all sessions.

System

memveri_auto_capture_stats

Stats on automatic memory capture.