Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From Memsy
Connects to the Memsy knowledge management platform for capturing, organizing, and retrieving personal notes and information. Runs locally via npx.
npx claudepluginhub memsy-io/memsy --plugin memsyCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"memsy": {
"command": "npx",
"args": [
"-y",
"@memsy-io/mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.