Packages

4946 results

NVIDIA Triton Inference Server

AI & Machine Learning

Production ML inference server from NVIDIA optimized for GPU workloads. Supports TensorFlow, PyTorch, ONNX Runtime, TensorRT, and Python backends. Provides HTTP and gRPC APIs for inference, model management, and health checking. Features dynamic batching, model ensembles, concurrent model execution, and performance analysis. Industry standard for high-throughput GPU inference in production.

Free tier nvidia gpu model-serving
62

Puppet

Developer Tools

Declarative configuration management tool where agents pull compiled catalogs from a Puppet Server, applying manifests that describe desired system state using Facter facts and Hiera data hierarchies.

Free tier puppet declarative configuration-management
62

Redis Cloud API

Other

Redis Cloud is managed Redis-as-a-service by Redis, Inc., providing the blazing-fast in-memory data store for caching, session management, pub/sub messaging, rate limiting, distributed locks, and queue patterns. The Redis Cloud REST Management API (redislabs.com) handles the control plane: provisioning databases, configuring eviction policies, setting memory limits, and managing subscriptions. This is completely separate from the Redis data protocol (RESP) used for actual data operations. Agents interact with the management plane via REST and the data plane via standard Redis clients.

Free tier redis cache in-memory
62

Ruflo

Other

A production-grade multi-agent orchestration platform built on Rust/WebAssembly that deploys coordinated swarms of 60+ specialized AI agents within Claude Code, with persistent memory, cost optimization, and Byzantine fault-tolerant consensus.

MCP Free tier multi-agent swarm orchestration
62

SendGrid Marketing Campaigns API

Other

SendGrid Marketing Campaigns API — contact management, list segmentation, and email campaign sending for marketing use cases, distinct from SendGrid's transactional Mail Send API.

Free tier sendgrid email-marketing campaigns
62

SerpAPI

Developer Tools

REST API that returns structured JSON from Google, Bing, YouTube, Amazon, and other search engines without managing headless browsers.

Free tier search google serp
62

Solid Queue

Developer Tools

Database-backed job queue for Rails — uses the application database (SQLite, PostgreSQL, MySQL) instead of Redis for background job processing. Solid Queue features: Active Job adapter (config.active_job.queue_adapter = :solid_queue), job persistence in DB tables (solid_queue_jobs, solid_queue_paused_queues), scheduled jobs, concurrency controls (key: 'agent-#{agent_id}' prevents duplicate agent processing), multi-queue workers, failed job visibility, Mission Control dashboard integration, and SKIP_TRANSACTION option for non-transactional workers. Default queue adapter in Rails 8+. Eliminates Redis dependency for agent apps that don't need Redis for other purposes.

Free tier ruby rails solid-queue
62

Spring Security

Developer Tools

Comprehensive security framework for Spring Boot applications handling authentication, authorization, CSRF protection, session management, and OAuth2/OIDC integration. Configures security via SecurityFilterChain beans with method-level security (@PreAuthorize, @Secured). The de facto standard for securing Spring Boot web applications and APIs. Integrates with Spring MVC, WebFlux, and Spring Cloud.

Free tier java kotlin spring
62

Vert.x

Developer Tools

Eclipse toolkit for building reactive, event-driven applications on the JVM. Vert.x uses an actor-like Verticle model with an event bus for async communication between components. Non-blocking I/O via Netty underneath, with support for HTTP/2, WebSocket, gRPC, and reactive SQL. Polyglot — works in Java, Kotlin, Groovy, Scala. Used for high-concurrency agent backends where thousands of simultaneous connections are needed.

Free tier java kotlin reactive
62

Yahoo Finance MCP

Finance

MCP server providing financial data from Yahoo Finance including stock prices, historical data, financial statements, options chains, analyst recommendations, and insider activity for use by AI agents.

MCP Priority Free tier yahoo-finance stocks financial-data
62

ZITADEL

Developer Tools

Open-source identity and access management (IAM) platform providing authentication, authorization, and user management. ZITADEL offers OIDC, OAuth 2.0, SAML 2.0, MFA, passkeys, machine-to-machine (service account) auth, and a management API. Designed as a modern alternative to Auth0/Okta that can be self-hosted or used as a cloud service. Features event sourcing architecture for auditability and GDPR-compliant data handling. Competitive with Keycloak but with better UX and cloud-native architecture.

