Back to Apps

Nellie
Supports UIby mmorris35
Out-of-process context engineering middleware with semantic code search and persistent memory for AI agents.
0 stars
Works in:Cursor
Exposes:ToolsResources
What it does
Nellie acts as a high-performance local semantic code search server and context engineering layer that sits between developers and AI models. It provides agents with persistent memory by automatically retrieving relevant lessons, checkpoints, and structural code context before a prompt even reaches the model.
Tools
search_hybrid: Vector similarity combined with knowledge graph expansion for rich context retrieval.search_code: Deep semantic search across indexed codebases.get_blast_radius: Analyzes code changes to identify affected symbols and necessary test files.query_structure: Explores function/class relationships including callers, callees, and definitions.add_lesson: Records learned patterns, mistakes, and preferences for future sessions.add_checkpoint: Saves working context for rapid recovery and state management.
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"nellie": {
"command": "nellie",
"args": ["serve", "--host", "127.0.0.1", "--port", "8765"]
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
- Cursor
Quick install
git clone https://github.com/mmorris35/nellie.git && cd nellie && bash packaging/install-universal.shInformation
- Pricing
- free
- Published
- 6/9/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add nellie to MCP settings via SSE transport: http://localhost:8765/sseClaude Desktop
Add the nellie server config to your claude_desktop_config.json using the SSE transport at http://localhost:8765/sse





