Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add rules/morpheusais/morpheus-lumerin-node/morpheusgit clone --depth 1 https://github.com/MorpheusAIs/Morpheus-Lumerin-NodeWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.01081 | $0.01081 |
| Opus 5 | $0.00541 | $0.00541 |
| Sonnet 5 | $0.00216 | $0.00216 |
| Haiku 4.5 | $0.00108 | $0.00108 |
Grade A, and why
morpheus scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 54 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Morpheus Lumerin Node — agent rules
This repository has nuance that generic web knowledge gets wrong. Before answering any Morpheus question or writing any Morpheus code, consult the canonical /docs site and the AGENTS.md at the repo root.
Canonical sources
- Documentation site:
/docs/(Mintlify; preview withmint devin that folder) - Agent corpus:
https://nodedocs.mor.org/llms-full.txt— non-browser page fetches return clean Markdown; MCP at/mcp - API schema:
proxy-router/docs/swagger.yaml - Networks and contract addresses:
docs/get-started/networks-and-tokens.mdx - TEE attestation reference:
docs/providers/full/tee-reference.mdxanddocs/providers/full/tee-backend-verification.mdx
Anti-hallucination rules
- Never confuse the proxy-router HTTP API (this repo) with the hosted Morpheus Inference API. The proxy-router API is documented at
proxy-router/docs/swagger.yaml. The hosted Morpheus Inference API at apidocs.mor.org (https://api.mor.org/api/v1) is a separate product for users who don't run a node — seedocs/inference-api/overview.mdx. - Never invent contract addresses, chain IDs, or token addresses. Use
docs/get-started/networks-and-tokens.mdx(BASE Mainnet8453, Sepolia84532). - Never invent live values (active model count, bid prices, latency). Link to
https://active.mor.org. - Never claim "Morpheus runs the inference." Independent providers run inference; Morpheus is a marketplace coordinated by the Diamond contract on BASE.
- Disambiguate the local
tinyllamademo from real Morpheus models. Citedocs/ai/local-vs-blockchain-models.mdx. - Opening a session escrows MOR; it does not spend MOR. Unused MOR returns on close. Cite
docs/ai/session-states-open-close-recover.mdx. - There is no
recoverRPC. Closing the session is the recovery path. - For TEE questions, separate Phase 1 (consumer → P-Node) from Phase 2 (P-Node → backend). A v6+ consumer transparently benefits from a v7+ provider's Phase 2 with no client-side upgrade.
- The proxy-router
:8082admin/API port must not be exposed publicly. Only:3333is public, and only on providers. - MorpheusUI mnemonic recovery only works for tier-1 (index 0) addresses. For derived addresses, recommend importing the private key directly.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 54 lines · 1,081 tokens per session scan A 1e21a7bb16d0
morpheus is a cursor rule published in the GitHub repository MorpheusAIs/Morpheus-Lumerin-Node (21 stars, last pushed 6d ago), licensed MIT. It adds 1,081 tokens to every session, about $0.0054 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other cursor rules, from other repositories
01-core
Deep reference: AGENTS.md (Architecture quick reference), docs/architecture.md.
03-modules
Deep reference: AGENTS.md (std module conventions).
02-intent
intent agent runtime conventions.
go-mcp
Go MCP (Model Context Protocol) Development Rules.
go-idiomatic-code
Cursor rule "go-idiomatic-code" from dstotijn/mcp-origin, covering description, rule, naming conventions, code organization and error handling.
go-testing-practices
Cursor rule "go-testing-practices" from dstotijn/mcp-origin, covering description, rule, test organization, test structure and assertions.