logic server for Zed
ai.nocturnus/logic-server
Agent reasoning, memory, and token-optimized context for AI applications.
client:Zed
transport:stdio
runtime:npm
Install logic server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs