Poznote with Ollama AI? #1148
Replies: 6 comments 2 replies
-
|
Hi! A few clarifications: Poznote itself doesn't have a chat/prompt input, the input you see in the animation is the AI assistant's chat (VS Code Copilot in that demo), not Poznote's UI. Poznote's MCP server is only a bridge: it exposes your notes as tools at http://127.0.0.1:8045/mcp for an AI assistant to call. Ollama alone can't connect to it, because Ollama is a model runtime, not an MCP client. To use your notes with a local Ollama model, you need an MCP-capable chat app that uses Ollama as its backend and supports HTTP (streamable-http) MCP servers for example Goose, mcphost, or oterm. Point that app at Ollama for the model and add http://127.0.0.1:8045/mcp as an MCP server. Also make sure the Ollama model you pick supports tool calling (e.g. llama3.1, qwen3, mistral) otherwise the assistant will chat but never actually use the Poznote tools. Setup docs for the supported clients are here: MCP Server documentation. In the meantime, I'll be working on an integrated chat that will be able to plug into Ollama. |
Beta Was this translation helpful? Give feedback.
-
|
New version available. 😊 |
Beta Was this translation helpful? Give feedback.
-
|
Hi Tim, unfortunately I can't get it to work. It fails with:
I have installed Ollama locally on my Linux machine. If I run it and enter http://localhost:11434 or http://127.0.0.1:11434 in my browser it comes up with 'Ollama is running'. That means Ollama is working correctly. The same URL works fine with another app I have installed. Anything I can do to locate the error? |
Beta Was this translation helpful? Give feedback.
-
|
Hi! Yes, that's expected. Your Ollama instance is listening only on This is explained in the documentation, but I realized it wasn't as clear as it could be, so I've updated it with a more detailed explanation. Please see: https://github.com/timothepoznanski/poznote#ai-assistant, then click on AI Assistant documentation. |
Beta Was this translation helpful? Give feedback.
-
|
Okay Tim @timothepoznanski , that has explained a lot and I understand it much better now. It didn't help either that my Ollama was installed on my workstation (not docker) and my PN runs as a docker container on my little server. My workstation is quite powerful but my server is just a small mini PC with only 4 processors. |
Beta Was this translation helpful? Give feedback.
-
|
I have the same kind of machine actually. 😊 Only small models run on it, and the answers are slow and often not very accurate. I also tested with the Anthropic API: it works really well, but your notes' content is sent to Anthropic, so that was just for testing. In the end I keep |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to connect Ollama with Poznote MCP-Server? I tried but it's not working. I obviously changed the port.
There are no input prompts in PN like in the animation MCP-Server
Beta Was this translation helpful? Give feedback.
All reactions