Skip to content

8 powerful AI development tools for Claude Code, Cursor, Windsurf - Code review, testing, architecture, security, and more

License

Notifications You must be signed in to change notification settings

j0KZ/mcp-agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

@j0kz MCP Development Toolkit

9 powerful AI development tools for Claude Code, Cursor, Windsurf, and all MCP-compatible editors

npm Version License: MIT MCP Compatible Wiki GitHub Performance Tests

πŸŽ‰ What's New in v1.0.31

⚑ Phase 3: Performance & Optimization (COMPLETE)

Major Performance Boost:

  • πŸš€ 2.18x speedup with intelligent caching (99.9% hit rate)
  • ⚑ AST parsing 73% faster with content-based cache invalidation
  • πŸ“Š Hash generation: 673K ops/sec throughput
  • βœ… Zero breaking changes - fully backwards compatible

Key Features:

  • ✨ Intelligent caching in test-generator, security-scanner, smart-reviewer
  • πŸ“ˆ Reusable performance benchmark suite
  • πŸ”„ Content-based automatic cache invalidation
  • πŸ“Š Built-in cache statistics and monitoring

Metrics:

Analysis Cache:  2.18x speedup (99.9% hit rate)
AST Parsing:     73% faster with cache
Hash Generation: 673K ops/sec
Tests:           853 total (+228 from v1.0.30)
Pass Rate:       100% (853/853)

πŸ“ˆ Phase 2: Quality & Test Coverage (COMPLETE)

Test Expansion:

  • βœ… Added 225 new tests (625 β†’ 850)
  • βœ… Smart-reviewer analyzers: 0% β†’ 100% coverage
  • βœ… Strengthened api-designer assertions (removed shallow toBeDefined())

Code Modernization:

  • βœ… ESLint 9 + Prettier with flat config
  • βœ… AST parser with @babel/parser (eliminated ReDoS vulnerabilities)
  • βœ… Auto-fixed 69 code quality issues

πŸ”’ Phase 1: Critical Fixes (COMPLETE)

Security & Reliability:

  • βœ… Fixed orchestrator batch operations bug (critical)
  • βœ… 100% validation coverage (32 security tests)
  • βœ… Standardized 58 error codes with MCPError class
  • βœ… 20 integration tests for real-world workflows

See CHANGELOG.md for complete v1.0.31 release notes.

  • πŸ—οΈ Architecture: Centralized error handling, reduced complexity
  • βœ… Quality: ESLint + Prettier enforced, AST-based parsing

πŸ”— MCP Workflow Engine (Orchestrator)

3 Pre-built Workflows:

  • pre-commit (2 steps) - Fast local checks: code review + security scan
  • pre-merge (4 steps) - Comprehensive PR validation with dependency resolution
  • quality-audit (3 steps) - Deep analysis: security report + architecture + docs

Key Features:

  • πŸ”— MCP-to-MCP communication via JSON-RPC
  • πŸ“Š Dependency resolution (steps can depend on other steps)
  • ⚑ Parallel execution where possible
  • βœ… 48/48 tests passing (includes 20 integration tests)

Read full orchestrator docs

πŸŽ‰ What's New in v1.0.29

πŸ§ͺ Test Coverage Enforcement & Expansion

CI Coverage Enforcement - Actual Metrics:

  • βœ… Coverage (deduplicated): 59% statements, 67% branches, 74% functions
  • βœ… Enforced thresholds: 55% statements, 65% branches, 72% functions
  • βœ… Automated validation with check-coverage.js (proper deduplication)
  • βœ… Visual coverage dashboard with coverage-dashboard.js
  • βœ… All 622 tests passing (100% pass rate)

342 New Tests Added (+46% growth):

  • API Designer: 3 β†’ 140 tests (+4567%) - OpenAPI, GraphQL, client generation, validation
  • Refactor Assistant: 170 β†’ 311 tests (+83%) - async conversion, dead code, design patterns
  • Security Scanner: 8 β†’ 64 tests (+700%) - secrets, SQL injection, XSS, utilities

Refactor Assistant Improvements:

  • Created modular transformation utilities (async-converter, dead-code-detector)
  • Extracted pattern factory to eliminate 50-line switch statement
  • Reduced complexity from 78 β†’ 71 (-9%)
  • Code size reduced from 462 β†’ 410 lines (-11%)

