.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/jjang-ai/vmlx
home/mcp-servers/jjang-ai/vmlx
jjang-ai avatar

vmlx

byjjang-ai· 1 MCP server

Installs

4.8k

Stars

780

Forks

84

Category

Machine Learning & AI

View on GitHub

TL;DR

---

How to install vmlx?

jjang-ai/vmlx
$git clone https://github.com/jjang-ai/vmlx

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install vmlx by running `git clone https://github.com/jjang-ai/vmlx`, then use it for the current task and follow its documentation at https://github.com/jjang-ai/vmlx.

Files · 1

View on GitHub
README.md
1<p align="center">
2 <picture>
3 <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/jjang-ai/vmlx/main/assets/logo-wide-dark.png">
4 <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/jjang-ai/vmlx/main/assets/logo-wide-light.png">
5 <img alt="vMLX" src="https://raw.githubusercontent.com/jjang-ai/vmlx/main/assets/logo-wide-light.png" width="400">
6 </picture>
7</p>
8 
9<h3 align="center">MLX Inference Server for Apple Silicon</h3>
10 
11<p align="center">
12 Self-hosted inference server for LLMs, VLMs, and image generation on Apple Silicon.<br>
13 OpenAI + Anthropic + Ollama compatible HTTP API. Self-hosted; no third-party API keys required.<br>
14 Native MTP artifact detection and family-specific cache policy gates keep speculative/cache settings explicit and model-safe.
15</p>
16 
17<p align="center">
18 <em>Looking for a native Swift macOS app or Swift inference engine? See <a href="https://osaurus.ai">osaurus.ai</a>.</em>
19</p>
20 
21<p align="center">
22 <a href="https://pypi.org/project/vmlx/"><img src="https://img.shields.io/pypi/v/vmlx?color=%234B8BBE&label=PyPI&logo=python&logoColor=white" alt="PyPI" /></a>
23 <a href="https://github.com/jjang-ai/vmlx/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-Apache_2.0-green?logo=apache" alt="License" /></a>
24 <a href="https://github.com/jjang-ai/vmlx"><img src="https://img.shields.io/github/stars/jjang-ai/vmlx?style=social" alt="Stars" /></a>
25 <img src="https://img.shields.io/badge/Apple_Silicon-M1%2FM2%2FM3%2FM4-black?logo=apple" alt="Apple Silicon" />
26 <img src="https://img.shields.io/badge/Python-3.10+-3776AB?logo=python&logoColor=white" alt="Python" />
27 <img src="https://img.shields.io/badge/Electron-28-47848F?logo=electron&logoColor=white" alt="Electron" />
28 <a href="https://ko-fi.com/jangml"><img src="https://img.shields.io/badge/Support-Ko--fi-FF5E5B?logo=ko-fi&logoColor=white" alt="Ko-fi" /></a>
29</p>
30 
31<p align="center">
32 <a href="#quickstart">Quickstart</a> &bull;
33 <a href="#model-support">Models</a> &bull;
34 <a href="#features">Features</a> &bull;
35 <a href="#image-generation--editing">Image Gen</a> &bull;
36 <a href="#api-reference">API</a> &bull;
37 <a href="#desktop-app">Desktop App</a> &bull;
38 <a href="#advanced-quantization">JANG</a> &bull;
39 <a href="#cli-commands">CLI</a> &bull;
40 <a href="#configuration">Config</a> &bull;
41 <a href="#contributing">Contributing</a> &bull;
42 <a href="#한국어-korean">한국어</a>
43</p>
44 
45---
46 
47> **JANG 2-bit destroys MLX 4-bit on [MiniMax M2.5](https://huggingface.co/JANGQ-AI/MiniMax-M2.5-JANG_2L):**
48>
49> | Quantization | MMLU (200q) | Size |
50> |---|---|---|
51> | **JANG\_2L (2-bit)** | **74%** | **89 GB** |
52> | MLX 4-bit | 26.5% | 120 GB |
53> | MLX 3-bit | 24.5% | 93 GB |
54> | MLX 2-bit | 25% | 68 GB |
55>
56> Adaptive mixed-precision keeps critical layers at higher precision. Scores at [jangq.ai](https://jangq.ai). Models at [JANGQ-AI](https://huggingface.co/JANGQ-AI).
57 
58<table align="center">
59<tr>
60<td align="center"><img src="https://raw.githubusercontent.com/jjang-ai/vmlx/main/assets/chat-tab.png" width="500" alt="Chat interface" /></td>
61<td align="center"><img src="https://raw.githubusercontent.com/jjang-ai/vmlx/main/assets/agentic-chat.png" width="500" alt="Agentic coding chat" /></td>
62</tr>
63<tr>
64<td align="center"><em>Chat with any MLX model -- thinking mode, streaming, and syntax highlighting</em></td>
65<td align="center"><em>Agentic chat with full coding capabilities -- tool use and structured output</em></td>
66</tr>
67</table>
68 
69---
70 
71## Quickstart
72 
73### Install from PyPI
74 
75Published on [PyPI as `vmlx`](https://pypi.org/project/vmlx/) -- install and run in one command:
76 
77```bash
78# Recommended: uv (fast, no venv hassle)
79brew install uv
80uv tool install vmlx
81vmlx serve mlx-community/Qwen3-8B-4bit
82 
83# Or: pipx (isolates from system Python)
84brew install pipx
85pipx install vmlx
86vmlx serve mlx-community/Qwen3-8B-4bit
87 
88# Or: pip in a virtual environment
89python3 -m venv ~/.vmlx-env && so

Preview

jjang-ai/vmlxjjang-ai/vmlx
Repojjang-ai/vmlx
TypeMCP Servers
CategoryMachine Learning & AI
UpdatedJul 2026
LicenseApache-2.0
First seenJul 27, 2026

Tags

MCPanthropic-apikvcache-compression

Related

6 picks
Type
  1. jochenyang avatarluma-mcpMulti-model vision understanding MCP server. Supports GLM-4.6V (Zhipu), DeepSeek-OCR (SiliconFlow - Free), Qwen3-VL-Flash (Aliyun), and Doubao-Seed-1.6 (Volcengine)MCP ServersJul 202611k82
  2. ggozad avatarhaiku.ragOpinionated agentic RAG powered by LanceDB, Pydantic AI, and DoclingMCP ServersJul 20265.7k549
  3. tobocop2 avatarlilbeeThe whole local AI stack in one executable: run and manage local AI models across every GPU you have, and search your files, code, and the web pages you crawl, with answers that cite the source.MCP ServersJul 20264.8k39
  4. runapi-ai avatarmcp130+ AI models for image, video, music, and audio — 18 model families, one RunAPI account.MCP ServersJul 20262.8k52
  5. stabgan avataropenrouter-mcp-multimodalChat with 300+ LLMs via OpenRouter. Analyze and generate images, audio, and video from MCP.MCP ServersJul 20261.3k66
  6. qiskit avatarmcp-serversModel Context Protocol servers for IBM Quantum services and QiskitMCP ServersJul 202695636