> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mythex.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# MCP Inspector smoke checklist

> Local debugging checklist for the Mythex MCP server.

# MCP Inspector checklist

For local development after starting the API (`:4000`) with a Pro test user:

1. Run:
   ```bash theme={null}
   npx @modelcontextprotocol/inspector
   ```
2. Transport: **Streamable HTTP**
3. URL: `http://localhost:4000/mcp`
4. Use the Inspector’s **OAuth** / Connect flow (same consent page as Claude/Cursor) — sign in as a Pro user and allow access
5. Connect → list tools → call `list_projects`, then `create_project` / `use_project`, then `write_file` + `bash` + `get_preview`

See also [MCP](/features/mcp) and `.cursor/mcp.json.example` in the repo root.
