npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

juro-mcp-server

v2.0.0

Published

Juro - providing compliance as a service: Enterprise-grade MCP server for automated compliance scanning with AI-powered analysis

Readme

Juro MCP Server

Juro - providing compliance as a service

Juro is a comprehensive compliance scanning platform that integrates seamlessly with your development workflow. It provides automated compliance checking, intelligent analysis, natural language interaction, and enterprise-grade performance optimization for GDPR, SOC 2, OWASP, and other regulatory frameworks.

Version Tests Performance License

🎉 Current Status - Version 2.0.0

✅ Recently Completed

  • Performance Optimization: Complete implementation with caching, parallel processing, and memory management
  • Comprehensive Testing: 10/10 BDD tests passing for all performance features
  • Type Safety: Full TypeScript type alignment and error handling
  • VS Code Extension: Local compliance engine with real-time scanning
  • Documentation: Complete documentation framework with quality standards
  • Mock Dependencies: Resolved all external dependency issues

🚀 What's New in v2.0.0

  • Enterprise-Grade Performance: Optimized for large codebases with intelligent caching
  • Worker Pool Architecture: Parallel file processing with configurable worker counts
  • Memory Management: Efficient handling of large files with chunked processing
  • Real-time Metrics: Performance monitoring and resource usage tracking
  • Local-First Architecture: VS Code extension works without server dependencies
  • Comprehensive Error Handling: Robust error management with proper type safety

🚀 Quick Start

1. Installation

npm install -g juro-mcp-server

2. Start the Server

juro-mcp-server

3. Connect Your IDE

  • VS Code: Install the Juro extension
  • CLI: Use juro scan command
  • GitHub Actions: Add compliance workflows

Key Features

🤖 AI-Powered Analysis

  • Natural Language Queries: Ask questions like "Check my code for GDPR violations"
  • Intelligent Code Analysis: Context-aware compliance checking
  • Auto-Discovery: Automatically detect compliance issues
  • Smart Suggestions: Get intelligent fix recommendations

🔍 Comprehensive Compliance Scanning

  • 20+ Programming Languages: TypeScript, JavaScript, Python, Java, Go, and more
  • Multiple Regulations: GDPR, SOC 2, ISO 27001, OWASP Top 10, WCAG
  • Real-time Analysis: Instant feedback as you code
  • Pattern Detection: Advanced pattern matching beyond simple regex

🛠️ Developer Integration

  • GitHub Actions: Automated compliance checks in CI/CD
  • CLI Tools: Command-line interface with git hooks
  • IDE Integration: Real-time compliance checking
  • MCP Protocol: AI agent integration

📊 Advanced Features

  • Risk Prediction: Predict compliance risks before they become issues
  • Trend Analysis: Track compliance improvements over time
  • Learning System: Improves accuracy based on your feedback
  • Conversational Interface: Multi-turn conversations about compliance

⚡ Performance Optimization

  • Intelligent Caching: Rule packs and scan results cached for instant access
  • Parallel Processing: Multi-threaded file scanning with configurable worker pools
  • Memory Management: Efficient handling of large files with chunked processing
  • Performance Metrics: Real-time monitoring of scan performance and resource usage
  • Incremental Scanning: Only scan changed files for faster subsequent runs
  • Resource Cleanup: Automatic cleanup of temporary files and memory

🎯 Use Cases

For Developers

  • Real-time Compliance: Get instant feedback while coding
  • Pre-commit Checks: Automatically scan code before commits
  • Code Reviews: Ensure compliance in pull requests
  • Learning: Understand compliance requirements through AI explanations

For Teams

  • CI/CD Integration: Automated compliance checks in pipelines
  • Policy Enforcement: Ensure team-wide compliance standards
  • Reporting: Generate compliance reports and trends
  • Training: Use AI explanations to train team members

For Organizations

  • Audit Preparation: Maintain compliance documentation
  • Risk Management: Identify and mitigate compliance risks
  • Process Automation: Streamline compliance workflows
  • Scalable Analysis: Handle large codebases efficiently

📖 Documentation

🚀 Getting Started

1. Basic Scanning

# Scan current directory
juro scan

# Scan specific file
juro scan src/auth.js

# Scan with specific regulations
juro scan --regulations GDPR,SOC2

2. Natural Language Queries

# Ask questions about your code
juro ask "Check my authentication system for GDPR compliance"
juro ask "What are the security risks in my API?"
juro ask "Explain the data storage violations"

