Back to MCP Servers

Promptarchitect

Workspace-aware prompt engineering. Refines, analyzes and generates prompts based on your project's tech stack, dependencies and context. Free to use.

developer-tools

Installation

npx -y promptarchitect-mcp

Configuration

{
  "mcpServers": {
    "promptarchitect-mcp": {
      "command": "npx",
      "args": ["-y", "promptarchitect-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub