Back to Browse

LRSI MCP Server

Developer ToolsModerate5.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

Local recursive self-improvement OS MCP with fail-closed governance and gated mutation tools.

About

Local recursive self-improvement OS MCP with fail-closed governance and gated mutation tools.

Security Report

5.7
Moderate5.7Moderate Risk

LRSI is a well-structured autonomous agentic operating system with sound governance principles and fail-closed gate architecture. The codebase demonstrates strong security foundations with proper input validation, no hardcoded credentials, and intentional boundary enforcement. Minor code quality issues (broad exception handling, basic input validation) and the use of a mock LLM for demonstration purposes prevent a higher score, but these do not represent security vulnerabilities. The system appropriately constrains permissions and enforces mutation approval workflows. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 1 high severity).

8 files analyzed · 8 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-anamized-lrsi": {
      "args": [
        "lrsi"
      ],
      "command": "uvx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

LRSI

CI License Python 3.11+ MCP SDK CLI API

LRSI (Local Recursive Self-Improvement) — Autonomous Agentic Operating System

Sovereign, closed-loop system on dual Blackwell hardware. Built on the open LRSI Runtime Core (marcuszimmermann365/IRSI). Every mutation is forced through a fail-closed boundary and append-only event trail.

Support Agentic OS Kernels ($99) · Agentic OS Cycle ($0.75) · Public Goods Support

Non-custodial USDC (preferred for agents)

NetworkAddress
Base / Ethereum0xD3d0E9eDAe3Ac7bb199a8EAA761BdA423b878438
SolanaETQwWf19axArsY493UfC6bxe2BmEzmzvCb58PPnC38A

Related: rui · server-os · openmesha · OpenGOS

Surfaces

SurfaceEntry
CLIlrsi status / lrsi workflow / lrsi mutate / lrsi audit
SDKfrom lrsi.sdk import LRSIClient
REST APIlrsi-apihttp://localhost:8080/docs
MCP Serverlrsi-mcp
Multi-agentimprover → evaluator → council + skills/multi-agent-workflow/
CI.github/workflows/ci.yml
Verifybash scripts/verify.sh

Quick Start

pip install -e ".[dev,mcp,api]"
bash scripts/verify.sh
lrsi-api

Design principles

  1. Fail closed
  2. Every mutation through the LRSI boundary
  3. Event-sourced audit trail
  4. Evidence-gated promotion
  5. Multi-surface (CLI · SDK · API · MCP · workflows)

License

Apache-2.0

Reviews

No reviews yet

Be the first to review this server!