Lithtrix — Identity, Memory & Trust for AI Agents for Cursor
ai.lithtrix/lithtrix-mcp
Identity, memory, trust, and swarm primitives for AI agents. MIRC base always free.
client:Cursor
transport:stdio
runtime:npm
Install Lithtrix — Identity, Memory & Trust for AI Agents in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"lithtrix-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lithtrix-mcp"
],
"env": {
"LITHTRIX_API_KEY": "<LITHTRIX_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs