Packages
4946 resultsGORM
The most popular ORM for Go. Provides chainable query building, model associations (has one, has many, belongs to, many-to-many), auto-migrations, hooks (before/after create/save/delete), soft deletes, transactions, and connection pooling. Works with PostgreSQL, MySQL, SQLite, and SQL Server. The de-facto standard ORM for Go database applications.
Google AI Studio (Gemini API)
Free API playground and developer gateway for Google's Gemini model family, providing access to Gemini Pro, Flash, and experimental models for text, vision, audio, code, and long-context tasks via REST and SDK.
Google Cloud Storage (GCS) API
Google Cloud Storage is a scalable object storage service — store and retrieve files of any size with strong consistency, fine-grained IAM, lifecycle management, and global CDN via signed URLs.
HexStrike AI
MCP server that enables AI agents to autonomously execute 150+ cybersecurity tools across network recon, web app testing, auth cracking, binary analysis, cloud security, and CTF/forensics. Features 12+ specialized AI agents for orchestrating complex security workflows.
Interactive Brokers MCP Server
Interactive Brokers MCP server enabling AI agents to interact with IBKR accounts via the Interactive Brokers Client Portal API — retrieving portfolio positions, fetching account balances and P&L, placing and managing orders, getting real-time market data and quotes, and integrating IBKR's comprehensive brokerage platform into agent-driven investment analysis and trading automation workflows.
Just 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.