You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [Model Context Protocol](https://modelcontextprotocol.io/introduction) (MCP) standardizes how Large Language Models (LLMs) talk to external services like Supabase. It connects AI assistants directly with your Supabase project and allows them to perform tasks like managing tables, fetching config, and querying data.
7
+
The [Model Context Protocol](https://modelcontextprotocol.io/introduction) (MCP) standardizes how Large Language Models (LLMs) talk to external services like Supabase. It connects AI assistants directly with your Supabase project and allows them to perform tasks like managing tables, fetching config, and querying data. See the [full list of tools](#tools).
8
8
9
9
## Prerequisites
10
10
@@ -113,17 +113,19 @@ Make sure Node.js is available in your system `PATH` environment variable. If yo
113
113
114
114
## Tools
115
115
116
-
_**Note:** This server is currently pre-1.0, so expect some breaking changes between versions. Since LLMs will automatically adapt to the tools available, this shouldn't affect most users._
116
+
_**Note:** This server is pre-1.0, so expect some breaking changes between versions. Since LLMs will automatically adapt to the tools available, this shouldn't affect most users._
117
117
118
118
The following Supabase tools are available to the LLM:
119
119
120
120
#### Project Management
121
121
122
122
-`list_projects`: Lists all Supabase projects for the user.
123
-
-`get_project`: Gets a project by ID.
123
+
-`get_project`: Gets details for a project.
124
124
-`create_project`: Creates a new Supabase project.
125
-
-`list_organizations`: Lists all organizations for the user.
126
-
-`get_organization`: Gets an organization by ID.
125
+
-`pause_project`: Pauses a project.
126
+
-`restore_project`: Resumes a project.
127
+
-`list_organizations`: Lists all organizations that the user is a member of.
128
+
-`get_organization`: Gets details for an organization.
0 commit comments