MCP Server Policy
GRAPHITI MCP POLICY
Enforce policies on every tool call to the Graphiti MCP Server. 9 tools listed, categorised, and ready for rules.
GET STARTED
Download this policy scaffold and add your rules. Intercept enforces them on every tool call before it reaches Graphiti.
# Download policy scaffold
curl -o graphiti.yaml https://raw.githubusercontent.com/policylayer/intercept/main/policies/graphiti.yaml
# Run with Intercept
intercept --policy graphiti.yaml -- npx -y @getzep/graphiti Server documentation: https://www.getzep.com
READ TOOLS
5WRITE TOOLS
1DESTRUCTIVE TOOLS
3POLICY YAML
This scaffold lists every tool with empty rules. Add conditions — rate limits, argument validation, deny rules — then deploy with Intercept.
version: "1"
description: "Policy for getzep/graphiti"
default: "allow"
tools:
search_nodes:
rules: []
search_memory_facts:
rules: []
get_episodes:
rules: []
get_entity_edge:
rules: []
get_status:
rules: []
add_memory:
rules: []
delete_entity_edge:
rules: []
delete_episode:
rules: []
clear_graph:
rules: [] RELATED POLICIES
FREQUENTLY ASKED QUESTIONS
What tools does the Graphiti MCP server expose?
The Graphiti MCP Server exposes 9 tools across 3 categories: Read, Write, Destructive. Each tool can be individually controlled with Intercept policies.
How do I enforce policies on Graphiti?
Download the policy scaffold, add rules (rate limits, argument validation, deny rules), then run Intercept as a proxy in front of the Graphiti MCP server. Every tool call is evaluated against your YAML policy before execution.
Is the Graphiti policy free to use?
Yes. All Intercept policies are open source under the Apache 2.0 licence. Download, modify, and deploy without restrictions.
ENFORCE POLICIES ON GRAPHITI
Open source. One binary. Zero dependencies.