Stats
Actions
Tags
From ai-memory
Custom MCP server running a local Python process. Serves task cards. Purpose and functionality determined by the server implementation.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"ai-memory": {
"type": "http",
"command": "npx",
"args": [
"-y",
"mcp-remote",
"http://localhost:24636/mcp"
],
"url": "http://localhost:24636/mcp"
}
}
}Server configuration and connection parameters
npxhttp://localhost:24636/mcpCommand-line arguments passed to the server process
npx claudepluginhub damusix/ai-tools --plugin ai-memory