3. GitHub Actions Integration

name: Compliance Check
on: [push, pull_request]
jobs:
  compliance:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: juro/compliance-check@v1
        with:
          regulations: 'GDPR,SOC2'

🏗️ Architecture

Juro is built on the Model Context Protocol (MCP) with enterprise-grade performance optimization:

Core Components

  • MCP Server: Core compliance engine with HTTP API (port 8080) and MCP TCP server (port 3000)
  • AI Agent APIs: Natural language processing and intelligent code analysis
  • Integration Tools: GitHub Actions, CLI, IDE extensions
  • Compliance Engine: Multi-layered rule checking with performance optimization
  • Learning System: Continuous improvement based on feedback

Performance Architecture

  • CacheManager: Intelligent caching of rule packs and scan results
  • WorkerPool: Parallel file processing with configurable worker threads
  • MemoryManager: Efficient handling of large files with chunked processing
  • PerformanceTracker: Real-time metrics collection and monitoring
  • ScanWorker: Dedicated worker threads for file scanning operations

VS Code Extension

  • Local Compliance Engine: Works without server dependencies
  • Real-time Scanning: Instant feedback on file changes
  • Rule Sync Manager: Daily synchronization of compliance rules
  • Compliance Scoring: Algorithm-based compliance scoring system

📊 Supported Regulations

| Regulation | Description | Coverage | |------------|-------------|----------| | GDPR | General Data Protection Regulation | Data privacy, consent, retention | | SOC 2 | Service Organization Control 2 | Security, availability, processing | | ISO 27001 | Information Security Management | Security controls, risk management | | OWASP Top 10 | Web Application Security | Injection, authentication, XSS | | WCAG | Web Content Accessibility | Accessibility guidelines |

🛠️ Supported Languages

  • Backend: TypeScript, JavaScript, Python, Java, Go, Rust, C/C++, PHP, Ruby
  • Frontend: HTML, CSS, SCSS, TypeScript React, JavaScript React
  • Config: JSON, YAML, XML, TOML, INI
  • Docs: Markdown, AsciiDoc, reStructuredText
  • Deployment: Docker, Kubernetes, Terraform, Ansible

🧪 Testing & Quality Assurance

Comprehensive Test Suite

  • BDD Tests: Behavior-driven development with Gherkin scenarios
  • Performance Tests: 10/10 tests passing for all optimization features
  • Unit Tests: Individual component testing with Jest
  • Integration Tests: End-to-end workflow testing
  • Mock Dependencies: Complete mock implementations for external dependencies

Quality Framework

  • Documentation Quality: Automated quality checks and metrics
  • Code Standards: TypeScript strict mode with comprehensive type safety
  • Performance Monitoring: Real-time metrics and resource usage tracking
  • Error Handling: Robust error management with proper logging

Test Coverage

  • Caching System: Rule pack caching and scan result caching
  • Parallel Processing: Worker pool scaling and task distribution
  • Memory Management: Large file handling and chunked processing
  • Performance Metrics: Comprehensive performance tracking
  • Incremental Scanning: Efficient change detection and scanning

📈 Performance Benchmarks

Scanning Performance

  • Small Projects (< 100 files): < 1 second
  • Medium Projects (100-1000 files): < 10 seconds
  • Large Projects (1000+ files): < 60 seconds
  • Memory Usage: Optimized for large files with chunked processing
  • Cache Hit Rate: 90%+ for repeated scans

Resource Optimization

  • Worker Pool: Configurable 1-8 workers for optimal performance
  • Memory Management: 10MB chunk size for large file processing
  • Cache Storage: Intelligent caching with automatic cleanup
  • Parallel Processing: Up to 4x faster than sequential scanning

Supported File Sizes

  • Small Files (< 1MB): Instant processing
  • Medium Files (1-10MB): Chunked processing
  • Large Files (10MB+): Memory-optimized streaming
  • Maximum File Size: 50MB (configurable)

🤝 Contributing

We welcome contributions! Please see our Contributing Guide for details.

Development Setup

# Clone the repository
git clone https://github.com/yourusername/juro.mcp.server.git
cd juro.mcp.server

# Install dependencies
npm install

# Run tests
npm test

# Run performance tests
npm run test:performance

# Build the project
npm run build

# Start development server
npm run start:dev

# Run development scripts
./scripts/development/start-mcp-server.js

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

🆘 Support


Ready to get started? Check out our Quick Start Guide or explore the User Guide for detailed instructions.