Skip to content

Meta-prompting, context engineering, and centralized instructions management for AI coding agents

PyPI Downloads Python 3.12+

What is Rosetta

Rosetta is a meta-prompting, context engineering, and centralized knowledge management for AI coding agents. It provides structured context - rules, skills, workflows, and sub-agents - guiding AI systems to operate with a deep understanding of system architecture, domain constraints, and engineering standards. Rosetta also accelerates project onboarding by reverse-engineering architecture and domain context, improving the reliability and consistency of AI-generated code.

Every AI interaction follows four phases: Prepare (load guardrails and context), Research (search the knowledge base), Plan (produce a reviewable plan), Act (execute with full context). Read more in the Usage Guide.

Why use it

How it works

Your IDE connects to the Rosetta MCP server. The server exposes guardrails and common best practices, and provides a menu of available instructions — workflows and coding conventions. The coding agent selects only what it needs for the current task; Rosetta delivers just those, keeping the agent’s context lean. By design, no source code or project data reaches Rosetta.

Rosetta is designed to not see your source code or IP. It only serves knowledge and instructions to the agent. The agent loads only what it needs per request (progressive disclosure) and follows your organization’s workflows.

Get Started

Cursor — add to ~/.cursor/mcp.json or .cursor/mcp.json:

{
  "mcpServers": {
    "Rosetta": {
      "url": "[rosetta MCP production server URL]"
    }
  }
}

Claude Code:

claude mcp add --transport http Rosetta [rosetta MCP production server URL]

Codex:

codex mcp add Rosetta --url [rosetta MCP production server URL]
codex mcp login Rosetta

Complete the OAuth flow when prompted. Then ask: “Initialize this repository using Rosetta”

STDIO transport is available for air-gapped environments. All IDEs and detailed setup. Read more in the Quickstart.

Supported IDEs and Agents

Works with any MCP-compatible tool.

Documentation

I want to… Read
Understand what Rosetta is and how to think about it Overview
Set up Rosetta Quick Start
Learn how to use Rosetta flows Usage Guide
Deploy Rosetta for my organization Deployment
Understand the system architecture Architecture
Navigate the codebase Developer Guide
Contribute a change Contributing
Debug a problem Troubleshooting

Contributing

Contributions welcome. See Contributing for workflow and expectations.

Community

License

See LICENSE for details.