Skip to content
Cursor

logic server for Cursor

ai.nocturnus/logic-server

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

client:Cursor transport:stdio runtime:npm

Install logic server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "logic-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "nocturnusai-mcp"
      ],
      "env": {
        "NOCTURNUSAI_URL": "<NOCTURNUSAI_URL>",
        "NOCTURNUSAI_API_KEY": "<NOCTURNUSAI_API_KEY>",
        "NOCTURNUSAI_DATABASE": "<NOCTURNUSAI_DATABASE>",
        "NOCTURNUSAI_TENANT": "<NOCTURNUSAI_TENANT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

logic server in other clients