Integrations
/
Claude Code

Build internal tools with Claude Code

Databases
Anthropic's agentic coding CLI
Overview

The Claude Code integration connects Jet Admin's MCP server to Claude Code, so an agentic coding session in your terminal can read your Jet Admin data sources and trigger configured actions as part of its work — no manual copy-pasting of records or schema required.

Access goes through Jet Admin's permission model, so Claude Code only sees what its connected role allows, and every action it triggers is scoped and recorded in the audit log just like a human-initiated one. That keeps agentic work auditable even when it's making real changes to your app.

What you can do
Query app data
Let Claude Code read records from your Jet Admin data sources from the terminal.
Trigger Jet Admin actions
Run configured Jet Admin actions as part of an agentic coding session.
Inspect app structure
Have Claude Code look up tables, fields and views to understand your app before making changes.
Use Cases
Scenario
What it looks like
Agentic app maintenance
Let Claude Code investigate and fix issues in a Jet Admin app using real data as context.
Terminal-based data checks
Verify records or debug an integration without switching to the Jet Admin UI.
Automated app updates
Have Claude Code propose and apply configuration changes based on your actual data.

Key benefits

  • Real data, not guesses. Claude Code can query your actual Jet Admin records and schema while working.
  • Trigger real actions. Run configured Jet Admin actions directly from a terminal session.
  • Fully auditable. Every action the agent takes is scoped by role and logged.
  • Works alongside your existing workflow. Connect once via MCP and use it across your Jet Admin projects.

How to connect Jet Admin with Claude Code

  1. In Jet Admin, go to Data Sources (or Integrations) and select Claude Code / MCP.
  2. Generate an MCP connection URL or token for your Jet Admin workspace.
  3. Add Jet Admin as an MCP server in your Claude Code configuration.
  4. Choose which role the connection should use, to control what data and actions are accessible.
  5. Start a session — Claude Code can now query your Jet Admin data and trigger actions directly.