Operational memory for AI agents: code graph, session memory & guardrails. No context rot.
claude mcp add unerr -- npx -y @unerr-ai/unerr
claude_desktop_config.json
{
"mcpServers": {
"unerr": {
"command": "npx",
"args": [
"-y",
"@unerr-ai/unerr"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"unerr": {
"command": "npx",
"args": [
"-y",
"@unerr-ai/unerr"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"unerr": {
"command": "npx",
"args": [
"-y",
"@unerr-ai/unerr"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"unerr": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@unerr-ai/unerr"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"unerr": {
"command": "npx",
"args": [
"-y",
"@unerr-ai/unerr"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.unerr-ai--unerr/reviews or the review_server meta-tool.
POST /mcp