Page cover

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.

Last updated