devops-infra MCP Server
Memory infrastructure for multi-agent AI systems. Shared, persistent, consistent knowledge for agents that need to stop forgetting.
Discovered via list:awesome-mcp-servers-punkpeye and last synced 3mo ago.
1. Install the package
npx iranti
2. Add to claude_desktop_config.json
{
"mcpServers": {
"iranti": {
"command": "npx",
"args": [
"iranti"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
Purpose
Exact entity+key lookup
Demand-driven context injection with entity hints
Watch escalation files and auto-run maintenance (`true`/`false`)
Role
Hybrid semantic/lexical search
Write a user operating rule with trigger conditions
Pre/post-response memory injection — call before every reply
Fact history with timestamps
Server authentication key
Consumes escalation files for conflicts the Librarian could not auto-resolve
Save current task progress
Auto-persist facts from an assistant response
Write a durable fact to shared memory
Find which agents have written about an entity
`openai` \
Initialize session, load operating rules and working memory
Create a relationship between two entities
PostgreSQL connection string (pgvector required)
Extract facts from prose or documents
Description