pypi aicraft-code-reviewstdioMITupdated 9d ago
Production-ready developer tools, code templates, and AI prompt packs. Built by engineers, for engineers.
O que dá para fazer com MCP Code Review Server?
AICraft — AI-Powered Developer Tools
Production-ready developer tools, code templates, and AI prompt packs. Built by engineers, for engineers.
Products
Prompt Packs
| Product | Price | Description |
|---|---|---|
| 100 Developer AI Prompts | $19 | 100 battle-tested prompts covering code review, testing, DevOps, security, and APIs. Copy, paste, ship. |
| AI + Trading Prompt Pack | $29 | 30 prompts for AI-powered stock analysis. Level 2 order book, technical patterns, fund flow, sentiment, backtesting. |
| AI Agent Prompts Pack | $29 | 50 production-tested prompts for building AI agents with Claude Code, LangChain, n8n. Architecture to deployment. |
| API Development Prompts | $19 | 35 prompts for the full API lifecycle: design, implementation, testing, docs, and production ops. |
Code Templates
| Product | Price | Description |
|---|---|---|
| Python CLI Generator | $49 | Build beautiful CLI apps in minutes. Modern Python scaffold with Typer, Rich, Pydantic v2, structlog, httpx, CI/CD. |
| Python CLI 中文模板 | $19 | 专为中国开发者打造的 Python CLI 脚手架。全中文文档和注释,5 分钟搭建专业级命令行工具。 |
| FastAPI Starter Kit | $59 | Launch your FastAPI backend in 5 minutes. Async SQLAlchemy 2.0, JWT auth, Docker Compose, full test suite. |
MCP Tools
| Product | Price | Description |
|---|---|---|
| MCP Code Review Server | $49 | AI code review in your editor. OWASP scanning, N+1 detection, race analysis, severity ratings. Install in 10 seconds. |
Custom rules & team profiles: commit a .mcp-code-review.yaml to your repo for shared regex rules, disabled checks, severity overrides, and per-repo thresholds.
Marketplaces: Official MCP Registry · Smithery · mcpservers.org · cursor.directory · PyPI
AgentPowers Skills (Free)
| Skill | Description |
|---|---|
| Code Review Agent | 4-pass code review with OWASP scanning, performance analysis, quality checks |
| Git Commit Assistant | Conventional Commits from git diff. Auto-detects type, scope, breaking changes |
| PR Description Generator | Auto-generates PR descriptions from git history and diff |
Pricing Philosophy
All products are priced based on market research and the value they deliver:
- Prompt packs at $19-$29 solve specific, high-value problems for developers
- Code templates at $49-$59 save 10-40 hours of setup time — priced at a fraction of the time they save
- MCP tools at $49 are among the first paid MCP servers on the market
Most products are one-time purchases with lifetime updates. The MCP Code Review line also has a planned Team Updates add-on for teams that want monthly rule drops, CI workflow refreshes, and rollout support.
Team Updates (early access)
The free MCP server and the one-time Team Rules Pack remain available. Team Updates is being validated in two tiers: Starter ($19/month or $190/year, up to 3 engineers) and Team Pilot ($99/month or $990/year, up to 10 engineers). Early access is collected by email first; the delivery scope and launch date are confirmed before charging.
Details: Team Updates · 中文页面
Roadmap
- Initial product lineup (8 products)
- GitHub Pages storefront with custom domain
- Creem store (checkout live)
- Official MCP Registry listing (0.1.2 active)
- Next.js SaaS Starter Kit
- Team Updates recurring offer (early access validation in progress)
Tech Stack
- Storefront: GitHub Pages (
aicraft.vip) - Payment processing: Creem (Merchant of Record)
- Distribution: Digital download
License
Each product is licensed individually. See product READMEs for details.
Built by GoodJobWilliam
Instalação
Adicione MCP Code Review Server ao seu cliente. Escolha o que você usa.
claude mcp add aicraft-code-review -- uvx aicraft-code-reviewcodex mcp add aicraft-code-review -- uvx aicraft-code-reviewamp mcp add aicraft-code-review -- uvx aicraft-code-review{
"mcpServers": {
"aicraft-code-review": {
"command": "uvx",
"args": [
"aicraft-code-review"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"aicraft-code-review": {
"command": "uvx",
"args": [
"aicraft-code-review"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"aicraft-code-review","command":"uvx","args":["aicraft-code-review"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"aicraft-code-review": {
"command": "uvx",
"args": [
"aicraft-code-review"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"aicraft-code-review": {
"command": "uvx",
"args": [
"aicraft-code-review"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"aicraft-code-review": {
"command": "uvx",
"args": [
"aicraft-code-review"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"aicraft-code-review": {
"type": "local",
"command": "uvx",
"args": [
"aicraft-code-review"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"aicraft-code-review": {
"command": {
"path": "uvx",
"args": [
"aicraft-code-review"
]
}
}
}
}Add to your Zed `settings.json`.
uvx aicraft-code-reviewRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Pontuação
39 / 100
Incompleta
- Documentação19/25
- Manutenção19/25
- Confiança13/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 2 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 0.1.2Mais recente | 17 de ago. de 2026 |