joepetrakovich3k downloadsAdds an AI chat interface that connects to LM Studio so you can chat with your notes privately and offline.
__ __ __ ______ ______ /\ \ /\ "-./ \ /\ ___\ /\ ___\ \ \ \____ \ \ \-./\ \ \ \___ \ \ \ \____ \ \_____\ \ \_\ \ \_\ \/\_____\ \ \_____\ \/_____/ \/_/ \/_/ \/_____/ \/_____/
An Obsidian plugin that provides an AI chat interface to an LM Studio instance and a lightweight read-only agent harness around your vault. Allows you to use LLMs with your notes privately and offline.
Bugs, Issues, and Feature Requests
The plugin can use MCP servers you've configured in LM Studio directly.
mcp.json.[!WARNING] Requires authentication and the "Allow calling servers from mcp.json" setting to be enabled in LM Studio.
You can also embed a prompt directly in your notes using a fenced codeblock with the lmsc language identifier:
```lmsc
prompt: What's the weather in New York today?
```
Options:
prompt (required) - The prompt to send to the LLMhideToolUse (optional, default: false) - When true, hides tool call details from the responsehideReasoning (optional, default: false) - When true, hides the reasoning/thinking output from the response

Note: Not affiliated with the official LM Studio company, Element Labs, Inc.