
Logic Server
Give coding agents durable reasoning, memory, and lean context via NocturnusAI instead of stuffing the whole repo into every turn.
Overview
Nocturnus Logic Server MCP is a Build-phase MCP server that exposes NocturnusAI agent reasoning, memory, and token-optimized context over stdio.
What is this MCP server?
- npm package nocturnusai-mcp v0.3.11 with stdio transport
- Agent reasoning, memory, and token-optimized context (per server description)
- Env: NOCTURNUSAI_URL, NOCTURNUSAI_API_KEY, NOCTURNUSAI_DATABASE, NOCTURNUSAI_TENANT for multi-tenant isolation
- GitHub Auctalis/nocturnusai backing the Logic Server
- MCP package version 0.3.11
- npm identifier nocturnusai-mcp
- Four documented environment variables including tenant and database
Community signal: 2 GitHub stars.
What problem does it solve?
Long agent sessions lose thread and burn tokens when every turn reloads unstructured project noise instead of managed memory.
Who is it for?
Builders running a NocturnusAI backend who want IDE agents to share tenant-scoped memory and lean context.
Skip if: Beginners who only need file search in the repo without an external reasoning service.
What do I get? / Deliverables
With NOCTURNUSAI_URL and API key configured, your agent can use Nocturnus-backed reasoning and memory tools through MCP.
- MCP-accessible reasoning and memory operations backed by NocturnusAI
- Tenant- and database-scoped agent context suitable for long Build sessions
Recommended MCP Servers
Journey fit
Reasoning and memory infrastructure is Build agent-tooling for teams shipping agent-native apps that must stay coherent across long sessions. Agent-tooling is where MCP servers that optimize context and stateful logic belong, distinct from one-off REST integrations.
How it compares
Agent memory and logic MCP, not a deployment or testing skill.
Common Questions / FAQ
Who is Nocturnus Logic Server MCP for?
Developers shipping agent products that already use NocturnusAI and want stdio MCP access from Claude Code or Cursor.
When should I use Nocturnus Logic Server MCP?
Use it in Build agent-tooling when you need persistent reasoning state and token-efficient context across multi-step coding tasks.
How do I add Nocturnus Logic Server MCP to my agent?
Install nocturnusai-mcp from npm, set NOCTURNUSAI_URL, NOCTURNUSAI_API_KEY, and optionally NOCTURNUSAI_DATABASE and NOCTURNUSAI_TENANT, then register the stdio server in MCP config.