Overall:

  • βœ… 622 passing tests (100% pass rate)
  • βœ… Coverage: 59% statements, 67% branches, 74% functions (verified, deduplicated)
  • βœ… Comprehensive test coverage across all packages
  • βœ… Enforced quality standards in CI/CD pipeline

Previous Release (v1.0.28):

  • πŸ“š Complete documentation restructuring
  • πŸ“ 7 organized categories with central index
  • βœ… Improved navigation and discoverability

v1.0.27:

🎯 Major Code Quality Improvements - MCP-Validated!

Security Scanner - Perfect Score 100/100 ⭐

  • Score improved from 57 β†’ 100/100 (+75%)
  • Complexity reduced by 54% (71 β†’ 33)
  • Maintainability increased 245% (11 β†’ 38)
  • Duplicate code reduced 94% (35 β†’ 2 blocks)
  • 47% smaller codebase (395 β†’ 209 lines)

DB Schema Designer - Near Perfect 97/100 ⭐

  • Score improved from 75 β†’ 97/100 (+29%)
  • Complexity reduced by 49% (83 β†’ 42)
  • Maintainability increased 121% (14 β†’ 31)
  • Duplicate code reduced 41% (22 β†’ 13 blocks)
  • 36% smaller codebase (411 β†’ 262 lines)

Refactor Assistant - Stable 67/100

  • Complexity reduced 7% (84 β†’ 78)
  • Constants extraction and error handling improvements

CodeRabbit Review - All Clear βœ…

  • βœ… 9/9 issues resolved (3 critical, 3 major, 3 minor)
  • βœ… SQL injection prevention with input validation
  • βœ… Dependency scanner false positive fixes
  • βœ… Semver upgraded to v7.7.2

Overall Impact:

  • βœ… +33% average score improvement (66 β†’ 88)
  • βœ… -36% complexity reduction
  • βœ… +122% maintainability improvement
  • βœ… -52% duplicate code reduction
  • βœ… 0 security vulnerabilities (validated by Security Scanner MCP)
  • βœ… 100% test pass rate (68/68 tests)

Previous Updates:

  • πŸš€ CI/CD Templates - GitHub Actions, GitLab CI, pre-commit hooks
  • 🎯 Global Version Management - version.json single source of truth

View Full Changelog


⚑ Quick Install

Install all 9 tools instantly with one command:

# For Claude Code (default)
npx @j0kz/mcp-agents@latest

# For other editors
npx @j0kz/mcp-agents@latest cursor     # Cursor
npx @j0kz/mcp-agents@latest windsurf   # Windsurf
npx @j0kz/mcp-agents@latest vscode     # VS Code
npx @j0kz/mcp-agents@latest roo        # Roo Code
npx @j0kz/mcp-agents@latest trae       # Trae

That's it! The installer will:

  • βœ… Clear npm cache
  • βœ… Fix malformed config files automatically
  • βœ… Configure MCP settings with @latest versions
  • βœ… Pre-install all 9 tools (including orchestrator)
  • βœ… Bypass npx cache issues

Restart your editor and all 9 MCP tools will be ready to use.

πŸ“– More installation options
# List all available tools
npx @j0kz/mcp-agents list

# Clear cache if having issues
npx @j0kz/mcp-agents clear-cache

# Show help (see all supported editors)
npx @j0kz/mcp-agents help

Supported Editors:

  • Claude Code, Cursor, Windsurf, VS Code, Roo Code, Trae

Or use the manual installation guide below.


πŸš€ CI/CD Integration (NEW!)

Add MCP quality checks to your pipeline in < 1 minute:

GitHub Actions

Quick Start:

# Basic quality check on PRs
curl -o .github/workflows/mcp-basic.yml \
  https://raw.githubusercontent.com/j0KZ/mcp-agents/main/templates/github-actions/mcp-basic.yml

Available Templates:

  • mcp-basic.yml - Quick code review + security scan
  • mcp-quality-gate.yml - Comprehensive 5-job pipeline
  • mcp-pre-merge.yml - Strict enforcement before merge

Pre-commit Hooks

Install locally:

npx @j0kz/mcp-hooks-generator basic

Modes: basic, strict, minimal, custom

GitLab CI

# .gitlab-ci.yml
include:
  - remote: 'https://raw.githubusercontent.com/j0KZ/mcp-agents/main/templates/gitlab-ci/mcp-quality-gate.gitlab-ci.yml'

πŸ“š Full CI/CD Guide | Browse Templates


πŸ“œ Previous Releases

