Longing MCP server with persistent memory, local Core integration, isolated runtime state, and remote connectivity support.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"longing-mcp": {
"command": "npx",
"args": [
"-y",
"magun4u/Longing-Mcp"
]
}
}
}
Run in terminal:
claude mcp add longing-mcp npx -y magun4u/Longing-Mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"longing-mcp": {
"command": "npx",
"args": [
"-y",
"magun4u/Longing-Mcp"
]
}
}
}