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
Devfolio MCP lets you connect Devfolio to AI tools like [Claude Code](https://code.claude.com/docs/en/overview), [Codex](https://openai.com/codex), and [Cursor](https://www.cursor.com/) so they can help with hackathon submissions using your Devfolio context.
7
+
Devfolio [MCP](https://nsb.dev/devfolio-mcp-explainer) lets you connect Devfolio to AI tools like [Claude Code](https://code.claude.com/docs/en/overview), [Codex](https://openai.com/codex), and [Cursor](https://www.cursor.com/), so they can help you with your hackathon submissions using context from your local project files.
8
8
9
-
**MCP** stands for **[Model Context Protocol](https://nsb.dev/devfolio-mcp-explainer)**. It lets compatible AI tools securely connect to external apps and use relevant context while helping you.
10
-
11
-
Once connected, your AI tool can use your Devfolio context to help draft and improve your hackathon submission.
9
+
Once connected, your AI tool can quickly understand your codebase, help you write stronger submissions faster, surface relevant tracks to apply for, and make it easier to showcase what you’ve built.
12
10
13
11
<iframe
14
12
width="100%"
@@ -26,24 +24,21 @@ Once connected, your AI tool can use your Devfolio context to help draft and imp
26
24
2. Click `Generate API key`.
27
25
3. Choose the setup format for your AI tool.
28
26
4. Paste the prompt, run the command, or copy the JSON shown.
29
-
5. Ask your assistant to help with your hackathon project submission.
30
27
31
28
<Callouttitle="Keep your API key private"type="error">
32
29
Your MCP API key is sensitive, like a password. Anyone with access can act on your behalf. If it is compromised, revoke it and generate a new one right away.
33
30
</Callout>
34
31
35
32
## Where Can I Find Devfolio MCP?
36
33
37
-
You can access Devfolio MCP from Account Settings. You may also see MCP shortcuts during the hackathon project submission flow.
34
+
You can find Devfolio MCP in Account Settings, your hackathon dashboard, and the project submission page.
38
35
39
-
You will see these shortcuts only for hackathons where project submissions are open and your account is eligible to submit.
36
+
Hackathon dashboard and submission-page shortcuts appear only when project submissions are open and your account is eligible to submit.
40
37
41
38
### 1. From Account Settings
42
39
43
40
Go to your profile menu, open `Account Settings`, and select the `MCP` tab.
44
41
45
-
This is the main place to create and manage your MCP API key.
46
-
47
42
<imgsrc="/assets/mcp-setting.webp"alt="Devfolio MCP tab in Account Settings" />
48
43
49
44
Click `Generate API key` to create your MCP API key.
@@ -54,42 +49,24 @@ Click `Generate API key` to create your MCP API key.
54
49
55
50
For hackathons where submissions are open to you, you may also see an `MCP Integration` card on your hackathon dashboard.
56
51
57
-
This card lets you:
58
-
59
-
- Check whether MCP is ready.
60
-
- Set up MCP if you have not connected it yet.
61
-
- View your MCP setup if it is already connected.
62
-
- Revoke MCP access if needed.
63
-
- Open a quick explainer for how MCP works.
64
-
65
52
<imgsrc="/assets/mcp-dashboard.webp"alt="MCP Integration card on a hackathon dashboard" />
66
53
67
54
<imgsrc="/assets/mcp-configure-model-dashboard.webp"alt="Devfolio MCP setup window opened from the hackathon dashboard" />
68
55
69
56
### 3. From the Project Submission Page
70
57
71
-
When you are submitting a hackathon project, you may see a small floating MCP assistant button in the bottom-right corner of the submission page.
72
-
73
-
Before setup, hovering over the button shows:
74
-
75
-
`Save Time. Submit via MCP.`
76
-
77
-
After MCP is connected, it says:
78
-
79
-
`MCP enabled`
58
+
When you are submitting a hackathon project, you may see a small floating MCP assistant button in the bottom-left corner of the submission page.
80
59
81
60
<imgsrc="/assets/mcp-project.webp"alt="MCP assistant button on the project submission page" />
82
61
83
-
Clicking this button opens the MCP setup window without leaving the submission page.
62
+
Clicking this button opens the MCP setup window.
84
63
85
64
<imgsrc="/assets/mcp-configure-model-project.webp"alt="Devfolio MCP setup window opened from the project submission page" />
86
65
87
66
## Setup Commands and Configuration
88
67
89
68
Devfolio fills in your actual MCP API key in the setup window. The examples below use `YOUR_API_KEY` as a placeholder.
0 commit comments