Connect Grafbase to AI agents

Connect Grafbase to Claude, Codex, Cursor, or other AI agents for your entire team. Metorial security, governance, observability, and gives your team a unified Magic MCP url to connect.

Supported Tools

list_subgraphs

List Subgraphs

Lists all published subgraphs in a branch of a federated graph. Returns each subgraph's name, endpoint URL, and schema definition.

delete_branch

Delete Branch

Deletes a branch from a federated graph. The production branch (typically "main") cannot be deleted.

get_branch

Get Branch

Retrieves details about a specific branch of a federated graph, including its configuration and operation check settings.

get_graph

Get Graph

Retrieves details about a federated graph including its branches, account information, and configuration. Look up by account/graph slug pair or by graph ID directly.

publish_subgraph

Publish Subgraph

Publishes a subgraph schema to the Grafbase schema registry. When published, the registry composes the subgraph with all other subgraphs in the branch to create a unified federated schema. Republishing an unchanged schema is safe and has no side effects. If composition fails, the federated graph continues running with the previous working schema.

create_branch

Create Branch

Creates a new branch on a federated graph. Branches enable different environments (e.g., staging, development) with independent schema registries and configurations.

execute_graphql

Execute GraphQL Query

Executes an arbitrary GraphQL query or mutation against the Grafbase Management API. Use this for operations not covered by other tools, or to access the full capabilities of the Grafbase API. The Grafbase API has introspection enabled, so you can use this to explore the schema with introspection queries.

create_graph

Create Graph

Creates a new federated graph in a Grafbase account. Requires the account ID and a slug for the new graph. The slug must be unique within the account.

check_subgraph

Check Subgraph Schema

Runs composition and breaking change checks against a subgraph schema without publishing it. Use this in CI/CD workflows to validate schema changes before they go live. Detects breaking changes including: field removals, type changes, removed arguments, new required fields, and more. Also runs lint checks for naming conventions.

delete_graph

Delete Graph

Permanently deletes a federated graph and all its branches, subgraphs, and associated data. This action cannot be undone.

get_schema

Get Schema

Retrieves the GraphQL schema for a federated graph. Can fetch either the composed federated schema or an individual subgraph's schema. Use without a subgraph name to get the full composed schema. Specify a subgraph name to get that specific subgraph's SDL.

get_viewer

Get Current User

Retrieves the authenticated user's profile and their organization memberships. Use this to discover the current user's identity, available organizations, and account slugs needed for other operations.

More integrations teams use with Grafbase

GitHub

Manage repositories, issues, and pull requests. Create and configure branches, star repositories, review code, and merge changes. Automate CI/CD workflows with GitHub Actions, manage workflow runs, secrets, and artifacts. Track issues with labels, milestones, and assignees. Search across code, repositories, issues, and users. Manage organizations, teams, and memberships. Create and manage projects, gists, packages, deployments, and environments. Access security alerts including code scanning, secret scanning, and Dependabot alerts. Read and write file contents in repositories. Manage webhooks, notifications, and codespaces.

Sharepoint

Manage SharePoint sites, document libraries, lists, and files. Create, read, update, and delete lists and list items with custom columns. Upload, download, move, copy, and version files in document libraries. Search across sites, files, folders, lists, and list items using Microsoft Search. Manage permissions at site, list, and item levels with granular access control. Define and manage content types and site columns. Subscribe to webhooks for list and library change notifications. Retrieve site properties and search for sites across Microsoft 365.

Salesforce

Manage CRM data including Accounts, Contacts, Leads, Opportunities, Cases, and custom objects. Create, read, update, and delete records. Query data using SOQL and search across objects using SOSL. Perform bulk data operations for large-scale imports, exports, and migrations. Execute composite requests to batch multiple operations in a single API call. Access analytics, reports, and dashboards. Manage files and attachments associated with records. Interact with Chatter feeds, posts, and groups for social collaboration. Subscribe to real-time change events via Change Data Capture and Platform Events. Manage org metadata including custom objects, fields, layouts, and workflows. Query data using GraphQL for precise data retrieval across related objects.

Airtable

Create, read, update, and delete records in Airtable bases and tables. Manage base schemas including creating tables and fields. Filter records using formulas, sort by fields, and scope queries to specific views. Upsert records to find, create, or update in a single call. Upload attachments to records, read and write record comments, list accessible bases, and receive real-time base change events through webhooks.

Bitbucket

Manage Git repositories, pull requests, and CI/CD pipelines on Bitbucket Cloud. Create, fork, and configure repositories within workspaces and projects. Create, review, approve, merge, and decline pull requests with inline code comments. Browse source code, list commits, and manage branches and tags. Track issues with the built-in issue tracker. Trigger, monitor, and manage Bitbucket Pipelines. List workspace members, configure repository default reviewers and branch restrictions, create and manage repository webhooks, and search code across repositories.

Heroku

Deploy, manage, and scale applications on Heroku's cloud platform. Create and configure apps, scale dynos, provision add-ons (databases, caching, etc.), manage configuration variables, build and release code, add custom domains and SSL certificates, manage collaborators and team permissions, configure pipelines for continuous delivery, set up log drains, and sync data with Salesforce via Heroku Connect. Subscribe to webhooks for real-time notifications on app changes, builds, releases, dyno lifecycle events, and more.

Technical notes for Grafbase

Manage GraphQL federation infrastructure through the Grafbase Management API. Create and configure federated graphs, publish and compose subgraph schemas via the schema registry, run schema checks to detect breaking changes, and manage schema proposals for collaborative governance. Manage organizations, memberships, and access tokens programmatically. Access audit logs for compliance tracking and retrieve observability data including traces, metrics, and operation analytics for federated graphs.

Connect Grafbase to production AI agents

See how Metorial gives Grafbase access the governance, tracing, and security controls teams need.

Frequently asked questions

Common questions about connecting Grafbase to AI agents with Metorial.

  1. Can Metorial connect Grafbase to AI agents?
    Yes. Metorial connects AI agents to Grafbase through a governed integration layer, so teams can use the provider while keeping access controlled and observable.
  2. Metorial is MCP compatible and lets teams expose approved provider tools to MCP-capable agents and clients through a controlled access layer.
  3. Metorial applies policies across users, groups, providers, agents, and individual tools, then records the context around every agent interaction.
  4. Yes. Metorial records provider activity so teams can inspect tool calls, troubleshoot integrations, and give security teams the visibility they need.