inspeximus
About
Self-correcting agent memory + MCP server: recall, supersede/revert/review corrections, erasure.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
INSPEXIMUS_PATH INSPEXIMUS_ECHO_GUARD INSPEXIMUS_EMBED_URL INSPEXIMUS_EMBED_MODELClaude Code
claude mcp add --env INSPEXIMUS_PATH= --env INSPEXIMUS_ECHO_GUARD= --env INSPEXIMUS_EMBED_URL= --env INSPEXIMUS_EMBED_MODEL= inspeximus -- uvx inspeximus
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"inspeximus","command":"uvx","args":["inspeximus"],"env":{"INSPEXIMUS_PATH":"","INSPEXIMUS_ECHO_GUARD":"","INSPEXIMUS_EMBED_URL":"","INSPEXIMUS_EMBED_MODEL":""}}'
JSON
{
"mcpServers": {
"inspeximus": {
"command": "uvx",
"args": [
"inspeximus"
],
"env": {
"INSPEXIMUS_PATH": "",
"INSPEXIMUS_ECHO_GUARD": "",
"INSPEXIMUS_EMBED_URL": "",
"INSPEXIMUS_EMBED_MODEL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.