Skip to content

Commit 79a73e0

Browse files
InTheCloudDanDan OBrien
andauthored
add instructions for MCP server in Qodo Gen (supabase#36056)
Co-authored-by: Dan OBrien <[email protected]>
1 parent 90739af commit 79a73e0

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

apps/docs/content/guides/getting-started/mcp.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The [Model Context Protocol](https://modelcontextprotocol.io/introduction) (MCP)
1414
- [Cline](#cline) (VS Code extension)
1515
- [Claude desktop](#claude-desktop)
1616
- [Claude code](#claude-code)
17+
- [Qodo Gen](#qodo-gen)
1718

1819
Once connected, your AI assistants can interact with and query your Supabase projects on your behalf.
1920

@@ -122,6 +123,17 @@ You can also add the Supabase MCP server as a locally-scoped server, which will
122123

123124
Locally-scoped servers take precedence over project-scoped servers with the same name and are stored in your project-specific user settings.
124125

126+
### Qodo Gen
127+
128+
1. Open [Qodo Gen](https://docs.qodo.ai/qodo-documentation/qodo-gen) chat panel in VSCode or IntelliJ.
129+
1. Click `Connect more tools`.
130+
1. Click `+ Add new MCP`.
131+
1. Add the following configuration:
132+
133+
<$Partial path="mcp_supabase_config.mdx" variables={{ "app": "Qodo Gen" }} />
134+
135+
1. Click `Save`.
136+
125137
### Next steps
126138

127139
Your AI tool is now connected to Supabase using MCP. Try asking your AI assistant to create a new project, create a table, or fetch project config.

supa-mdx-lint/Rule001HeadingCase.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ may_uppercase = [
149149
"Prisma",
150150
"Prometheus",
151151
"Python",
152+
"Qodo Gen",
152153
"Queues?",
153154
"Quotas",
154155
"Query Performance",

supa-mdx-lint/Rule003Spelling.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ allow_list = [
237237
"ProGuard",
238238
"PubSub",
239239
"Prisma",
240+
"Qodo",
240241
"README",
241242
"Redis",
242243
"RedwoodJS",

0 commit comments

Comments
 (0)