logic-server
About
Agent reasoning, memory, and token-optimized context for AI applications.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
NOCTURNUSAI_URL NOCTURNUSAI_API_KEY NOCTURNUSAI_DATABASE NOCTURNUSAI_TENANTClaude Code
claude mcp add --env NOCTURNUSAI_URL= --env NOCTURNUSAI_API_KEY= --env NOCTURNUSAI_DATABASE= --env NOCTURNUSAI_TENANT= logic-server -- npx nocturnusai-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"logic-server","command":"npx","args":["nocturnusai-mcp"],"env":{"NOCTURNUSAI_URL":"","NOCTURNUSAI_API_KEY":"","NOCTURNUSAI_DATABASE":"","NOCTURNUSAI_TENANT":""}}'
JSON
{
"mcpServers": {
"logic-server": {
"command": "npx",
"args": [
"nocturnusai-mcp"
],
"env": {
"NOCTURNUSAI_URL": "",
"NOCTURNUSAI_API_KEY": "",
"NOCTURNUSAI_DATABASE": "",
"NOCTURNUSAI_TENANT": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.