Directory/@supabase/mcp utils

@supabase/mcp utils

Database

The @supabase/mcp-utils package provides a set of utilities for working with the Model Context Protocol (MCP), a standard for managing and sharing machine learning models. This package enables developers to easily integrate MCP functionality into their applications, allowing them to discover, load, and utilize pre-trained machine learning models from various sources.

Installation Instructions
Get started with @supabase/mcp utils in your project

Install via npm

npm install @supabase/mcp-utils

Or with yarn

yarn add @supabase/mcp-utils

Related Servers

Supabase Admin MCP
Full Supabase administration capabilities. Manage tables, run queries, handle authentication, and monitor your Supabase projects through AI.
@supabase/mcp server supabase
MCP server for interacting with Supabase
@benborla29/mcp server mysql
MCP server for interacting with MySQL databases based on Node