Nexus Os

security MCP Server

The Governed Agentic AI Operating System — 65 Rust crates, 658 commands, 84 pages, 5,029 tests, 10/10 OWASP

Verified
securitysecurity
6 views2 stars0 forksMIT

Why This Matters

Discovered via github-topic:mcp and last synced 3mo ago.

Verified
Source
github-topic:mcp
Stars
2
Last synced
3mo ago
Install
Check source

Install

Install instructions not detected yet

Check the source repository for the latest setup steps.

View source instructions
9
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (9)

Risk

Defense

MoE

32 GB

Problem

Everyone Else

1

Goal Hijacking

Model

Parameters

Category

Score

Ad-hoc

OWASP Agentic Top 10 — all 10 defenses with 62 tests

2B

Dense

5

### Capability-Based Access Control ``` Agent: coder-agent (L3) Capabilities: file.read(scope: /workspace/*), file.write(scope: /workspace/*) llm.query(provider: ollama, model: codestral) Denied: network.external, file.write(scope: /system/*), process.execute(elevated: true) Fuel: 10,000 units/session HITL: Required for file.delete, process.execute ``` ## Project Structure ``` nexus-os/ ├── kernel/ 110K lines — governance, cognitive loop, actuators, audit ├── app/src-tauri/ 34K lines — 675 Tauri commands across 19 domain modules ├── app/src/ 65K lines — 86 React pages, 352 tests ├── connectors/ 23K lines — LLM (15 providers), messaging (6 channels), web, social ├── crates/ 55K lines — memory, crypto, self-improve, A2A, MCP, simulation, ... ├── agents/ 19K lines — 10 agent crates + 55 prebuilt manifests ├── sdk/ 10K lines — agent-facing API wrapping kernel ├── distributed/ 9K lines — P2P, ghost protocol, mesh ├── protocols/ 8K lines — HTTP gateway, OpenAI-compat API, MCP client ├── marketplace/ 5K lines — Ed25519 signing, SQLite registry ├── enterprise/ 7K lines — auth, tenancy, integrations, metering, telemetry └── cli/ 6K lines — CLI tools, packager ``` ## Documentation