Shipwright-MCP-Server

NMenzel/Shipwright-MCP-Server
★ 0 stars TypeScript 🧠 Memory/Knowledge Updated today
A small MCP server that exposes project-specific engineering standards, review checklists, coding guidelines, and contextual documentation to AI coding assistants
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": {
    "shipwright-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "NMenzel/Shipwright-MCP-Server"
      ]
    }
  }
}