Free tier iam oidc oauth2
62

ai-agent-team

Developer Tools

Claude Code skill suite providing persistent conversation thread management with local semantic search. Includes role-based agent quick-start modes (PM, frontend, backend, QA), changelog generation, and software copyright material generation. Uses a bundled MiniLM embedding model for offline vector search over conversation history stored in SQLite.

MCP Priority Free tier claude-code skill thread-manager
62

frida-mcp

Security

MCP implementation for the Frida dynamic instrumentation toolkit, enabling AI systems to manage processes, inject JavaScript into running applications, attach to devices, and perform runtime analysis through a standardized protocol.

MCP Priority Free tier frida dynamic-instrumentation reverse-engineering
62

iMCP

Productivity

macOS application that provides an MCP server giving AI assistants access to Calendar, Contacts, Messages, Reminders, Maps, Location, and Weather through native macOS frameworks with privacy-first design.

MCP Priority Free tier macos mcp calendar
62

mcp-server-docker

Developer Tools

MCP server enabling AI assistants to manage Docker containers, images, networks, and volumes through natural language. Features a plan-apply compose workflow, container introspection for debugging, and remote Docker engine access via SSH.

MCP Priority Free tier mcp-server docker containers
62

mitmproxy

Developer Tools

Interactive HTTPS proxy for security testing and API analysis — intercepts, inspects, and modifies HTTP/HTTPS traffic. mitmproxy features: mitmproxy interactive TUI, mitmdump for automated capture, mitmweb browser UI, Python addons API (request/response hooks), SSL/TLS interception (transparent MitM), WebSocket support, HTTP/2 and HTTP/3, upstream proxy chaining, HAR export, flow manipulation (modification of requests/responses in flight), replay/fuzz flows, and scripting via Python addon scripts. Three frontends: interactive (mitmproxy), CLI (mitmdump), and web (mitmweb). Used for API security testing, mobile app traffic analysis, and agent HTTP traffic inspection.

Free tier python mitmproxy proxy
62

sbt (Scala Build Tool)

Developer Tools

The standard build tool for Scala projects. sbt uses incremental compilation via Zinc (only recompiles changed files), an interactive shell for running tasks (compile, test, run, reload), plugin system for extending build behavior, and a Scala-embedded DSL for build configuration. Supports multi-project builds, cross-compilation (Scala 2.13 and 3.x), publishing to Maven Central and Sonatype, and integration with CI systems. sbt 2.0 is in development with improved build-level dependency management.

Free tier scala build-tool jvm
62

Amazon Advertising API

Developer Tools

Amazon Advertising REST API for retail media and sponsored advertising campaign management. Enables AI agents to manage Sponsored Products, Sponsored Brands, and Sponsored Display campaign creation and optimization, handle bid management and keyword optimization for keyword and product targeting, access campaign performance reporting and attribution data for ROI analysis, retrieve product targeting and ASIN-level advertising analytics, manage Amazon DSP (demand-side platform) programmatic campaign management, handle budget allocation and dayparting controls for ad spend optimization, access Search Term Report and placement performance data for targeting refinement, retrieve brand analytics and share of voice data for competitive positioning, manage portfolio and campaign hierarchy organization, and integrate advertising data with retail analytics, BI, and revenue operations platforms.

Free tier amazon advertising sponsored-products
62

Atera MSP Platform API

Developer Tools

Atera REST API for managed service provider (MSP) all-in-one platform combining RMM, PSA, and helpdesk. Enables AI agents to manage IT tickets and work orders, monitor device health and alerts, manage customer (client) accounts, trigger remote scripts and patches, retrieve billing data, manage SLAs, and integrate MSP operations data with external tools and reporting systems.

Free tier atera msp rmm
62

Bull

Developer Tools

Robust Node.js job queue library built on Redis. Supports producer/consumer patterns for background job processing with priorities, delays, repeatable jobs (cron), concurrency control, job lifecycle tracking, and automatic retry with backoff. Bull has a rich ecosystem with BullBoard/Arena UI dashboards. Note: Bull is in maintenance mode — BullMQ (TypeScript rewrite) is the recommended successor for new projects.

Free tier queue redis background-jobs
62
7052
Packages Evaluated
25606
Need Evaluation
194
Need Re-evaluation
Community Powered