HomeKnowledge & Memory › nocturnusai

nocturnusai

Agent reasoning, memory, and token-optimized context for AI applications.

Python Local
★ 3 stars Last pushed 2026-08-14 License: NOASSERTION

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.3.11)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "nocturnusai": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "NOCTURNUSAI_URL": "<YOUR_VALUE>",
        "NOCTURNUSAI_API_KEY": "<YOUR_VALUE>",
        "NOCTURNUSAI_DATABASE": "<YOUR_VALUE>",
        "NOCTURNUSAI_TENANT": "<YOUR_VALUE>"
      }
    }
  }
}
  • NOCTURNUSAI_URL — Base URL of the NocturnusAI server
  • NOCTURNUSAI_API_KEY secret — API key for authenticated access
  • NOCTURNUSAI_DATABASE — Database name to use
  • NOCTURNUSAI_TENANT — Tenant ID for multi-tenant isolation

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry