Skip to content

Commit 6356190

Browse files
Add Fudge MCP server (#270)
Signed-off-by: sim04ful <sim04ful@gmail.com>
1 parent 2931c93 commit 6356190

1 file changed

Lines changed: 56 additions & 0 deletions

File tree

servers/com.withfudge-fudge.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.withfudge-fudge",
4+
"name": "Fudge",
5+
"alias": "fudge",
6+
"description": "Build websites that look designed, not generated. Fudge gives your AI real websites to study, so it can make better design decisions while it builds.",
7+
"logo": "https://design.withfudge.com/favicon.svg",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"developer-tools",
11+
"design",
12+
"search"
13+
],
14+
"tags": [
15+
"design",
16+
"web-design",
17+
"ui",
18+
"ux",
19+
"screenshots",
20+
"typography",
21+
"color",
22+
"layout",
23+
"frontend",
24+
"coding-agents"
25+
],
26+
"transport": {
27+
"type": "http",
28+
"url": "https://api.withfudge.com/mcp",
29+
"metadata": {
30+
"inputs": []
31+
}
32+
},
33+
"auth": {
34+
"type": "oauth",
35+
"instructions": "Connect via OAuth when prompted and sign in with your Fudge account."
36+
},
37+
"contributor": {
38+
"name": "Fudge",
39+
"github": "scroobius-pip",
40+
"url": "https://design.withfudge.com"
41+
},
42+
"links": {
43+
"repository": "https://github.com/scroobius-pip/fontofweb",
44+
"homepage": "https://design.withfudge.com",
45+
"documentation": "https://design.withfudge.com/mcp"
46+
},
47+
"platforms": [
48+
"all"
49+
],
50+
"capabilities": {
51+
"tools": true,
52+
"resources": false,
53+
"prompts": false,
54+
"read_only_mode": true
55+
}
56+
}

0 commit comments

Comments
 (0)