1. Conduid
  2. Developer Tools
  3. FoundationModels
MCP server · Developer Tools

FoundationModels

MCP Server to generate message with Apple FoundationModels

Unclaimed MIT last commit a year ago mcp-serveraimcpfoundationmodels
54Fair

Scored 3 months ago · breakdown

About FoundationModels

FoundationModels is an MCP server published by phimage in the Developer Tools category: mCP Server to generate message with Apple FoundationModels. It has been installed 0 times through Conduid.

The repository has 5 stars and 2 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mcp-foundation-models

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about FoundationModels

Powered by Claude · Grounded in docs

I know everything about FoundationModels. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

mcp-foundation-models

A Model Context Protocol (MCP) server that provides text generation capabilities using Apple's Foundation Models framework. This server enables MCP clients to access Apple's on-device language models for secure, private text generation.

Features

  • Apple Foundation Models Integration: Leverages Apple's on-device language models for text generation

Requirements

  • macOS 26.0 or later (macOS Tahoe)
  • Xcode 26.0 or later
  • Swift 6.2 or later
  • Apple Silicon Mac (for optimal Foundation Models)

Installation

Building from Source

  1. Clone the repository:

    git clone <repository-url>
    cd mcp-foundation-models
    
  2. Build the project:

    swift build -c release
    
  3. The executable will be available at:

    .build/release/mcp-foundation-models
    

Use it in Claude Desktop for instance

Edit Claude configuration file '$HOME/Library/Application Support/Claude/claude_desktop_config.json'

Add this server full path as "mcpServers" sub object

{
  "mcpServers": {
    "foundation-models": {
      "command": "/path/to/mcp-foundation-models/.build/release/mcp-foundation-models",
      "args": [
      ]
    }

Environment Variables

The server supports configuration through environment variables:

  • SYSTEM_INSTRUCTIONS: Set default system instructions for the AI assistant
  • DEBUG: Enable debug logging (any non-empty value)

Dependencies

TODO

  • manage some session id to keep some conversation history

License

MIT

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About FoundationModels

How do I install FoundationModels?

Run npx mcp-foundation-models, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is FoundationModels safe to use with an AI agent?

Its trust score is 54 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is FoundationModels still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.