v1.0.19 - Dist Rebuild

  • Rebuilt dist files with correct @j0kz/shared imports
  • Fixed ERR_MODULE_NOT_FOUND errors completely

v1.0.18 - Shared Package Published

  • Published @j0kz/shared package to npm
  • Updated all package.json dependencies
  • Fixed ERR_MODULE_NOT_FOUND error

v1.0.17 - Code Quality Improvements

  • Major complexity reduction in API Designer (67% reduction)
  • Enhanced accuracy in Smart Reviewer
  • All 37 tests passing with zero breaking changes
  • Better maintainability with modular architecture

v1.0.16 - Dependency Updates

  • Major dependency updates (Anthropic SDK, MCP SDK, Vitest)
  • Zero vulnerabilities
  • Enhanced test infrastructure

v1.0.15 - Security & Examples

  • Security hardened with ReDoS vulnerability fixes
  • 19 comprehensive examples and tutorials
  • Performance benchmarking infrastructure
  • Structured error codes

πŸš€ Installation

Choose your AI-powered code editor below and follow the simple installation steps:

🎨 Claude Code (Anthropic) - Click to expand

Automatic Installation (Recommended)

Mac/Linux:

curl -fsSL https://raw.githubusercontent.com/j0KZ/mcp-agents/main/install-all.sh | bash

Windows (PowerShell):

irm https://raw.githubusercontent.com/j0KZ/mcp-agents/main/install-all.ps1 | iex

Manual Installation

# Install all 9 tools individually
claude mcp add smart-reviewer "npx @j0kz/smart-reviewer-mcp" --scope user
claude mcp add test-generator "npx @j0kz/test-generator-mcp" --scope user
claude mcp add architecture-analyzer "npx @j0kz/architecture-analyzer-mcp" --scope user
claude mcp add doc-generator "npx @j0kz/doc-generator-mcp" --scope user
claude mcp add security-scanner "npx @j0kz/security-scanner-mcp" --scope user
claude mcp add refactor-assistant "npx @j0kz/refactor-assistant-mcp" --scope user
claude mcp add api-designer "npx @j0kz/api-designer-mcp" --scope user
claude mcp add db-schema "npx @j0kz/db-schema-mcp" --scope user
claude mcp add orchestrator "npx @j0kz/orchestrator-mcp" --scope user

βœ… Verify Installation:

claude mcp list

You should see all 9 tools marked as "βœ“ Connected"

⚑ Cursor (Anysphere) - Click to expand

Option 1: Automatic Setup

Mac/Linux:

curl -o ~/.cursor/mcp_config.json https://raw.githubusercontent.com/j0KZ/mcp-agents/main/mcp_config_all.json

Windows (PowerShell):

Invoke-WebRequest -Uri "https://raw.githubusercontent.com/j0KZ/mcp-agents/main/mcp_config_all.json" -OutFile "$env:APPDATA\Cursor\User\mcp_config.json"

Option 2: Manual Setup

  1. Open Cursor Settings (Ctrl/Cmd + ,)
  2. Search for "MCP" or "Model Context Protocol"
  3. Click "Edit in settings.json"
  4. Add this configuration:
{
  "mcpServers": {
    "smart-reviewer": {
      "command": "npx",
      "args": ["@j0kz/smart-reviewer-mcp"]
    },
    "test-generator": {
      "command": "npx",
      "args": ["@j0kz/test-generator-mcp"]
    },
    "architecture-analyzer": {
      "command": "npx",
      "args": ["@j0kz/architecture-analyzer-mcp"]
    },
    "doc-generator": {
      "command": "npx",
      "args": ["@j0kz/doc-generator-mcp"]
    },
    "security-scanner": {
      "command": "npx",
      "args": ["@j0kz/security-scanner-mcp"]
    },
    "refactor-assistant": {
      "command": "npx",
      "args": ["@j0kz/refactor-assistant-mcp"]
    },
    "api-designer": {
      "command": "npx",
      "args": ["@j0kz/api-designer-mcp"]
    },
    "db-schema": {
      "command": "npx",
      "args": ["@j0kz/db-schema-mcp"]
    }
  }
}

Then restart Cursor!

🌊 Windsurf (Codeium) - Click to expand

Option 1: Automatic Setup

Mac/Linux:

curl -o ~/.windsurf/mcp_config.json https://raw.githubusercontent.com/j0KZ/mcp-agents/main/mcp_config_all.json

