Stats
Actions
Tags
From memorylens
Runs a local .NET-based MCP server called MemoryLens that likely provides memory or knowledge retrieval capabilities for Claude Code sessions.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"memorylens": {
"command": "dotnet",
"args": [
"run",
"--project",
"src/MemoryLens.Mcp"
]
}
}
}Server configuration and connection parameters
dotnetCommand-line arguments passed to the server process
First indexed May 23, 2026
First indexed May 23, 2026
npx claudepluginhub marcelroozekrans/memorylens-mcp --plugin memorylens