PluginBench
MCP Server

io.github.gowtham0992/link MCP Server

io.github.gowtham0992/link

What is the io.github.gowtham0992/link MCP server?

Local personal memory for agents as MCP tools — remember, recall, search, context, graph traversal.

How to install io.github.gowtham0992/link

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "link": {
      "command": "uvx",
      "args": [
        "link-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "link": {
      "command": "uvx",
      "args": [
        "link-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "link": {
      "command": "uvx",
      "args": [
        "link-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "link": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "link-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add link -- uvx link-mcp

Related MCP servers

Run local prompt regression checks from prompt-response logs in AI coding assistants.

View repository →