Back to MCP Servers
Nocturnusai
Deterministic reasoning engine for AI agent context compression. Extracts structured facts with logical inference, proof chains, and truth maintenance. REST API, Python/TypeScript SDKs, and MCP server integration.
knowledge-memorypythontypescriptapirestaiagent
By Auctalis
Installation
npx -y nocturnusaiConfiguration
{
"mcpServers": {
"nocturnusai": {
"command": "npx",
"args": ["-y", "nocturnusai"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes