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
By MerabyLabs
Installation
npx -y promptarchitect-mcpConfiguration
{
"mcpServers": {
"promptarchitect-mcp": {
"command": "npx",
"args": ["-y", "promptarchitect-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes