This is a bit niche, but today I noticed the "Local REST API" plugin for Obsidian is now the "Local REST API with MCP" p...

This is a bit niche, but today I noticed the "Local REST API" plugin for Obsidian is now the "Local REST API with MCP" plugin. MCP, short for Model Context Protocol, is an LLM coding agent thing. "Local REST API" previously served a REST endpoint that let other apps, notably browser plugins, interact with your Obsidian vault. It's useful: for instance, there's a browser plugin that allows you to download a copy of any web page and stash it in your vault using the REST API this plugin serves.I created an issue on the plugin's GitHub about removing the MCP functionality into a separate plugin, and the maintainer immediately converted it into a discussion, which is here: https://github.com/coddingtonbear/obsidian-local-rest-api/discussions/272I'm getting the impression from all the LLM-related discussions and commits that this is a lost cause and I'll probably have to fork this plugin if I want an MCP-free version of it. Looks like they took up slop coding earlier this year too, which is ...

Read Original

Related