juvina-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@juvina-mcpremember that I use pnpm for this project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
juvina-mcp
Thin MCP connector to the locally installed Juvina memory engine - persistent local AI memory for coding assistants.
The engine installs with the free Juvina Light VS Code extension (VS Code Marketplace). This package bridges stdio MCP clients (Claude Code, any MCP host) to that engine.
Use
{ "mcpServers": { "juvina": { "command": "npx", "args": ["-y", "juvina-mcp"] } } }Related MCP server: mem0-mcp
What it does - and does not - do
Forwards MCP traffic to the engine's local endpoint (
localhost:8004by default).Holds no data itself. Your memories live in the engine's local database on your machine; the engine's model calls go to your own endpoint on your own key.
JUVINA_MCP_URLcan override the target; non-local targets are refused unless you explicitly setJUVINA_MCP_ALLOW_REMOTE=1.
No engine installed? Get Juvina Light from the VS Code Marketplace - free (7-day rolling memory), or see the live demo at juvina.ai.
Curious what the engine can hold? We grew a fictional character from nothing but dated memories on it - no system prompt. Meet Merlin.
MIT.
This server cannot be deployed
Maintenance
Related MCP Connectors
- QuallaaOAuthcom.quallaa
Talk to your public-facing AI from any MCP client — Claude, ChatGPT, Cursor, Cline, Windsurf.
StremAI MCP: shared memory for AI coding agents. Connected agents can recall. OAuth + local stdio.
Remote MCP server for supportsheep: run AI interviews and manage support content for your blog.
Shared memory and actions for Claude, Kiro, OpenAI, Cursor, and other MCP-compatible AI clients.
Related MCP Servers
AlicenseAqualityBmaintenanceStdio bridge for editors to connect to the GenieOS MCP server, enabling AI agents to interact with GenieOS via Streamable HTTP transport.6419 npmMIT- FlicenseNot gradedqualityBmaintenanceA thin stdio MCP bridge to a self-hosted mem0 OSS server for agent memory, enabling persistent memory operations like adding, searching, and managing durable facts with automatic reconciliation and question-rewrite capabilities.1-
- AlicenseNot gradedqualityBmaintenanceProvides a stdio MCP bridge for coding agents to query and record engineering knowledge locally, preserving debugging history, failed attempts, and verified solutions.8 npmMIT
- AlicenseNot gradedqualityDmaintenanceA stdio-based MCP server that wraps Supermemory's REST API, providing persistent memory, semantic search, and user profiles via stdio transport for universal compatibility with MCP clients.2MIT