nebula
Installation
SKILL.md
Nebula Integration
Nebula is a persistent semantic memory platform for AI applications. It provides SDKs for Python and JavaScript/TypeScript, a REST API, and an MCP server for AI assistants.
Quick Start
Python
pip install nebula-client
from nebula import Nebula
nebula = Nebula(api_key="your-api-key")
# Or set NEBULA_API_KEY env var and call Nebula()