logic server for Claude Desktop
ai.nocturnus/logic-server
Agent reasoning, memory, and token-optimized context for AI applications.
client:Claude Desktop
transport:stdio
runtime:npm
Install logic server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs