Local Model Workers MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Local Model Workers MCPExplore the repo and propose tests for the new config module."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Local Model Workers MCP
Local Model Workers MCP is a local MCP server under development that will let Claude Code and Codex delegate repository exploration and test proposals to a model served by LM Studio on another machine in a private local network.
The local server remains the security boundary: it selects repository context, enforces path and content restrictions, validates remote output, and returns a structured result. The remote model never writes to the repository, applies a patch, or runs a project command.
Project status
The product requirements and implementation plan are approved. The project foundation is implemented: the repository has a pinned TypeScript/Node.js toolchain, a buildable CLI entry point, automated tests, and a CI validation workflow. Product tools, the MCP server, configuration files, and the environment-variable contract are not implemented yet.
The intended V1 exposes exactly six MCP tools:
explore_repositorypropose_testscheck_healthget_configvalidate_configupdate_config
See prd.md for the complete requirements and acceptance criteria.
Related MCP server: mcp-flow
V1 boundaries
The MCP server runs locally over
stdio.Only inference traffic reaches LM Studio over authenticated HTTP on a trusted private network.
Repository access is read-only and restricted to the requested root.
Sensitive, ignored, binary, and explicitly excluded files are never sent to LM Studio.
Test generation returns a validated unified diff; the MCP server never applies it or executes tests.
Task content is ephemeral. Operational logs contain metadata only and are retained for seven days.
macOS is the fully validated platform for V1. Basic portability checks are planned for Linux and Windows.
Documentation
Development
Use Node.js 24.18.0 and npm 11.16.0. With nvm, the repository baseline can be
selected from .nvmrc.
nvm use
npm ci
npm run validatenpm run validate checks formatting, linting, static types, tests, and the
production build. The current minimal CLI can also be built and inspected:
npm run build
node dist/cli/index.js --versionThe version is written to stderr so stdout remains reserved for the future MCP
stdio protocol. Running the CLI without arguments currently exits cleanly and
does not start a server.
Do not create a local .env from guessed variable names. The supported names,
validation rules, and a redacted .env.example must be added together when the
configuration contract is implemented.
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
- AlicenseAqualityCmaintenanceA local MCP server that lets Claude delegate scoped work to Codex with structured results and guardrails, supporting planning, code review, build, reverse engineering, and long-running background tasks.Last updated11MIT
- Flicense-qualityCmaintenanceA safe, local MCP server that lets Claude drive a controlled software-development loop (inspect, read, plan, patch, apply, check, analyze, fix, summarize) on a project, using deterministic tools and real diffs/test runs.Last updated1
- Flicense-qualityCmaintenanceA secure MCP server that exposes local repository context to ChatGPT/Codex with read-only access, path validation, and no generic shell.Last updated
- AlicenseAqualityBmaintenanceA read-only MCP server that lets a Claude chat explore your local repository and answer questions about it, returning synthesized answers with file:line references.Last updated31MIT
Related MCP Connectors
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
An MCP server that gives your AI access to the source code and docs of all public github repos
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
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/gaabrielrd/local-model-workers-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server