← example4.ai

INDIVIDUAL MCP TOOL

xmp4_guide

Usage guide for xmp4 tools — read this first to learn the correct workflow

example4.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

example4.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.xmp4]
url = "https://mcp.example4.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "xmp4": {
      "type": "http",
      "url": "https://mcp.example4.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: xmp4
Remote MCP URL: https://mcp.example4.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "xmp4": {
      "url": "https://mcp.example4.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "xmp4": {
      "type": "http",
      "url": "https://mcp.example4.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "xmp4",
  "transport": "streamable-http",
  "url": "https://mcp.example4.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • xmp4_callees — Find direct callees (methods called by) a symbol in a project.
  • xmp4_callers — Find direct callers of a symbol in a project.
  • xmp4_deps — List external dependencies of a project.
  • xmp4_grep — Server-side regex text search over indexed project source files.
  • xmp4_hierarchy — Get type hierarchy (base, interfaces, derived) for a symbol in a project.
  • xmp4_info — Get detailed information about a symbol in a project.
  • xmp4_outline — Get outline (all symbols) for a file in a project.
  • xmp4_projects — Search and browse projects by language and name.