Skip to main content
Glama

Server Details

40+ production-ready SwiftUI recipes for building full-stack iOS apps via MCP.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
signerlabs/ShipSwift
GitHub Stars
1,084
Server Listing
ShipSwift

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

3 tools
getRecipeInspect

Get a recipe by ID. Returns complete, copy-paste-ready Swift source code with architecture explanation and implementation steps. Module recipes may also include backend code (Hono/Node.js + AWS CDK).

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesRecipe ID, e.g. 'animation-shimmer' or 'auth-cognito'
listRecipesInspect

List production-ready SwiftUI code recipes. Each recipe is a complete, copy-paste-ready implementation — not a tutorial. Covers native iOS features (SwiftUI, Swift Charts, SpriteKit, Vision, AVFoundation, StoreKit 2, NavigationStack) and backend infrastructure (AWS CDK, Hono, Node.js, Cognito, DynamoDB). Categories: animations, charts, UI components, and full-stack modules including auth, camera, subscriptions, chat, and settings.

ParametersJSON Schema
NameRequiredDescriptionDefault
categoryNoFilter recipes by category. Defaults to 'all'.all
searchRecipesInspect

Search recipes by keyword across titles, descriptions, tags, and full source code. Use for any iOS, SwiftUI, or backend topic — e.g. subscription, authentication, camera, animation, chart, onboarding, paywall, infrastructure.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesSearch keyword, e.g. 'shimmer', 'authentication', 'chart'

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.