Windows (PowerShell):

Invoke-WebRequest -Uri "https://raw.githubusercontent.com/j0KZ/mcp-agents/main/mcp_config_all.json" -OutFile "$env:APPDATA\Windsurf\User\mcp_config.json"

Option 2: Manual Setup

  1. Open Windsurf Settings
  2. Navigate to "Extensions" β†’ "Model Context Protocol"
  3. Click "Edit MCP Settings"
  4. Add the same JSON configuration as shown in the Cursor section above

Then restart Windsurf!

🦘 Roo Code (Roo-Cline) - Click to expand

Installation

# Install via Roo Code CLI
roo mcp add smart-reviewer npx @j0kz/smart-reviewer-mcp
roo mcp add test-generator npx @j0kz/test-generator-mcp
roo mcp add architecture-analyzer npx @j0kz/architecture-analyzer-mcp
roo mcp add doc-generator npx @j0kz/doc-generator-mcp
roo mcp add security-scanner npx @j0kz/security-scanner-mcp
roo mcp add refactor-assistant npx @j0kz/refactor-assistant-mcp
roo mcp add api-designer npx @j0kz/api-designer-mcp
roo mcp add db-schema npx @j0kz/db-schema-mcp

Then restart Roo Code!

πŸ”„ Continue.dev - Click to expand

Installation

  1. Open VS Code
  2. Install the Continue extension from the marketplace
  3. Open Continue settings (click Continue icon β†’ βš™οΈ)
  4. Edit ~/.continue/config.json and add:
{
  "mcp": [
    {
      "name": "smart-reviewer",
      "command": "npx",
      "args": ["@j0kz/smart-reviewer-mcp"]
    },
    {
      "name": "test-generator",
      "command": "npx",
      "args": ["@j0kz/test-generator-mcp"]
    },
    {
      "name": "architecture-analyzer",
      "command": "npx",
      "args": ["@j0kz/architecture-analyzer-mcp"]
    },
    {
      "name": "doc-generator",
      "command": "npx",
      "args": ["@j0kz/doc-generator-mcp"]
    },
    {
      "name": "security-scanner",
      "command": "npx",
      "args": ["@j0kz/security-scanner-mcp"]
    },
    {
      "name": "refactor-assistant",
      "command": "npx",
      "args": ["@j0kz/refactor-assistant-mcp"]
    },
    {
      "name": "api-designer",
      "command": "npx",
      "args": ["@j0kz/api-designer-mcp"]
    },
    {
      "name": "db-schema",
      "command": "npx",
      "args": ["@j0kz/db-schema-mcp"]
    }
  ]
}

Then restart VS Code!

⚑ Zed (Zed Industries) - Click to expand

Installation

  1. Open Zed
  2. Press Cmd/Ctrl + , to open Settings
  3. Navigate to "Language Models" β†’ "Model Context Protocol"
  4. Add the MCP servers configuration:
{
  "context_servers": {
    "smart-reviewer": {
      "command": "npx",
      "args": ["@j0kz/smart-reviewer-mcp"]
    },
    "test-generator": {
      "command": "npx",
      "args": ["@j0kz/test-generator-mcp"]
    },
    "architecture-analyzer": {
      "command": "npx",
      "args": ["@j0kz/architecture-analyzer-mcp"]
    },
    "doc-generator": {
      "command": "npx",
      "args": ["@j0kz/doc-generator-mcp"]
    },
    "security-scanner": {
      "command": "npx",
      "args": ["@j0kz/security-scanner-mcp"]
    },
    "refactor-assistant": {
      "command": "npx",
      "args": ["@j0kz/refactor-assistant-mcp"]
    },
    "api-designer": {
      "command": "npx",
      "args": ["@j0kz/api-designer-mcp"]
    },
    "db-schema": {
      "command": "npx",
      "args": ["@j0kz/db-schema-mcp"]
    }
  }
}

Then restart Zed!

🎯 Trae (AI Code Editor) - Click to expand

Installation

  1. Open Trae
  2. Go to Settings β†’ Extensions β†’ Model Context Protocol
  3. Click "Add MCP Server" or edit the MCP configuration file
  4. Add this configuration:

Configuration Format:

