What is the ai.nocturnus/logic-server MCP server?
Agent reasoning, memory, and token-optimized context for AI applications.
How to install ai.nocturnus/logic-server
Copy-paste configuration for popular MCP clients.
NOCTURNUSAI_URLBase URL of the NocturnusAI server
NOCTURNUSAI_API_KEYsecretAPI key for authenticated access
NOCTURNUSAI_DATABASEDatabase name to use
NOCTURNUSAI_TENANTTenant ID for multi-tenant isolation
{
"mcpServers": {
"logic-server": {
"command": "npx",
"args": [
"-y",
"nocturnusai-mcp"
],
"env": {
"NOCTURNUSAI_URL": "<YOUR_NOCTURNUSAI_URL>",
"NOCTURNUSAI_API_KEY": "<YOUR_NOCTURNUSAI_API_KEY>",
"NOCTURNUSAI_DATABASE": "<YOUR_NOCTURNUSAI_DATABASE>",
"NOCTURNUSAI_TENANT": "<YOUR_NOCTURNUSAI_TENANT>"
}
}
}
}{
"mcpServers": {
"logic-server": {
"command": "npx",
"args": [
"-y",
"nocturnusai-mcp"
],
"env": {
"NOCTURNUSAI_URL": "<YOUR_NOCTURNUSAI_URL>",
"NOCTURNUSAI_API_KEY": "<YOUR_NOCTURNUSAI_API_KEY>",
"NOCTURNUSAI_DATABASE": "<YOUR_NOCTURNUSAI_DATABASE>",
"NOCTURNUSAI_TENANT": "<YOUR_NOCTURNUSAI_TENANT>"
}
}
}
}{
"mcpServers": {
"logic-server": {
"command": "npx",
"args": [
"-y",
"nocturnusai-mcp"
],
"env": {
"NOCTURNUSAI_URL": "<YOUR_NOCTURNUSAI_URL>",
"NOCTURNUSAI_API_KEY": "<YOUR_NOCTURNUSAI_API_KEY>",
"NOCTURNUSAI_DATABASE": "<YOUR_NOCTURNUSAI_DATABASE>",
"NOCTURNUSAI_TENANT": "<YOUR_NOCTURNUSAI_TENANT>"
}
}
}
}{
"servers": {
"logic-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nocturnusai-mcp"
],
"env": {
"NOCTURNUSAI_URL": "<YOUR_NOCTURNUSAI_URL>",
"NOCTURNUSAI_API_KEY": "<YOUR_NOCTURNUSAI_API_KEY>",
"NOCTURNUSAI_DATABASE": "<YOUR_NOCTURNUSAI_DATABASE>",
"NOCTURNUSAI_TENANT": "<YOUR_NOCTURNUSAI_TENANT>"
}
}
}
}claude mcp add logic-server --env NOCTURNUSAI_URL=<YOUR_NOCTURNUSAI_URL> --env NOCTURNUSAI_API_KEY=<YOUR_NOCTURNUSAI_API_KEY> --env NOCTURNUSAI_DATABASE=<YOUR_NOCTURNUSAI_DATABASE> --env NOCTURNUSAI_TENANT=<YOUR_NOCTURNUSAI_TENANT> -- npx -y nocturnusai-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.