@j0kz/mcp-agents
v1.1.1
Published
One-command installer for all 8 MCP development tools
Maintainers
Readme
@j0kz/mcp-agents
One-command installer for all 8 MCP AI development tools
⚡ Quick Install
Install all 8 tools in one command:
# For Claude Code
npx @j0kz/mcp-agents
# For Cursor
npx @j0kz/mcp-agents cursor
# For Windsurf
npx @j0kz/mcp-agents windsurf
# For Trae
npx @j0kz/mcp-agents trae
# For VS Code or Roo Code
npx @j0kz/mcp-agents vscode
npx @j0kz/mcp-agents roo📦 What Gets Installed
This installer automatically configures all 8 MCP tools:
- smart-reviewer - Code review and quality analysis
- test-generator - Test suite generation
- architecture-analyzer - Dependency and architecture analysis
- refactor-assistant - Code refactoring tools
- api-designer - REST/GraphQL API design
- db-schema - Database schema design
- doc-generator - Documentation generation
- security-scanner - Security vulnerability scanning
🚀 Usage
# Install for Claude Code (default)
npx @j0kz/mcp-agents
# Install for Cursor
npx @j0kz/mcp-agents cursor
# Install for Windsurf
npx @j0kz/mcp-agents windsurf
# Install for Trae
npx @j0kz/mcp-agents trae
# Install for VS Code or Roo Code
npx @j0kz/mcp-agents vscode
npx @j0kz/mcp-agents roo
# List all available tools
npx @j0kz/mcp-agents list
# Clear cache and reinstall
npx @j0kz/mcp-agents clear-cache
# Show help
npx @j0kz/mcp-agents help🔄 After Installation
IMPORTANT: Restart your editor after installation to activate the tools.
The tools will be available via the MCP protocol and can be used directly in your AI conversations.
📚 Documentation
🐛 Issues
Found a bug? Report it here
🧪 Testing
See TESTING.md for detailed test results and platform compatibility.
Run Tests:
cd installer
node test.jsTest Results (v1.0.21):
- ✅ Help command - All 6 editors listed
- ✅ List command - All 8 tools listed
- ✅ Config paths - Windows validated
- ✅ Version consistency - Matches across files
- ✅ Error handling - Invalid editors handled gracefully
📄 License
MIT © j0KZ
