Skip to main content
Glama
Oceanir
by Oceanir

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: Memsolus MCP Server

Installation

npm install
npm run build

Usage

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/stats

MCP 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 memory

  • recall - Search memories

  • observe - Add observation to entity

  • relate - Create relation between entities

  • get_preferences - Get all preferences

  • get_patterns - Get patterns and solutions

  • memory_stats - Get stats

  • forget - 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 info

  • project - Project details and config

  • file - Important file notes

  • concept - Technical concepts

  • preference - User preferences (coding style, tools)

  • pattern - Code patterns to follow

  • error - Common errors encountered

  • solution - Solutions to problems

License

Proprietary - See LICENSE file.

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Provides 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.
    Last updated
    14
    29
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Provides AI coding agents with persistent, graph-connected memory across projects, enabling cross-project context retrieval via synaptic connections and hybrid search.
    Last updated
    8
    6
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Provides persistent knowledge graph memory for AI agents, enabling them to store, recall, and query facts about people, projects, and relationships across sessions.
    Last updated
    MIT

View all related MCP servers

Related MCP Connectors

  • Persistent memory and knowledge graphs for AI agents. Hybrid search, context checkpoints, and more.

  • Give your AI agent a persistent map of your project's structure, dependencies, and bugs.

  • Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.

View all MCP Connectors

Latest Blog Posts

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