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
<strong>Query MCP is an open-source MCP server that lets your IDE safely run SQL, manage schema changes, call the Supabase Management API, and use Auth Admin SDK — all with built-in safety controls.</strong>
15
5
</p>
16
6
17
7
<palign="center">
18
-
<strong>Enable your favorite IDE to safely execute SQL queries, manage your database end-to-end, access Management API, and handle user authentication with built-in safety controls.</strong>
8
+
⚡ <strong>Free & open-source forever.</strong>
9
+
💎 <strong>Premium features coming soon.</strong>
10
+
🧪 <strong>Early Access is live at <ahref="https://thequery.dev">thequery.dev</a>.</strong>
11
+
📢 <strong>Share your feedback on GitHub issues or at feedback@thequery.dev. </strong>
19
12
</p>
13
+
<p>
20
14
21
15
<palign="center">
22
-
<ahref="https://thequery.dev"><imgsrc="https://github.com/user-attachments/assets/420a2463-e210-4959-9f3b-b94164db23f8"alt="Control Supabase with natural language"width="800" /></a>
16
+
<ahref="https://thequery.dev"><imgsrc="https://github.com/user-attachments/assets/7e9c49b5-e784-4e70-b39e-7410c22da066"alt="Control Supabase with natural language"width="800" /></a>
23
17
</p>
24
18
25
19
<palign="center">
@@ -35,19 +29,6 @@
35
29
</p>
36
30
37
31
38
-
## 🎉 Query MCP 🎉
39
-
40
-
**I'm thrilled to announce the future of this MCP server - [thequery.dev](https://thequery.dev)!**
41
-
42
-
While I have big plans for the future, I want to make these commitments super clear:
43
-
-**The core tool will stay free forever** - free & open-source software is how I got into coding and intend to keep this MCP server this way
44
-
-**Premium features will be added on top** - enhancing capabilities without limiting existing functionality
45
-
-**All 300+ early adopters will get exclusive perks when paid plans land** - stay tuned!
46
-
47
-
**🚀 Early Access is Live!**
48
-
49
-
[**👉 Join Early Access at thequery.dev**](https://thequery.dev)
50
-
51
32
## Table of contents
52
33
<palign="center">
53
34
<ahref="#getting-started">Getting started</a> •
@@ -128,6 +109,8 @@ You can find the full instructions on how to use Smithery.ai to connect to this
128
109
129
110
The Supabase MCP server requires configuration to connect to your Supabase database, access the Management API, and use the Auth Admin SDK. This section explains all available configuration options and how to set them up.
130
111
112
+
> 🔑 **Important**: Since v0.4 MCP server requires an API key which you can get for free at [thequery.dev](https://thequery.dev) to use this MCP server.
113
+
131
114
#### Environment Variables
132
115
133
116
The server uses the following environment variables:
@@ -139,6 +122,7 @@ The server uses the following environment variables:
139
122
|`SUPABASE_REGION`| Yes*|`us-east-1`| AWS region where your Supabase project is hosted |
140
123
|`SUPABASE_ACCESS_TOKEN`| No | None | Personal access token for Supabase Management API |
141
124
|`SUPABASE_SERVICE_ROLE_KEY`| No | None | Service role key for Auth Admin SDK |
125
+
|`QUERY_API_KEY`| Yes | None | API key from thequery.dev (required for all operations) |
142
126
143
127
> **Note**: The default values are configured for local Supabase development. For remote Supabase projects, you must provide your own values for `SUPABASE_PROJECT_REF` and `SUPABASE_DB_PASSWORD`.
0 commit comments