Context Engine MCP Server

50 tools. 22 can modify or destroy data without limits.

3 destructive tools with no built-in limits. Policy required.

Last updated:

22 can modify or destroy data
28 read-only
50 tools total

Community server · catalogue entry verified 11/06/2026

How to control Context Engine MCP Server ↓

What Context Engine MCP Server exposes to your agents

Read (28) Write / Execute (19) Destructive / Financial (3)
Critical Risk

The most dangerous Context Engine MCP Server tools

22 of Context Engine MCP Server's 50 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Context Engine MCP Server

PolicyLayer is an MCP gateway — it sits between your AI agents and Context Engine MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "clear_index": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "start_step": {
    "limits": [
      {
        "counter": "start_step_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "call_relationships": {
    "limits": [
      {
        "counter": "call_relationships_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Context Engine MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON CONTEXT ENGINE →

Free to start. No card required.

All 50 Context Engine MCP Server tools

READ 28 tools
Read call_relationships Return deterministic local callers and/or callees of a known function or method symbol. Use this tool when yo Read codebase_retrieval IMPORTANT: This is the PRIMARY tool for searching the codebase. Please consider as the FIRST CHOICE for any co Read find_callees Return deterministic callees of a known function or method symbol. This tool prefers persisted graph call edg Read find_callers Return deterministic callers of a known function or method symbol. This tool prefers persisted graph call edg Read get_context_for_prompt Get relevant codebase context optimized for prompt enhancement. This is the primary tool for understanding cod Read get_file Retrieve complete or partial contents of a file from the codebase. Use this tool when you need to: - View the Read get_review_status Get the current status and progress of a reactive review session. Returns: - Session status (active, paused, Read get_review_telemetry Get detailed telemetry data for a review session. Returns: - Token usage statistics - Cache hit/miss rates - Read impact_analysis Estimate the direct change surface of a known symbol using graph-backed definition, reference, and call-edge d Read index_status Retrieve current index health metadata (status, last indexed time, file count, staleness). Read list_memories List all stored memories, optionally filtered by category. Shows file stats, entry counts, and content previe Read list_plans List all saved plans with optional filtering. Read load_plan Load a previously saved plan by ID or name. Read review_auto Smart wrapper that chooses review_diff when a diff is provided; otherwise chooses review_git_diff for the curr Read review_diff Enterprise-grade diff-first review with deterministic preflight and structured JSON output. Read review_memory_suggestions Review draft memory batches and perform idempotent batch actions. Batch listing enforces the Phase 1 cap (tar Read semantic_search Perform semantic search across the codebase to find relevant code snippets. Use this tool when you need to: - Read symbol_definition Return the single best deterministic declaration site for a known identifier. Use this tool when you need to: Read symbol_references Find non-declaration usages of a known identifier across the local codebase. Use this tool when you need to: Read symbol_search Perform deterministic symbol-first search across the codebase for identifier-style navigation. Use this tool Read tool_manifest Discover available tools and capabilities exposed by the server. Read trace_symbol Trace a known symbol across its canonical definition, non-declaration references, and direct call edges. This Read view_history View version history for a plan. Read view_progress View execution progress for a plan. Read why_this_context Explain why files were selected into a context bundle using the shared retrieval provenance and explainability Read compare_plan_versions Generate a diff between two versions of a plan. Read review_changes Review code changes from a diff using AI-powered analysis. This tool performs a structured code review on a u Read visualize_plan Generate diagrams from an implementation plan. Use this to visualize the plan

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Context Engine MCP Server

Can an AI agent delete data through the Context Engine MCP Server MCP server? +

Yes. The Context Engine MCP Server server exposes 3 destructive tools including clear_index, delete_plan, reindex_workspace. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Context Engine MCP Server? +

The Context Engine MCP Server server has 9 write tools including start_step, fail_step, add_memory. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Context Engine MCP Server.

How many tools does the Context Engine MCP Server MCP server expose? +

50 tools across 4 categories: Destructive, Execute, Read, Write. 28 are read-only. 22 can modify, create, or delete data.

How do I enforce a policy on Context Engine MCP Server? +

Register the Context Engine MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Context Engine MCP Server tool call.

Deterministic rules across all 50 Context Engine MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

50 Context Engine MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.