loading…
Search for a command to run...
loading…
Provides persistent long-term memory for AI coding agents by storing entities, relations, and observations across different sessions. It enables users to manage
Provides persistent long-term memory for AI coding agents by storing entities, relations, and observations across different sessions. It enables users to manage and query structured knowledge like coding preferences, project patterns, and technical solutions via a graph-based storage system.
Persistent memory for AI coding agents. Remember context across sessions.
npm install
npm run build
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
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| Feature | Free | Pro ($9/mo) | Enterprise |
|---|---|---|---|
| Memories | 1,000 | Unlimited | Unlimited |
| Requests/day | 100 | 10,000 | Unlimited |
| Self-hosted | - | - | ✓ |
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 problemsProprietary - See LICENSE file.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"oceanir-memory": {
"command": "npx",
"args": []
}
}
}Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also