{
  "mcpServers": {
    "smart-reviewer": {
      "command": "npx",
      "args": ["@j0kz/smart-reviewer-mcp"]
    },
    "test-generator": {
      "command": "npx",
      "args": ["@j0kz/test-generator-mcp"]
    },
    "architecture-analyzer": {
      "command": "npx",
      "args": ["@j0kz/architecture-analyzer-mcp"]
    },
    "doc-generator": {
      "command": "npx",
      "args": ["@j0kz/doc-generator-mcp"]
    },
    "security-scanner": {
      "command": "npx",
      "args": ["@j0kz/security-scanner-mcp"]
    },
    "refactor-assistant": {
      "command": "npx",
      "args": ["@j0kz/refactor-assistant-mcp"]
    },
    "api-designer": {
      "command": "npx",
      "args": ["@j0kz/api-designer-mcp"]
    },
    "db-schema": {
      "command": "npx",
      "args": ["@j0kz/db-schema-mcp"]
    }
  }
}

Note: The property name is mcpServers (camelCase), not mcp_servers.

Then restart Trae!

πŸ”§ Any MCP-Compatible Editor - Click to expand

Generic Installation

If your editor supports MCP but isn't listed above:

  1. Find your editor's MCP configuration file location
  2. Add this configuration (adjust format as needed):
{
  "mcpServers": {
    "smart-reviewer": {
      "command": "npx",
      "args": ["@j0kz/smart-reviewer-mcp"]
    },
    "test-generator": {
      "command": "npx",
      "args": ["@j0kz/test-generator-mcp"]
    },
    "architecture-analyzer": {
      "command": "npx",
      "args": ["@j0kz/architecture-analyzer-mcp"]
    },
    "doc-generator": {
      "command": "npx",
      "args": ["@j0kz/doc-generator-mcp"]
    },
    "security-scanner": {
      "command": "npx",
      "args": ["@j0kz/security-scanner-mcp"]
    },
    "refactor-assistant": {
      "command": "npx",
      "args": ["@j0kz/refactor-assistant-mcp"]
    },
    "api-designer": {
      "command": "npx",
      "args": ["@j0kz/api-designer-mcp"]
    },
    "db-schema": {
      "command": "npx",
      "args": ["@j0kz/db-schema-mcp"]
    }
  }
}
  1. Restart your editor

Need help? Open an issue with your editor name!


πŸ“¦ The 8 Tools

🎯 Code Quality Suite

AI-powered code review with quality metrics and automated fixes

Example:

πŸ’¬ "Review the auth.js file"
πŸ€– Found 3 issues: unused variable on line 42, missing error handling,
   inconsistent formatting. Here are the fixes...

Generate comprehensive test suites with edge cases and mocks

Example:

πŸ’¬ "Generate tests for calculatePrice function"
πŸ€– Generated 15 tests covering: happy path, edge cases (negative prices,
   zero), error handling, boundary conditions...

Intelligent code refactoring with pattern detection

Example:

πŸ’¬ "Refactor this function to be more readable"
πŸ€– Suggestions: Extract 3 methods, rename variables (xβ†’userId),
   remove nested ifs, add early returns...

πŸ—οΈ Architecture & Design

Detect circular dependencies, layer violations, and generate dependency graphs

Example:

πŸ’¬ "Analyze project architecture"
πŸ€– Found: 2 circular dependencies (auth ↔ user),
   3 layer violations (UI calls Database directly)...

Design REST and GraphQL APIs with OpenAPI generation

Example:

πŸ’¬ "Design a REST API for user management"
πŸ€– Created design: GET/POST /users, GET/PUT/DELETE /users/:id,
   POST /users/:id/verify. Includes auth, validation...

Database schema design with migrations and relationship analysis

Example:

πŸ’¬ "Design a schema for an e-commerce app"
πŸ€– Created schema: users, products, orders, order_items
   with relationships, indexes, constraints...

πŸ“š Documentation & Security

Auto-generate JSDoc, README, and API documentation from code

Example:

πŸ’¬ "Document the API endpoints in server.js"
πŸ€– Generated OpenAPI spec with 12 endpoints, parameters,
   responses, and examples...

Scan for vulnerabilities, OWASP issues, and security best practices

Example:

πŸ’¬ "Scan for security vulnerabilities"
πŸ€– Found: SQL injection risk in query builder, XSS in template,
   hardcoded API key, outdated dependency...

🎯 How It Works

  1. Run the install command (one line, see above)
  2. Restart your editor
  3. Chat naturally - Just ask your AI assistant
  4. Get results - The tools work behind the scenes

No API keys, no complex config, no accounts needed!


πŸ’‘ Usage Examples

