Ori Memory
Rank #1,881io.github.aayoawoyemi/ori-memory
MCP server providing ori-memory capabilities
Ori Memory is a Model Context Protocol (MCP) server published by aayoawoyemi. It ranks #1,881 of 115,460 servers tracked on MCP Toplist, and its repository has 281 GitHub stars. Ori Memory is listed on Official MCP, with 3 tracked versions. It was first listed on Feb 25, 2026 and most recently updated on Feb 27, 2026.
Ranks ahead of 113,579 of 115,460 servers on MCP Toplist.
Use Ori Memory
claude mcp add ori-memory -- npx -y ori-memory[mcp_servers.ori-memory]
command = "npx"
args = ["-y", "ori-memory"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"ori-memory": {
"command": "npx",
"args": [
"-y",
"ori-memory"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ori-memory": {
"command": "npx",
"args": [
"-y",
"ori-memory"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ori-memory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ori-memory"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ori-memory": {
"command": "npx",
"args": [
"-y",
"ori-memory"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ori-memory": {
"command": "npx",
"args": [
"-y",
"ori-memory"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.aayoawoyemi%2Fori-memory)<a href="https://mcptoplist.com/server/io.github.aayoawoyemi%2Fori-memory"><img src="https://mcptoplist.com/badge/io.github.aayoawoyemi%2Fori-memory.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
aayoawoyemi
Other servers by aayoawoyemi
View all aayoawoyemi servers →Available versions (3)
| Version | Published |
|---|---|
| 0.3.0 | Feb 27, 2026 |
| 0.2.1 | Feb 25, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Ori Memory?
- Ori Memory is maintained by aayoawoyemi, which publishes 2 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Ori Memory listed on the Official MCP Registry?
- Yes — Ori Memory is listed on the Official MCP Registry.
- How many versions does Ori Memory have?
- MCP Toplist tracks 3 versions of Ori Memory, most recently published on Feb 27, 2026.
- Where can I find the source code for Ori Memory?
- The source code for Ori Memory is hosted at github.com/aayoawoyemi/OriMnemos.