mcp-file-system-lmstudio
mcp-file-system-lmstudio
Ein Model Context Protocol (MCP)-Server, der ein lokales LM Studio-Modell als Tools bereitstellt. Er spricht mit der OpenAI-kompatiblen API von LM Studio, sodass jedes in LM Studio geladene Modell von einem MCP-Client abgefragt werden kann.
Funktionen
lmstudio_chat— sendet einen Prompt (oder einen vollständigen Multi-Turn-Nachrichtenverlauf) an das lokale Modell und gibt dessen Antwort zurücklmstudio_list_models— listet alle derzeit auf dem LM Studio-Server verfügbaren Modelle aufKeine API-Schlüssel erforderlich — alles läuft lokal mit Ihrer eigenen LM Studio-Instanz
Related MCP server: LM Studio MCP Bridge
Voraussetzungen
Node.js >= 18 (verwendet integriertes
fetch)Ein laufender LM Studio-Server mit mindestens einem geladenen Modell
Starten Sie den LM Studio-Server über seine Benutzeroberfläche (Developer-Tab → Start Server). Standardmäßig lauscht er auf http://localhost:1234.
Installation
git clone https://github.com/developersorli/mcp-file-system-lmstudio.git
cd mcp-file-system-lmstudio
npm installKonfiguration
Der Server liest zwei optionale Umgebungsvariablen aus:
Variable | Default | Beschreibung |
|
| Basis-URL der OpenAI-kompatiblen API von LM Studio |
| (auto) | Standardmodell-ID. Wenn nicht gesetzt, wird das erste verfügbare Modell verwendet |
MCP-Client-Konfiguration
Beispiel für Clients im Stil von Cline / Claude Desktop:
{
"mcpServers": {
"mcp-file-system-lmstudio": {
"command": "node",
"args": ["/absolute/path/to/mcp-file-system-lmstudio/index.mjs"],
"env": {
"LMSTUDIO_BASE_URL": "http://localhost:1234/v1",
"LMSTUDIO_MODEL": "my-model-id"
}
}
}
}Tools
lmstudio_chat
Parameter | Typ | Erforderlich | Beschreibung |
| string | ja | Die zu sendende Benutzernachricht / der zu sendende Prompt |
| string | nein | Optionale Systemanweisung, die als Systemnachricht vorangestellt wird |
| string | nein | Zu verwendende Modell-ID (überschreibt die Standardeinstellung) |
| number | nein | Sampling-Temperatur 0–2 (Standard 0.7) |
| number | nein | Maximale Anzahl zu generierender Tokens |
| array | nein | Vollständiger Konversationsverlauf; hat Vorrang vor |
lmstudio_list_models
Keine Parameter. Gibt die IDs aller auf dem LM Studio-Server verfügbaren Modelle zurück.
Lizenz
MIT — siehe LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables listing, loading, unloading, and configuring models in LM Studio via MCP tools, with support for TTL and draft model settings.5MIT
- FlicenseCqualityDmaintenanceEnables MCP clients to interact with local LLMs via LM Studio, supporting dynamic chat, vision, RAG, file interaction, and model orchestration.28
- AlicenseAqualityBmaintenanceExposes local Flowise chatflows as MCP tools, enabling listing and running chatflows from any MCP client.237MIT
- FlicenseAqualityCmaintenanceMCP server that connects LLM agents to a local LM Studio instance, enabling model management, OpenAI-compatible chat completions, text completions, and embeddings through a set of tools.91
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
Free OpenAI-compatible inference with signed provenance receipts and 3 focused MCP tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/developersorli/mcp-file-system-lmstudio'
If you have feedback or need assistance with the MCP directory API, please join our Discord server