★ 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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"shipwright-mcp-serve": {
"command": "npx",
"args": [
"-y",
"NMenzel/Shipwright-MCP-Server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add shipwright-mcp-serve npx -y NMenzel/Shipwright-MCP-Server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"shipwright-mcp-serve": {
"command": "npx",
"args": [
"-y",
"NMenzel/Shipwright-MCP-Server"
]
}
}
}
📋 Copy