Linksee Memory
Rank #12,485io.github.michielinksee/linksee-memory
Catches when your project drifts from its own decisions. Local-first cross-agent memory MCP.
Linksee Memory is a Model Context Protocol (MCP) server published by michielinksee. It ranks #12,485 of 115,591 servers tracked on MCP Toplist, and its repository has 14 GitHub stars. Linksee Memory is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 5 tracked versions. It was first listed on Apr 16, 2026 and most recently updated on Jun 15, 2026.
Ranks ahead of 103,106 of 115,591 servers on MCP Toplist.
Use Linksee Memory
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add linksee-memory -- npx -y linksee-memory[mcp_servers.linksee-memory]
command = "npx"
args = ["-y", "linksee-memory"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"linksee-memory": {
"command": "npx",
"args": [
"-y",
"linksee-memory"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"linksee-memory": {
"command": "npx",
"args": [
"-y",
"linksee-memory"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"linksee-memory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"linksee-memory"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"linksee-memory": {
"command": "npx",
"args": [
"-y",
"linksee-memory"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"linksee-memory": {
"command": "npx",
"args": [
"-y",
"linksee-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.michielinksee%2Flinksee-memory)<a href="https://mcptoplist.com/server/io.github.michielinksee%2Flinksee-memory"><img src="https://mcptoplist.com/badge/io.github.michielinksee%2Flinksee-memory.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
michielinksee
Other servers by michielinksee
View all michielinksee servers →Available versions (5)
| Version | Published |
|---|---|
| 0.11.1 | Jun 15, 2026 |
| 0.2.0 | Apr 20, 2026 |
| 0.1.1 | Apr 19, 2026 |
| 0.1.0 | Apr 19, 2026 |
| 0.0.5 | Apr 17, 2026 |
Frequently asked questions
- Who maintains Linksee Memory?
- Linksee Memory is maintained by michielinksee, which publishes 2 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Linksee Memory listed on the Official MCP Registry?
- Yes — Linksee Memory is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Linksee Memory have?
- MCP Toplist tracks 5 versions of Linksee Memory, most recently published on Jun 15, 2026.
- Where can I find the source code for Linksee Memory?
- The source code for Linksee Memory is hosted at github.com/michielinksee/linksee-memory.