After installation, just chat naturally:

# Code Review
"Review my code for issues"
"What code smells are in this file?"
"Check code quality metrics"

# Testing
"Generate tests for this function"
"What test cases am I missing?"
"Create integration tests"

# Architecture
"Analyze project architecture"
"Find circular dependencies"
"Generate dependency graph"

# Documentation
"Generate API documentation"
"Add JSDoc comments"
"Create README"

# Security
"Scan for security issues"
"Check OWASP Top 10 compliance"
"Find hardcoded secrets"

# Refactoring
"Refactor this code"
"Extract reusable patterns"
"Improve class design"

# API Design
"Design a REST API for..."
"Generate OpenAPI spec"
"Review API best practices"

# Database
"Design database schema"
"Generate migrations"
"Optimize this schema"

πŸ“˜ New Examples & Tutorials

Check out the examples/ directory for comprehensive guides:

Each tool has dedicated examples with sample code and expected outputs!


πŸ”§ Editor Support

Editor Status Installation Method
Claude Code βœ… Full support Use install script (recommended)
Cursor βœ… Full support Download mcp_config_all.json
Windsurf βœ… Full support Download mcp_config_all.json
Roo Code βœ… Full support MCP-compatible config
Continue βœ… Full support MCP plugin support
Zed βœ… Full support Native MCP support

Any MCP-compatible editor works!


πŸ“₯ Individual Installation

Want just one tool? Install individually:

# Claude Code
claude mcp add smart-reviewer "npx @j0kz/smart-reviewer-mcp" --scope user
claude mcp add test-generator "npx @j0kz/test-generator-mcp" --scope user
claude mcp add architecture-analyzer "npx @j0kz/architecture-analyzer-mcp" --scope user
claude mcp add doc-generator "npx @j0kz/doc-generator-mcp" --scope user
claude mcp add security-scanner "npx @j0kz/security-scanner-mcp" --scope user
claude mcp add refactor-assistant "npx @j0kz/refactor-assistant-mcp" --scope user
claude mcp add api-designer "npx @j0kz/api-designer-mcp" --scope user
claude mcp add db-schema "npx @j0kz/db-schema-mcp" --scope user

For Cursor/Windsurf, add individual entries to mcp_config.json - see config template.


βœ… Verify Installation

Claude Code:

claude mcp list

You should see all 8 tools marked as "βœ“ Connected"

Cursor/Windsurf: Check your editor's MCP settings panel


πŸ“š Documentation

Comprehensive Wiki

Visit our Wiki for complete documentation:

Tool Documentation

Additional Resources


❓ Troubleshooting

MCPs not showing up?

  1. Restart your editor after installation
  2. Check Node.js is installed: node --version
  3. Verify installation: claude mcp list (Claude Code)
  4. See Troubleshooting Guide for detailed solutions

Commands not working?

  1. Make sure you restarted the editor
  2. Try asking more specific questions
  3. Check MCP connection status

Still stuck?

  • Open an issue
  • Check individual package READMEs for detailed docs

πŸ—οΈ Project Structure

mcp-agents/
β”œβ”€β”€ packages/
β”‚   β”œβ”€β”€ smart-reviewer/       # Code review & quality
β”‚   β”œβ”€β”€ test-generator/       # Test suite generation
β”‚   β”œβ”€β”€ architecture-analyzer/# Dependency analysis
β”‚   β”œβ”€β”€ doc-generator/        # Documentation tools
β”‚   β”œβ”€β”€ security-scanner/     # Security scanning
β”‚   β”œβ”€β”€ refactor-assistant/   # Refactoring tools
β”‚   β”œβ”€β”€ api-designer/         # API design
β”‚   └── db-schema/            # Database design
β”œβ”€β”€ install-all.sh            # Mac/Linux installer
β”œβ”€β”€ install-all.ps1           # Windows installer
└── mcp_config_all.json       # Complete MCP config

Each package is independently published to npm under the @j0kz scope.


🀝 Contributing

Contributions welcome! Please:

  1. Fork the repo
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request

πŸ“„ License

MIT Β© j0KZ

Each package is independently licensed under MIT.


πŸ”— Links


🌟 Star This Repo

If you find these tools useful, please star the repo to help others discover it!


Made with ❀️ for the AI developer community

About

8 powerful AI development tools for Claude Code, Cursor, Windsurf - Code review, testing, architecture, security, and more

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Contributors 2

  •  
  •