Skip to main content
Glama
efremidze

swift-patterns-mcp

by efremidze

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
YOUTUBE_API_KEYNoGoogle API key for YouTube content.
PATREON_CLIENT_IDNoOAuth client ID from Patreon Developer Portal. Required for Patreon integration.
PATREON_CLIENT_SECRETNoOAuth client secret from Patreon Developer Portal. Required for Patreon integration.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_swift_patternA

Get Swift/SwiftUI reference patterns from curated free sources (Sundell, van der Lee, Nil Coalescing, Point-Free). Best for conceptual guidance and free-source examples.

search_swift_contentA

Unified search across all enabled sources (free + premium). Use this for broad natural-language queries. When Patreon is enabled, includes premium creator posts and downloadable code.

list_content_sourcesA

List all available content sources and their status

enable_sourceB

Enable a content source (requires setup for premium sources)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 4 tools

Disambiguation5/5

Each tool serves a distinct purpose: enabling sources, retrieving patterns, listing sources, and searching content. No overlapping functionality.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern using snake_case: enable_source, get_swift_pattern, list_content_sources, search_swift_content.

Tool Count5/5

Four tools is an appropriate number for a focused server that provides access to Swift/SwiftUI patterns from curated sources, covering key operations without bloat.

Completeness4/5

The tool set covers enabling sources, listing them, retrieving patterns, and searching. A minor gap is the absence of a tool to disable a source, but core functionality is present.

Maintenance

ActivityInactive
ResponsivenessNo issues