Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From shared-memory
Connects to a remote HTTP endpoint at localhost:9888 for MCP interactions. Purpose unclear from configuration alone.
npx claudepluginhub linggen/linggen-memory --plugin shared-memoryCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"ling-mem": {
"type": "http",
"url": "http://localhost:9888/mcp"
}
}
}Server configuration and connection parameters
http://localhost:9888/mcpShare bugs, ideas, or general feedback.