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 toolsmemveri_memory_add
Store a memory with optional code linkage.
memveri_memory_add_batch
Bulk-store up to 100 memories in a single call.
memveri_memory_recall
Retrieve relevant memories, ranked by code context.
memveri_memory_feedback
Mark a memory as helpful or not — recall learns.
memveri_memory_import
Import memories from a file or raw text.
memveri_memory_version_history
See every edit a memory went through.
memveri_memory_commit_link
Tie a memory to a specific git commit.
memveri_memory_for_commit
Pull all memories linked to a git commit.
memveri_memory_consolidate
Merge duplicate or near-identical memories.
memveri_session_summarize
Turn a session's memories and decisions into a summary.
Code Intelligence
21 toolsmemveri_graph_query
Ask natural-language questions about the codebase.
memveri_graph_entity
Full details on a function, class, or file.
memveri_graph_impact
What breaks if this entity changes.
memveri_code_index
Build the knowledge graph — incremental or full rebuild.
memveri_context_load
Load the working context for a file.
memveri_query_classify
Detect the intent of a query automatically.
memveri_smart_query
Classify, route, and format a question in one call.
memveri_data_flow_trace
Trace data as it flows through functions and variables.
memveri_error_flow
Trace how errors propagate across functions.
memveri_api_contracts
Extract API contracts or generate an OpenAPI spec.
memveri_taint_trace
Track unsafe input from source to sink.
memveri_community_context
See which parts of the codebase hang together.
memveri_module_boundaries
Detect cross-module dependencies that shouldn't exist.
memveri_hotspot_detect
Find the most-called, riskiest functions.
memveri_architecture_conformance
Check code against your allowed layer rules.
memveri_code_duplicate
Find near-duplicate code across the project.
memveri_entity_timeline
Every change to an entity over time.
memveri_nl_disambiguate
Resolve ambiguous names before running a query.
memveri_nl_plan
Turn a question into an executable query plan.
memveri_nl_format
Format raw graph results for the agent.
Guardrails
5 toolsmemveri_guard_evaluate
Evaluate an action → deny, require-approval, or allow.
memveri_guard_check
Check whether a specific action is allowed.
memveri_guard_approve
Queue an action for human approval.
memveri_guard_test
Dry-run a rule against an action without enforcing it.
memveri_guard_pack
Load a ready-made rule pack (owasp, cloud).
Decisions
3 toolsmemveri_decision_record
Record an architectural or technical decision.
memveri_decision_record_batch
Record up to 50 decisions in one round-trip.
memveri_decision_query
Get every decision linked to a code entity.
Error Prevention
5 toolsmemveri_error_record
Log an agent mistake and the correction.
memveri_error_check
Check an action against past mistakes.
memveri_error_history
Review past errors by type, severity, or entity.
memveri_pattern_detect
Detect recurring patterns in your workflow.
memveri_pattern_predict
Predict what the agent needs next.
Agents & Tasks
12 toolsmemveri_agent_register
Register or refresh an agent identity.
memveri_agent_activity
Log what an agent did.
memveri_agent_list
List registered agents and their activity.
memveri_conflict_check
Scan for file, memory, or decision collisions.
memveri_conflict_list
List detected conflicts with filters.
memveri_conflict_resolve
Mark a conflict resolved with a note.
memveri_coordinate
Gate and coordinate risky agent actions.
memveri_task_submit
Submit a task to be gated and tracked.
memveri_task_list
List coordination tasks.
memveri_task_status
Get a single task's status.
memveri_task_approve
Approve a gated task (human).
memveri_task_reject
Reject a gated task (human).
Sync
4 toolsmemveri_sync_export
Export team memories to a portable bundle.
memveri_sync_import
Import a memory bundle from another machine.
memveri_sync_push
Push a memory bundle upstream.
memveri_sync_pull
Pull the latest memory bundle.
Billing
7 toolsmemveri_billing_register
Start a 2-day free trial.
memveri_billing_login
Log in and get subscription status.
memveri_billing_subscribe
Upgrade to Pro — unlimited memory and graph.
memveri_billing_status
Plan, status, and trial time remaining.
memveri_billing_check
Does this user have access to this feature?
memveri_billing_cancel
Cancel a subscription.
memveri_billing_usage
Record extra customization usage.
System
10 toolsmemveri_status
Health: counts of memories, nodes, edges, decisions.
memveri_health_check
Check database, embeddings, and graph connectivity.
memveri_audit_log
Audit trail with action, actor, and limit filters.
memveri_plugin_list
List installed plugins and their tools.
memveri_onboarding_context
Project overview for a freshly connected agent.
memveri_session_start
Begin a tracked session.
memveri_session_end
Close a session cleanly.
memveri_session_history
Past sessions and what happened in them.
memveri_topic_history
Search a topic across all sessions.
memveri_auto_capture_stats
Stats on automatic memory capture.