Packages

32658 results

MCP Server Android Gateway

Developer Tools

MCP Android Gateway server enabling AI agents to interact with Android devices — executing ADB commands, controlling Android apps via UI automation, capturing screenshots, installing and managing APKs, reading device logs, and integrating Android device control into agent-driven mobile development, testing, and automation workflows.

MCP Free tier android gateway mcp-server
70

MCP Server EXE

Developer Tools

MCP server by prolific Chinese MCP developer shadowcz007 that enables AI agents to run local executables and programs. Provides a bridge between MCP-based agents and local system executables, allowing agents to invoke local tools, scripts, and applications via structured MCP tool calls rather than direct shell access.

MCP Free tier executable process-execution mcp-server
70

OpenTelemetry MCP Server (Traceloop)

Other

Community MCP server for OpenTelemetry — enabling AI agents to query traces, spans, metrics, and logs from OpenTelemetry-compatible backends (Jaeger, Tempo, Prometheus, and OTLP-compatible stores).

MCP Free tier opentelemetry tracing observability
70

Postman API

Developer Tools

Postman's programmatic API for managing collections, environments, workspaces, monitors, and mock servers — enabling automation of API testing, documentation, and collaboration workflows.

Free tier postman api-testing api-management
70

Prefect

Developer Tools

Python-native workflow orchestration platform that schedules, monitors, and recovers data pipelines and automation workflows, with a REST API for flow run management and observability.

Free tier prefect workflow-orchestration data-pipeline
70

PyJWT

Developer Tools

Python library for encoding and decoding JSON Web Tokens (JWT). PyJWT handles creating signed JWTs (using HS256, RS256, ES256, etc.), verifying signatures, validating standard claims (exp, nbf, iss, aud), and decoding token payloads. Used in FastAPI auth middleware, OAuth2 token validation, and API key systems that use JWTs for agent authentication.

Free tier python jwt authentication
70

PydanticAI

AI & Machine Learning

Type-safe Python AI agent framework built on Pydantic that enforces runtime validation of LLM outputs, provides structured result models, dependency injection for testability, and multi-provider LLM support.

Free tier pydantic pydantic-ai type-safe
70

ReverseCore MCP

Security

MCP server providing reverse engineering and binary analysis capabilities to AI agents — enabling agents to disassemble binaries, analyze executable structures, extract strings, identify function signatures, and assist with malware analysis and security research workflows through structured MCP tool calls.

MCP Free tier reverse-engineering binary-analysis security-research
70

Salesforce MCP Server (Cirra AI)

Developer Tools

Community MCP server for Salesforce CRM enabling AI agents to query Salesforce objects via SOQL, manage records (leads, contacts, opportunities), and interact with Salesforce data in agent sales workflows.

MCP Free tier salesforce crm sales
70

Trio

Developer Tools

Python async library implementing structured concurrency as a first-class principle. Trio's nursery API requires all spawned tasks to complete before their scope exits, preventing resource leaks and making cancellation predictable. An alternative to asyncio with a stricter, cleaner design. Compatible with asyncio via anyio bridge. Used where asyncio's complexity causes correctness issues.

Free tier async python concurrency
70

Unleash

Other

Open-source feature flag management system with a REST API for creating, enabling, and targeting feature toggles, available as self-hosted or managed SaaS (Unleash Cloud).

Free tier unleash feature-flags open-source
70

Vitest

Developer Tools

Vite-native unit test framework with Jest-compatible API. Vitest reuses the Vite config and plugin system, providing instant test startup, native ESM support, and TypeScript without transpilation. Uses the same describe/it/expect API as Jest but with significantly faster execution due to Vite's HMR-based test runner. Recommended for projects already using Vite.

Free tier testing vite typescript
70

django

Developer Tools

Full-stack Python web framework with batteries included — ORM, admin interface, auth, templating, forms, migrations, caching, sessions, and signals. Django features: Model-Template-View (MTV) pattern, ORM (Model.objects.filter/create/update/delete), automatic admin interface (admin.site.register), URL routing (urls.py patterns), Django REST Framework integration, Channels for WebSocket (ASGI), class-based and function-based views, form validation, CSRF protection, middleware stack, management commands, Django's queryset lazy evaluation and select_related/prefetch_related for N+1 prevention, and database migrations via makemigrations/migrate.

Free tier python django ORM
70

factory_bot

Developer Tools

Ruby test data factory library — replaces static fixtures with dynamic, flexible test object creation. factory_bot defines factories with default values and lets tests override only what matters. Key features: build (in-memory, no database), create (persists to database), build_stubbed (fake object, no database queries), traits (reusable attribute sets), sequences (unique values), associations (nested factory objects), callbacks (after_build, after_create), and transient attributes. factory_bot_rails integrates with Rails for automatic factory loading. Used in RSpec, minitest, and plain Ruby test suites for generating agent test data.

Free tier ruby rails testing
70

p-limit

Developer Tools

Run multiple promise-returning functions with limited concurrency. p-limit creates a concurrency limiter that ensures only a specified number of async operations run simultaneously. Essential for agent systems that make many parallel API calls but need to respect rate limits — process 1000 items with max 10 concurrent requests.

Free tier javascript typescript async
70

pytest-mock

Developer Tools

Pytest plugin that provides a mocker fixture wrapping Python's unittest.mock — the same capabilities as mock.patch/MagicMock but as a pytest fixture instead of decorator/context manager. pytest-mock's mocker fixture: creates mocks that are automatically cleaned up after each test (no need for patch.stop()), provides mocker.patch(), mocker.MagicMock(), mocker.spy(), mocker.stub(), and mocker.AsyncMock(). Integrates with pytest's assertion rewriting for clearer assertion failure messages. Preferred over unittest.mock decorators in pytest-based test suites for cleaner test function signatures.

Free tier python testing mock
70

slugify

Developer Tools

URL slug generation library. Converts strings to URL-safe slugs by replacing spaces with hyphens, removing special characters, transliterating Unicode characters to ASCII, and lowercasing. Supports 200+ Unicode character transliterations (German umlauts, French accents, Cyrillic, Arabic, etc.). Used for generating SEO-friendly URLs from titles, blog post slugs, and file name sanitization.

Free tier slug url string
70

thiserror

Developer Tools

Derive macro for implementing std::error::Error for custom Rust error types. Write error enums with #[derive(Error)] and #[error('description')] attributes — thiserror generates the Error implementation, Display, and From conversions automatically. The standard approach for defining typed errors in Rust library crates, complementary to anyhow for application code.

Free tier thiserror rust error-handling
70

tracing

Developer Tools

Structured, contextual logging and distributed tracing framework for Rust. Instruments async code with spans (logical units of work) and events (log messages with metadata). Works with multiple subscribers/collectors — tracing-subscriber for local logging, opentelemetry-rust for distributed tracing. The standard observability approach for async Rust services (Axum, Tokio use it internally).

Free tier tracing rust logging
70

ts-pattern

Developer Tools

Exhaustive pattern matching for TypeScript. ts-pattern provides a match() function that handles all cases of discriminated unions, union types, and complex data structures with compile-time exhaustiveness checking. The TypeScript compiler guarantees all cases are handled — missing a case is a type error. Replaces verbose switch statements with readable, type-safe pattern matching like Rust's match or Haskell's case expressions.

Free tier typescript pattern-matching switch
70
7052
Packages Evaluated
25606
Need Evaluation
194
Need Re-evaluation
Community Powered