From e48f47f45adadaeb65e3d41360b44e6c87917afa Mon Sep 17 00:00:00 2001 From: sim04ful Date: Sun, 26 Jul 2026 10:16:04 +0100 Subject: [PATCH 1/3] Add com.withfudge-mcp Signed-off-by: sim04ful --- servers/com.withfudge-mcp.json | 49 ++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 servers/com.withfudge-mcp.json diff --git a/servers/com.withfudge-mcp.json b/servers/com.withfudge-mcp.json new file mode 100644 index 0000000..ca8c4b3 --- /dev/null +++ b/servers/com.withfudge-mcp.json @@ -0,0 +1,49 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "com.withfudge-mcp", + "name": "Fudge", + "alias": "fudge", + "description": "Build websites that look designed, not generated. Fudge gives your AI 1,643+ websites to study, so it can make better design decisions while it builds.", + "logo": "https://design.withfudge.com/favicon.svg", + "schema_version": "2.1", + "categories": [ + "design", + "search" + ], + "tags": [ + "design", + "ui", + "inspiration", + "website-analysis", + "search" + ], + "transport": { + "type": "http", + "url": "https://api.withfudge.com/mcp", + "metadata": { + "inputs": [] + } + }, + "auth": { + "type": "oauth", + "instructions": "Sign in with your Fudge account. Fudge uses OAuth 2.1 with PKCE." + }, + "contributor": { + "name": "Fudge", + "github": "scroobius-pip", + "url": "https://design.withfudge.com" + }, + "links": { + "homepage": "https://design.withfudge.com", + "documentation": "https://design.withfudge.com/mcp" + }, + "platforms": [ + "all" + ], + "capabilities": { + "tools": true, + "resources": true, + "prompts": false, + "read_only_mode": true + } +} From b7822ace56d6f942b3898ae1421c0dd171b9f942 Mon Sep 17 00:00:00 2001 From: sim04ful Date: Sun, 26 Jul 2026 10:21:10 +0100 Subject: [PATCH 2/3] Improve Fudge listing details Signed-off-by: sim04ful --- servers/com.withfudge-mcp.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/servers/com.withfudge-mcp.json b/servers/com.withfudge-mcp.json index ca8c4b3..68e22a1 100644 --- a/servers/com.withfudge-mcp.json +++ b/servers/com.withfudge-mcp.json @@ -3,7 +3,7 @@ "id": "com.withfudge-mcp", "name": "Fudge", "alias": "fudge", - "description": "Build websites that look designed, not generated. Fudge gives your AI 1,643+ websites to study, so it can make better design decisions while it builds.", + "description": "Fudge is a hosted design-research MCP that gives AI coding agents 1,643+ real websites to study; instead of guessing from screenshots, they can inspect typography, colors, spacing, layout, and motion before building.", "logo": "https://design.withfudge.com/favicon.svg", "schema_version": "2.1", "categories": [ @@ -15,7 +15,9 @@ "ui", "inspiration", "website-analysis", - "search" + "search", + "frontend", + "typography" ], "transport": { "type": "http", @@ -26,7 +28,7 @@ }, "auth": { "type": "oauth", - "instructions": "Sign in with your Fudge account. Fudge uses OAuth 2.1 with PKCE." + "instructions": "Fudge uses OAuth 2.1 with PKCE (S256). Hosted MCP access is included with Fudge Standard, Pro, and Studio plans." }, "contributor": { "name": "Fudge", From ac8f69f241599f633a6a957933cd77fbb5398bf5 Mon Sep 17 00:00:00 2001 From: sim04ful Date: Sun, 26 Jul 2026 10:46:41 +0100 Subject: [PATCH 3/3] Remove volatile corpus count Signed-off-by: sim04ful --- servers/com.withfudge-mcp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/com.withfudge-mcp.json b/servers/com.withfudge-mcp.json index 68e22a1..c9a5b38 100644 --- a/servers/com.withfudge-mcp.json +++ b/servers/com.withfudge-mcp.json @@ -3,7 +3,7 @@ "id": "com.withfudge-mcp", "name": "Fudge", "alias": "fudge", - "description": "Fudge is a hosted design-research MCP that gives AI coding agents 1,643+ real websites to study; instead of guessing from screenshots, they can inspect typography, colors, spacing, layout, and motion before building.", + "description": "Fudge is a hosted design-research MCP that gives AI coding agents real websites to study; instead of guessing from screenshots, they can inspect typography, colors, spacing, layout, and motion before building.", "logo": "https://design.withfudge.com/favicon.svg", "schema_version": "2.1", "categories": [