Stats
Actions
Tags
From codemem
Runs locally as stdio MCP server via npx codemem mcp. Likely provides code memory or persistent project context features for Claude. No environment variables or secrets required.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"codemem": {
"command": "npx",
"args": [
"-y",
"codemem",
"mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub kunickiaj/codemem --plugin codemem