Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From memory-engine
Runs locally as a stdio subprocess using the 'me' CLI to start an MCP server that connects to a configurable server endpoint requiring an API key. Capabilities unclear from configuration.
npx claudepluginhub timescale/memory-engine --plugin memory-engineCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"me": {
"command": "me",
"args": [
"mcp",
"--server",
"${user_config.server}",
"--api-key",
"${user_config.api_key}"
]
}
}
}Server configuration and connection parameters
meCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.