.NET SDK and MCP server implementing a cognitive science-based 3-axis memory system (type x scope x tier) for LLM context management beyond finite context windows.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"memory-indexer": {
"command": "npx",
"args": [
"-y",
"iyulab/memory-indexer"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add memory-indexer npx -y iyulab/memory-indexer
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"memory-indexer": {
"command": "npx",
"args": [
"-y",
"iyulab/memory-indexer"
]
}
}
}
📋 Copy