FlyEnv provides a set of read-only context tools via its Model Context Protocol (MCP) implementation. These tools are designed to provide AI Agents (such as Claude Code, Codex, or Kimi) with structured, stable, and authoritative local development environment facts.
Instead of forcing an Agent to guess PHP versions, database connection strings, or file paths, these tools expose the exact configuration used by FlyEnv. This allows an Agent to accurately identify the runtime environment, connection materials, and managed file locations without needing to perform generic OS-level file searching or command execution.