Soul MCP Server Adds Persistent Memory and Safety for Local LLMs

What Soul Does
Soul is an open-source MCP server designed to solve the session memory problem for local LLMs. By using two simple commands, it enables agents to remember everything across sessions instead of forgetting at the end of each session.
Key Features
- Persistent Memory: Two commands control memory persistence:
n2_bootat session start andn2_work_endat session end - Ark Safety System: Built-in safety that blocks dangerous commands like
rm -rfandDROP DATABASEat zero token cost - Cloud Storage: Configurable cloud storage with one line of configuration
- Open Source: Released under Apache-2.0 license
Setup with Ollama + Open WebUI
Installation and configuration steps:
- Install via npm:
npm install n2-soul - In Open WebUI, go to Settings → Tools → MCP Servers
- Add a new server with command set to "node"
- Set args to your path to
node_modules/n2-soul/index.js
The server also works with LM Studio and Cursor.
Additional Resources
For detailed features and community discussion, check the GitHub repository and related Reddit posts. The developer is seeking feedback from the local LLM community.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Shipshots MCP Server: Claude Designs App Store Screenshots and Preview Videos
Shipshots is a visual editor with an MCP server that lets Claude design marketing materials through tool calls. It generates app store screenshots, animated preview videos, and social media visuals based on text descriptions.

Claude Code Plugin Yoink Replaces Library Dependencies to Reduce Supply Chain Risk
Yoink is a Claude Code plugin that removes complex dependencies by reimplementing only needed functions, using a three-step workflow with /setup, /curate-tests, and /decompose commands. It currently supports Python with TypeScript and Rust support underway.

Multi-Agent Career Mentor Built with Ollama and MCP for Local AI
A developer built a 5-agent AI system that analyzes resumes and generates career intelligence reports using Ollama with llama3 locally. The system chains agent outputs so each builds on previous context, with MCP handling tool integration.

Local AI Image Critic Tool Uses Ollama Vision Models for Feedback
A developer has created a free desktop application that analyzes AI-generated images locally using Ollama vision models. The tool provides structured feedback reports including improvement suggestions and prompt upgrades.