Skip to content

Add Fudge hosted OAuth MCP server #268

Description

@scroobius-pip

Add Fudge hosted MCP server

Please add Fudge to the McpMux server registry as a remote OAuth server.

Fudge helps AI coding tools make better design decisions by studying real websites. 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.

Suggested server definition:

{
  "$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 real websites to study, so it can make better design decisions while it builds.",
  "schema_version": "2.1",
  "categories": [
    "design",
    "search"
  ],
  "tags": [
    "design",
    "websites",
    "typography",
    "colors",
    "layout",
    "inspiration"
  ],
  "transport": {
    "type": "http",
    "url": "https://api.withfudge.com/mcp",
    "metadata": {
      "inputs": []
    }
  },
  "auth": {
    "type": "oauth"
  },
  "contributor": {
    "name": "Fudge",
    "github": "scroobius-pip",
    "url": "https://design.withfudge.com/mcp"
  },
  "links": {
    "homepage": "https://design.withfudge.com",
    "documentation": "https://design.withfudge.com/mcp"
  },
  "platforms": [
    "all"
  ],
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false,
    "read_only_mode": true
  }
}

Fudge is a proprietary hosted service; no local package or API key is required.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions