Skip to main content
Glama

shortcuts-mcp-server

MIT License
19
  • Apple
Package.swift800 B
// swift-tools-version: 6.1 // The swift-tools-version declares the minimum version of Swift required to build this package. import PackageDescription let package = Package( name: "shortcuts-mcp-server", platforms: [ .macOS(.v13), ], products: [ .executable(name: "shortcuts-mcp-server", targets: ["ShortcutsMCPServer"]), ], dependencies: [ .package(url: "https://github.com/modelcontextprotocol/swift-sdk", from: "0.10.1"), .package(url: "https://github.com/swiftlang/swift-subprocess", from: "0.1.0") ], targets: [ .executableTarget(name: "ShortcutsMCPServer", dependencies: [ .product(name: "MCP", package: "swift-sdk"), .product(name: "Subprocess", package: "swift-subprocess") ]), ] )

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/artemnovichkov/shortcuts-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server