ElliotOne/lmstudio-assistant-vscode
A local-first VS Code extension that connects to your LM Studio server to provide an AI coding assistant with grounded workspace tools for reading, searching, and editing files directly in your editor.
Platform-specific configuration:
{
"mcpServers": {
"lmstudio-assistant-vscode": {
"command": "npx",
"args": [
"-y",
"lmstudio-assistant-vscode"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...