Claude Lmstudio Bridge V2 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Claude Lmstudio Bridge V2 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A simple Model Control Protocol (MCP) server that allows Claude to communicate with locally running LLM models via LM Studio.
This bridge enables Claude to send prompts to locally running models in LM Studio and receive their responses. This can be useful for:
git clone https://github.com/infinitimeless/Claude-LMStudio-Bridge_V2.git
cd Claude-LMStudio-Bridge_V2 python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activateUsing requirements.txt:
pip install -r requirements.txtOr directly install dependencies:
pip install requests "mcp[cli]" openai anthropic-mcp python lmstudio_bridge.pyhealth_check: Check if LM Studio API is accessiblelist_models: Get a list of available models in LM Studioget_current_model: Check which model is currently loadedchat_completion: Send a prompt to the current modelOnce connected, you can ask Claude to use the local model:
Claude, please use the LM Studio bridge to ask the local model: "What's your opinion on quantum computing?"Claude will use the chat_completion tool to send the query to your local model and display the response.
By default, the bridge connects to LM Studio at http://localhost:1234/v1. If your LM Studio instance is running on a different port, modify the LMSTUDIO_API_BASE variable in lmstudio_bridge.py.
If you encounter issues with dependencies, try installing them directly:
pip install requests "mcp[cli]" openai anthropic-mcpFor detailed installation instructions and troubleshooting, see the Installation Guide.
MIT
Contributions are welcome! Please feel free to submit a Pull Request.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.