Back to Home
hmldns icon

nautex

Verified Safe

by hmldns

Overview

Integrate the Nautex AI platform with various coding agents by acting as a Model-Context-Protocol (MCP) server for task management, requirements guidance, and progress reporting.

Installation

Run Command
uvx nautex mcp

Environment Variables

  • NAUTEX_API_TOKEN
  • NAUTEX_API_HOST

Security Notes

The project demonstrates good practices in handling API tokens using Pydantic's SecretStr, loading from environment variables, and preventing serialization to common config files. It also implements a specific mechanism to save the token to a `.nautex/.env` file and include it in `.gitignore` for security. Subprocess execution (`subprocess.run`, `asyncio.create_subprocess_exec`) is used for interacting with external agent CLIs (`claude`, `cp`) but appears to be tightly controlled with hardcoded arguments, mitigating common command injection risks. Network communication is handled via `aiohttp` to a defined API endpoint with retry logic and error handling. No 'eval' or obvious obfuscation found.

Similar Servers

Stats

Interest Score47
Security Score9
Cost ClassLow
Avg Tokens1500
Stars64
Forks7
Last Update2025-11-19

Tags

MCP ServerAICoding AgentsTask ManagementRequirementsCLIPython