Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"nautex": {
"args": [
"nautex"
],
"command": "uvx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This is an MCP server that integrates PRD and TRD building tool Nautex AI with the Coding Agents.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked nautex against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools / productivity
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
MCP Security Weekly
Get CVE alerts and security updates for Nautex and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This is an MCP server that integrates PRD and TRD building tool Nautex AI with the Coding Agents.
Supported agents:
Since LLM Coding Agents do not attend team meetings, there is the challenge of conveying complete and detailed product and technical requirements to them.
Nautex AI tool-chain manages step by step guiding of Coding Agents so they implement specification using small, relevant and testable steps.
Core principles are:
Nautex AI acts as an Architect, Technical Product Manager, and Project Manager for coding agents, speeding up AI-assisted development by communicating requirements effectively. This MCP server pulls guidance instructions from Nautex AI; tasks contain to-do items, references to the affected files, and requirements that are automatically synced for the Coding Agent's availability.
By Ivan Makarov
The chatbot conducts a briefing session with you, gathering questions and ideas until complete. It then generates comprehensive product and technical specifications.
(Example: A project I initiated to explore WebRTC.)
Product requirements:

Technical requirements:

You fill in details, clarify the specification, and resolve any TODOs flagged by the chatbot during the interview.

You'll occasionally need to review the code, so it's best to know in advance where to look and how everything is organized. This prevents the AI from making decisions—allowing it to focus on writing higher-quality code with greater attention to the task.
The image displays a file map generated by Nautex AI, with files linked to specific requirements and sections.

With the code location clarified, tasks are planned: Coding, Testing, and Review.
Reviews are scheduled early to demonstrate progress and verify alignment with goals.
The plan is structured in small, self-contained layers, building your project incrementally like floors in a skyscraper.

Configure the MCP server for your coding agent: connect to the Nautex cloud platform, select the project, and choose the implementation plan. The setup command writes all configuration to your project root.

In agent mode, instruct: "pull nautex rules, and proceed with the next scope."
At this stage, your specifications are synchronized in the .nautex directory and accessible to the Coding Agent. The MCP server continuously monitors their relevance.
That's it. You then review and accept substantial code segments that fully align with your expectations and requirements.

The fastest way to set up is via the web app onboarding flow, which generates a single command you copy and run in your project root:
uvx nautex setup --token <TOKEN> --project <PROJECT_ID> --plan <PLAN_ID> --agent <AGENT>
Parameters:
| Flag | Description |
|---|---|
--token, -t | API token (create at [nautex.ai](https://app.nautex.ai/settings/nautex- |