Link
Rank #547io.github.gowtham0992/link
Local personal memory for agents as MCP tools — remember, recall, search, context, graph traversal.
Link is a Model Context Protocol (MCP) server published by gowtham0992. It ranks #547 of 115,591 servers tracked on MCP Toplist, and its repository has 177 GitHub stars. Link is listed across 2 registries — Official MCP and PulseMCP, with 13 tracked versions. It was first listed on Apr 10, 2026 and most recently updated on Aug 15, 2026.
Ranks ahead of 115,044 of 115,591 servers on MCP Toplist.
Use Link
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add link -- uvx link-mcp[mcp_servers.link]
command = "uvx"
args = ["link-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"link": {
"command": "uvx",
"args": [
"link-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"link": {
"command": "uvx",
"args": [
"link-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"link": {
"type": "stdio",
"command": "uvx",
"args": [
"link-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"link": {
"command": "uvx",
"args": [
"link-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"link": {
"command": "uvx",
"args": [
"link-mcp"
]
}
}
}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.gowtham0992%2Flink)<a href="https://mcptoplist.com/server/io.github.gowtham0992%2Flink"><img src="https://mcptoplist.com/badge/io.github.gowtham0992%2Flink.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
gowtham0992
Other servers by gowtham0992
View all gowtham0992 servers →Available versions (13)
| Version | Published |
|---|---|
| 2.3.0 | Aug 15, 2026 |
| 2.2.0 | Aug 6, 2026 |
| 2.1.0 | Aug 3, 2026 |
| 2.0.0 | Jul 28, 2026 |
| 1.6.0 | Jul 10, 2026 |
| 1.2.0 | May 19, 2026 |
| 1.1.0 | May 9, 2026 |
| 1.0.6 | May 4, 2026 |
| 1.0.5 | May 3, 2026 |
| 1.0.4 | Apr 30, 2026 |
| 1.0.3 | Apr 30, 2026 |
| 1.0.2 | Apr 26, 2026 |
| 1.0.1 | Apr 26, 2026 |
Frequently asked questions
- Who maintains Link?
- Link is maintained by gowtham0992, which publishes 2 MCP servers (14 total versions) tracked on MCP Toplist.
- Is Link listed on the Official MCP Registry?
- Yes — Link is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Link have?
- MCP Toplist tracks 13 versions of Link, most recently published on Aug 15, 2026.
- Where can I find the source code for Link?
- The source code for Link is hosted at github.com/gowtham0992/link.