MCP Directory
Back

rosetta

by griddynamics · TypeScript · ★ 309

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

#ai-agents#antigravity#claude-code#codex#context-engineering#copilot#cursor#developer-tools#gemini-cli#mcp-server#opencode#plugins#progressive-disclosure#windsurf

Install

npx -y github:griddynamics/rosetta

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "rosetta": {
      "command": "npx",
      "args": [
        "-y",
        "github:griddynamics/rosetta"
      ]
    }
  }
}

From the README

Engineering governance and context for AI coding agents — the knowledge a senior engineer would have, compiled into every agent. https://github.com/user-attachments/assets/6df6e217-3e5c-4691-84ed-7440701a87de AI coding agents are great — until you try to use them across a real team. Everyone builds their own prompts and rules, knowledge stays in silos, and the agent — not knowing your architecture or constraints — guesses from a few open files and confidently does the wrong thing. That's why we built Rosetta — an open-source governance and…
Read full README on GitHub →

Related ai & ml servers