2origin
本象协议 Benxiang · 一源万影:保存本象,按需投影。面向 AI 的持久对象表示层——AI 只提交语义事务,确定性编译器校验后才落地,每个字段都能回答「凭什么」。ShadowBench-W 实测(Run #27,修复探询后,各 n=6):W3 状态准确率 95.8% vs 裸模型 52.1% vs 向量 RAG 58.3%(p=0.0024);状态层的增量在跨全书累积、从不在任何一段文字里被陈述的状态上。三方言共用核心仅加 4 行;68 条语言无关一致性向量 + 两份实现。
5-Factor AST Security Breakdown
Deterministic code heuristics and edge isolation analysis
Passed static AST scan: Verified absence of arbitrary remote eval, prompt injections, and unauthenticated exfiltration webhooks.
Native compatibility with Cloudflare Workers runtime, Workerd engine, or Model Context Protocol schema.
Basic open-source declaration. Explicit LICENSE file recommended.
README contains comprehensive setup guides, deployment commands, and environmental configurations.
Verified repository structure with authentic commit history (4/12 community traction, 8/8 commit provenance).
Deep Static Code & Manifest Inspection
Automated AST scan of repository configuration and security vectors
eval() or unconstrained reflectionIntegration & MCP Setup
Copy pre-formatted config snippets for your AI IDE or CLI
{
"mcpServers": {
"2origin": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-2origin"
]
}
}
}More MCP Servers Tools
View allModel Context Protocol Servers
The official Python SDK for Model Context Protocol servers and clients
The official TypeScript SDK for Model Context Protocol servers and clients