trw-mcp

wallter/trw-mcp
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
MCP server for AI coding agents — persistent engineering memory, knowledge compounding, and spec-driven development workflows. Part of TRW Framework.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "trw-mcp": {
      "command": "uvx",
      "args": [
        "trw-mcp"
      ]
    }
  }
}

Or install with pip: pip install trw-mcp

README Excerpt

**MCP server for AI coding agents** — persistent engineering memory, knowledge compounding, and spec-driven development workflows. Part of [TRW Framework](https://trwframework.com). > Every AI coding tool resets to zero. TRW **preserves state across sessions via the `.trw/` directory** — session-start recall replays prior learnings at every new session.

Topics

ai-agentsai-coding-assistantclaude-codecontext-engineeringdeveloper-toolsengineering-memoryknowledge-managementmcpmcp-serverspec-driven-development