1. foundation-models
A Model Context Protocol server that provides text generation capabilities using Apple's Foundation Models framework for secure, private on-device language model access.
An MCP server that provides secure, private text generation using Apple's on-device Foundation Models framework, enabling MCP clients to access local AI capabilities without cloud dependencies.
{
"mcpServers": {
"foundation-models": {
"command": "/path/to/mcp-foundation-models/.build/release/mcp-foundation-models",
"args": []
}
}
}