Lithtrix — Identity, Memory & Trust for AI Agents for VS Code
ai.lithtrix/lithtrix-mcp
Identity, memory, trust, and swarm primitives for AI agents. MIRC base always free.
client:VS Code
transport:stdio
runtime:npm
Install Lithtrix — Identity, Memory & Trust for AI Agents in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "lithtrix-api-key",
"description": "LITHTRIX_API_KEY",
"password": true
}
],
"servers": {
"lithtrix-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lithtrix-mcp"
],
"env": {
"LITHTRIX_API_KEY": "${input:lithtrix-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs