Server data from the Official MCP Registry
Self-correcting agent memory + MCP server: recall, supersede/revert/review corrections, erasure.
Self-correcting agent memory + MCP server: recall, supersede/revert/review corrections, erasure.
inspeximus is a well-engineered agent memory library with a focus on integrity and correctness. The codebase demonstrates strong architectural principles (immutable raw capture, deterministic operations, no LLM on write path), comprehensive testing infrastructure, and careful security design. Minor findings relate to broad exception handling in the MCP server and a dependency on the `mcp` package for the server variant, but these do not materially impact security given the library's stated purpose and design. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 1 high severity). Package verification found 1 issue.
4 files analyzed · 10 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: INSPEXIMUS_PATH
Environment variable: INSPEXIMUS_ECHO_GUARD
Environment variable: INSPEXIMUS_EMBED_URL
Environment variable: INSPEXIMUS_EMBED_MODEL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-dancenitra-inspeximus": {
"env": {
"INSPEXIMUS_PATH": "your-inspeximus-path-here",
"INSPEXIMUS_EMBED_URL": "your-inspeximus-embed-url-here",
"INSPEXIMUS_ECHO_GUARD": "your-inspeximus-echo-guard-here",
"INSPEXIMUS_EMBED_MODEL": "your-inspeximus-embed-model-here"
},
"args": [
"-y",
"inspeximus-site"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.