Skip to content
Windsurf

logic server for Windsurf

ai.nocturnus/logic-server

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

client:Windsurf transport:stdio runtime:npm

Install logic server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "logic-server": {
      "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

logic server in other clients