Oceanir Memory
OfficialClick on "Install 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., "@Oceanir MemoryRemember that I prefer using TypeScript and Vitest for all new projects"
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.
Oceanir Memory
Persistent memory for AI coding agents. Remember context across sessions.
Features
Entity Storage - Store people, projects, patterns, preferences, solutions
Relations - Link entities together (uses, prefers, solved, etc.)
Observations - Add notes to entities over time
Search - Full-text search across all memories
Graph - Explore connected knowledge
Related MCP server: dejaview-mcp
Installation
npm install
npm run buildUsage
API Server
npm run api
# Runs on http://localhost:3000# Store a memory
curl -X POST http://localhost:3000/remember \
-H "Content-Type: application/json" \
-d '{"name": "prefers-typescript", "type": "preference", "content": "User prefers TypeScript over JavaScript"}'
# Search memories
curl "http://localhost:3000/recall?q=typescript"
# Get stats
curl http://localhost:3000/statsMCP Server (Claude/Cursor)
Add to your MCP config:
{
"mcpServers": {
"oceanir-memory": {
"command": "node",
"args": ["/path/to/oceanir-memory/dist/mcp.js"]
}
}
}MCP Tools:
remember- Store a memoryrecall- Search memoriesobserve- Add observation to entityrelate- Create relation between entitiesget_preferences- Get all preferencesget_patterns- Get patterns and solutionsmemory_stats- Get statsforget- Delete entity
API Tiers
Feature | Free | Pro ($9/mo) | Enterprise |
Memories | 1,000 | Unlimited | Unlimited |
Requests/day | 100 | 10,000 | Unlimited |
Self-hosted | - | - | ✓ |
Entity Types
person- User or team member infoproject- Project details and configfile- Important file notesconcept- Technical conceptspreference- User preferences (coding style, tools)pattern- Code patterns to followerror- Common errors encounteredsolution- Solutions to problems
License
Proprietary - See LICENSE file.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Shared memory for coding agents. Stop re-explaining your codebase every session.
Shared long-term memory for AI agents: save and recall context as a searchable knowledge graph.
Persistent memory for AI agents. Semantic search, memory graph, W3C DID identity.
Persistent memory for AI agents. Search and store durable facts, preferences and decisions.
Related MCP Servers
AlicenseAqualityDmaintenanceProvides persistent long-term memory for AI agents through semantic search and automated knowledge graph extraction. It enables agents to store, recall, and reason over facts, preferences, and relationships across multiple conversations and sessions.1419MIT- AlicenseNot gradedqualityDmaintenanceProvides persistent knowledge graph memory for AI agents, enabling them to store, recall, and query facts about people, projects, and relationships across sessions.MIT
- AlicenseNot gradedqualityBmaintenanceProvides persistent, searchable memory and knowledge capture for AI-assisted development, enabling agents to retain decisions, bugs, and patterns across sessions and projects.MIT
- AlicenseNot gradedqualityBmaintenanceEnables persistent, graph-based memory for AI agents, allowing them to store, traverse, and recall relationships between facts, decisions, and context across sessions for efficient reasoning and reduced token usage.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Oceanir/Oceanir-Memory'
If you have feedback or need assistance with the MCP directory API, please join our Discord server