Packages
4763 resultsJust Prompt
An MCP server that provides a unified interface to multiple LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, Ollama) with parallel execution, model comparison, and file-based I/O capabilities.
KEDA
Kubernetes Event-Driven Autoscaling — extends Kubernetes' built-in HPA (Horizontal Pod Autoscaler) with 60+ scalers for external event sources. Where standard HPA scales on CPU/memory, KEDA scales based on external metrics: Kafka consumer lag, Azure Service Bus queue depth, AWS SQS messages, Prometheus metrics, Cron schedules, and many more. Enables scale-to-zero for event-driven workloads, activating pods only when messages are waiting. CNCF graduated project.
Liquibase
Database schema change management tool supporting SQL, XML, YAML, and JSON changeset formats. Liquibase tracks changes in a changelog file with individual changesets, supports rollbacks via inverse change generation, and provides diff capabilities between databases. More feature-rich than Flyway with better rollback support, multi-database abstraction, and programmatic Java changelog capabilities.
Newman (Postman CLI)
Command-line runner for Postman collections. Newman executes Postman API test collections in CI/CD pipelines, terminal, or scripts — without requiring the Postman GUI. Supports running collection runs, generating JUnit XML reports, and chaining requests. Used to automate Postman-based agent API test suites in CI/CD workflows.
Pympler
Python memory profiling and object analysis toolkit — measures object sizes, tracks memory over time, and identifies memory leaks. Pympler features: asizeof() for object memory size, muppy for heap tracking and diff, summary.print_() for object type summary, tracker.SummaryTracker for incremental tracking, refbrowser for reference browser, classtracker.ClassTracker for class instance tracking, web interface for browser-based memory analysis, and flat_diff() for memory change detection. More accurate than sys.getsizeof() — includes referenced objects.
RedwoodJS
Opinionated full-stack JavaScript/TypeScript framework built on React, GraphQL, and Prisma. Convention-over-configuration with automatic code generation. Includes: React frontend with file-based routing, GraphQL API layer with SDL-first schema definition, Prisma ORM for database, built-in authentication (dbAuth, Auth0, Clerk, Supabase, etc.), testing setup (Jest + Storybook), and deployment targets (Netlify, Vercel, Render, AWS). Aimed at startups and solo developers wanting a complete, batteries-included stack.
SAP BTP OData to MCP Server
SAP BTP OData to MCP Server enabling AI agents to query SAP Business Technology Platform OData services — fetching business data from SAP ERP systems, S/4HANA, SuccessFactors, and other SAP services via OData APIs, integrating SAP's enterprise business data into agent-driven ERP automation and analytics workflows.
Sphinx
Python documentation generator — builds HTML, PDF, and ePub docs from reStructuredText source and Python docstrings. Sphinx features: autodoc extension (API docs from docstrings), sphinx-apidoc for auto-generating .rst from modules, Napoleon extension (Google/NumPy docstring styles), MyST parser for Markdown, intersphinx for cross-project links, Sphinx themes (Read the Docs, Furo, Pydata), make html build command, doctest extension, coverage extension for docstring coverage, and autodoc_typehints for type annotation rendering. Standard doc generator for PyPI packages and Read the Docs hosting.
Svix Webhook Infrastructure API
Provides reliable webhook sending infrastructure with automatic retries, HMAC signature verification, a hosted developer portal, and delivery analytics.
Together AI API
Together AI provides serverless and dedicated inference for 100+ open-source models including Llama 3, Mistral, FLUX, and Stable Diffusion via an OpenAI-compatible API, plus managed fine-tuning and embeddings.
Toss Payments Korea Developer Payment API
Toss Payments (Viva Republica) Korea payment REST API for Korean developers, e-commerce merchants, and platforms to accept credit card, bank transfer, virtual account, mobile carrier billing, Toss Pay wallet, gift card, and Korean easy pay (Naver Pay, Kakao Pay, Samsung Pay) payments through a unified Korean payment gateway with developer-first documentation and test-mode support. Enables AI agents to manage Korean payment checkout for unified payment method automation, handle Toss Pay wallet for one-tap Korean payment automation, access card payment for Korean credit card processing automation, retrieve bank transfer and virtual account for Korean bank payment automation, manage payment cancellation for Korean order reversal automation, handle webhook notification for payment event automation, access billing keys for Korean subscription recurring payment automation, retrieve settlement and revenue analytics for Korean merchant reporting automation, manage payment link for Korean invoice collection automation, and integrate Toss Payments with Korean e-commerce, SaaS, and marketplace platforms for end-to-end Korean payment automation.
Upstash Vector
Serverless vector database by Upstash with per-request pricing. Stores and queries high-dimensional vector embeddings for similarity search, RAG (retrieval-augmented generation), and semantic search use cases. Designed for edge and serverless deployments with HTTP API.
Verdaccio
Lightweight private npm registry server. Verdaccio enables publishing and serving private npm packages within an organization without paying for npm Pro/Enterprise or Artifactory. Also acts as a transparent proxy/cache for public npm packages, reducing CI/CD build times by caching commonly used packages. Simple setup (single Docker container) makes it the go-to solution for teams needing a private npm registry without heavy infrastructure.
aiohttp
Asynchronous HTTP client and server framework for Python asyncio. Provides both an async HTTP client (aiohttp.ClientSession) for making concurrent HTTP requests and an async web server for building APIs. Supports WebSockets (both client and server), streaming, middleware, and connection pooling. Predates FastAPI — used by applications needing both client and server HTTP in one library.
api-agent
A universal MCP server that transforms any GraphQL or REST API into a natural language query interface, with DuckDB-based SQL post-processing for operations the target API does not natively support. Learns from successful queries via cached recipes.
applescript-mcp
MCP server that enables AI agents to interact with macOS through AppleScript, providing tools for controlling Calendar, Clipboard, Finder, Notifications, System settings, iTerm, Shortcuts, Mail, Messages, Notes, and Pages.
cachelib
Unified caching library for Python — provides a consistent interface across multiple cache backends (Redis, Memcached, filesystem, SimpleCache in-memory). cachelib features: SimpleCache (dict-based in-memory), FileSystemCache (disk-based with pickle), RedisCache (via redis-py), MemcachedCache (via pylibmc/python-memcached), SASLMemcachedCache, UWSGICache, NullCache (for testing), uniform API (set/get/delete/clear/has), timeout support, key prefixing, and threshold-based eviction for SimpleCache. Flask's cache backend (used by Flask-Caching extension).
deadpool
Async connection pool library for Rust with built-in backends for PostgreSQL (via tokio-postgres), Redis, Memcached, and generic pool support. Provides async-aware pooling with configurable pool size, connection lifetime, health checks, and reconnection. More ergonomic than bb8 for PostgreSQL-specific use cases. Used in Rust web services alongside Actix-web, Axum, and other async frameworks.
gRPC Java
Java/Kotlin implementation of gRPC — Google's high-performance RPC framework using Protocol Buffers over HTTP/2. Supports unary, server-streaming, client-streaming, and bidirectional streaming RPCs. Generates Java stubs from .proto files with the protoc plugin. The standard for building high-performance agent microservice communication in JVM ecosystems, with built-in load balancing, retries, and deadline propagation.
incident.io API
Modern incident management platform with Slack-native workflows, automated escalation, runbooks, and postmortem automation for engineering teams.