Osirium Whitepaper
  • $OSIRAI WHITEPAPER
    • 1. Introduction
  • 2. Motivation & Problem Statement
  • 3. Architecture Overview
  • 4. Core Components
  • 5. Use Cases
  • 6. Security & Limitations
  • 7. Roadmap
  • 8. Token Utility | $OSIRAI
  • 9. Get Started
  • 10. Socials
Powered by GitBook
On this page

9. Get Started

Osirium is open-source and fully modular. Anyone can run a node, generate attestations, or integrate the pipeline into their application.

🔧 Requirements

  • Claude API key (via Anthropic)

  • Ethereum private key (to sign outputs)

  • Node.js and NPM installed

  • Git + basic terminal usage

🛠️ Setup Steps

  1. Clone the repository:

git clone https://github.com/OsiriumAI/Osirium-MCP-Node.git
cd Osirium-MCP-Node
  1. Install dependencies:

npm install
  1. Configure your node (mcp.json):

{
  "name": "Your MCP Node",
  "description": "Optional description",
  "claude_api_key": "YOUR-API-KEY",
  "private_key": "0xYOURPRIVATEKEY"
}
  1. Start the node:

node main.js

🔗 Resources

Use it, fork it, build on top of it. Everything starts with a prompt.

Previous8. Token Utility | $OSIRAINext10. Socials

Last updated 14 days ago

(coming soon)

(planned)

(to be announced)

GitHub Repository
Prompt Samples
Attestation Verifier Contract
Telegram / X / Docs
Page cover image