Skip to content

Releases: opsmill/infrahub-mcp

Version 0.1.2

10 Oct 12:03
ee2a406

Choose a tag to compare

What's Changed

Force to do a PyPI release to add the MCP OSS Registry.

Full Changelog: v0.1.1...v01.2

Version 0.1.1

26 Sep 15:27
93eaa05

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

Version 0.1.0

02 Aug 14:27
2df194d

Choose a tag to compare

Initial release of the MCP server for Infrahub

This release includes a number of tools to query data from an Infrahub instance

Available tools

  • get_schema_mapping: List all schema nodes and generics available in Infrahub.
  • get_schema: Retrieve the full schema for a specific kind, including attributes and relationships.
  • get_schemas: Retrieve all schemas for a branch (details in code, similar to above).
  • get_graphql_schema: Retrieve the GraphQL schema from Infrahub as a string.
  • query_graphql: Execute a GraphQL query against Infrahub and return the result.
  • get_nodes: Get all objects of a specific kind from Infrahub, with optional filters.
  • get_node_filters: Retrieve all available filters for a specific schema node kind.
  • get_related_nodes: Fetch related nodes for a given kind and relation (details in code).
  • branch_create: Create a new branch in Infrahub, optionally syncing with git.
  • get_branches: Retrieve all branches from Infrahub.