Back to Home
hmldns icon

nautex

Verified Safe

by hmldns

Overview

Integrate Nautex AI's requirements and task management with various LLM Coding Agents for guided, step-by-step software development.

Installation

Run Command
uvx nautex mcp

Environment Variables

  • NAUTEX_API_HOST
  • NAUTEX_API_TOKEN
  • NAUTEX_AGENT_INSTANCE_NAME
  • NAUTEX_PROJECT_ID
  • NAUTEX_PLAN_ID
  • NAUTEX_DOCUMENTS_PATH
  • NAUTEX_AGENT_TYPE

Security Notes

The server primarily acts as a local proxy between AI coding agents (via Model-Context-Protocol over stdin/stdout) and the remote Nautex AI platform. It reads and writes configuration files (JSON, TOML) in project-specific or home directories (`.nautex/config.json`, `.cursor/mcp.json`, `~/.codex/config.toml`, `opencode.json`). External commands are executed via `subprocess` for specific agent integrations (e.g., `claude mcp add`, `cp` for backup); these commands are hardcoded and do not appear to take arbitrary user input, mitigating direct RCE risks. Sensitive API tokens are handled using `SecretStr` and stored in `.env` files with an attempt at in-memory shredding of non-relevant lines, which is a good practice. The `NAUTEX_API_HOST` is configurable via environment variables, requiring users to trust the specified host.

Similar Servers

Stats

Interest Score29
Security Score7
Cost ClassMedium
Avg Tokens750
Stars66
Forks7
Last Update2025-12-17

Tags

AI DevelopmentCoding AgentProject ManagementRequirements ManagementDeveloper Tool