mcpbeat Sign in

Logic Server MCP Server

by nocturnus Your server? Claim it
local only

Logic Server runs on your own machine — the client starts it, so there is no endpoint to ping. 60 installs a week from npm. Last commit 14 Aug 2026.

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

Installs per day peak 31 · avg 9 · +14% w/w
a month agotoday
60
Installs / week
npm · nocturnusai-mcp
3
Stars
0 open issues
14 Aug 2026
Last commit
0 releases in 90 days
License
Kotlin

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

            java.io.File("/.dockerenv").exists() ||
File ships in the package but is absent from the source [пакет] src/index.ts:1
этот файл ставится пользователю, но в репозитории его нет
        Runtime.getRuntime().exec(arrayOf("bash", "-c", "docker compose version >/dev/null 2>&1")).waitFor() == 0 -> "docker compose"
Builds a database query by concatenation nocturnusai-cli/src/main/kotlin/com/nocturnusai/cli/Repl.kt:1303
  Ctrl+W        Delete word
  Ctrl+R        (coming soon) reverse search
  q / exit      Quit

  ${DIM}exec / dsl = raw DSL    h / help = this message${RESET}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add logic-server -- npx -y nocturnusai-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "logic-server": {
      "args": [
        "-y",
        "nocturnusai-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.logic-server]
command = "npx"
args = ["-y", "nocturnusai-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "logic-server": {
      "args": [
        "-y",
        "nocturnusai-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "logic-server": {
      "args": [
        "-y",
        "nocturnusai-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: NOCTURNUSAI_URL (Base URL of the NocturnusAI server), NOCTURNUSAI_API_KEY (API key for authenticated access), NOCTURNUSAI_DATABASE (Database name to use), NOCTURNUSAI_TENANT (Tenant ID for multi-tenant isolation). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Logic Server

same job, measured the same way
Yagami AI Context Firewall
by matthewtracy

Govern model, retrieval, memory, and tool access for AI applications and agents.

104 installs/wk local only
Agent Toolbelt MCP
by marras0914

19 focused API tools for AI agents: contract review, prompt optimizer, context packing, and more.

63 installs/wk local only
Honcho
by plastic-labs

Memory that reasons: continual learning for stateful agents. Better context, fewer tokens.

answering
Synap Memory
by maximem

Persistent memory for AI agents — log and recall conversation context over MCP.

4 tools answering
Agent Memory MCP
by ipiton

Memory, docs, and repo context layer for engineering agents.

local only
b0tl1nk
by b0tl1nk

Search and list applications for AI agents. Remote MCP on b0tl1nk.com.

6 tools answering
LeanToken
by morluto

Token-bounded repository context for coding agents over MCP.

local only
Openfuse MCP
by openfused

Encrypted mail, shared memory, and persistent context for AI agents.

111 installs/wk local only

Logic Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Logic Server?
Logic Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package nocturnusai-mcp was installed 60 times last week.
How do I connect Logic Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls nocturnusai-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Logic Server?
The npm package nocturnusai-mcp was installed 60 times in the last week. Week over week that is +14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Logic Server open source?
We cannot say either way: written in Kotlin and 3 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.