-
|
Basic the title, not necessary local, could be chatgpt integration |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I like codecompanion, in theory it works, another big one is avante, these two will give you operation on a workspace, basically in this context the vault, from any model you configure, you can ask question and it does its own thing, but I have not really tried it this way. There's an experiment I did to build an MCP server with MCPHub.nvim, here: https://github.com/obsidian-nvim/obsidian-mcp.nvim There's also other MCP for obsidian, but they require the obsidian app and not very powerful though |
Beta Was this translation helpful? Give feedback.
I like codecompanion, in theory it works, another big one is avante, these two will give you operation on a workspace, basically in this context the vault, from any model you configure, you can ask question and it does its own thing, but I have not really tried it this way.
There's an experiment I did to build an MCP server with MCPHub.nvim, here: https://github.com/obsidian-nvim/obsidian-mcp.nvim
So that models will actually call this plugin's API to read notes or properties and stuff, so it should be a more powerful way to interact with obsidian.nvim in the future, but it is just a prototype and have not really worked on it, welcome to contribute if you want though, this ideally will be…