Packages
4946 resultsKubrick Multimodal Agents Course
An open-source educational course and codebase teaching developers how to build production-ready multimodal AI agents that process images, video, audio, and text via a unified MCP server built with FastMCP, Groq LLMs, and Pixeltable memory.
Linear MCP Server
MCP server that integrates with Linear's issue tracking system, allowing LLMs to create, update, search, and comment on Linear issues through standardized MCP tools and resources.
Luma Dream Machine API
Luma Dream Machine provides a high-quality AI video generation API with Python and TypeScript SDKs for text-to-video and image-to-video generation.
Lunary
Open-source LLM observability and analytics platform with full tracing, cost tracking, user analytics, and evaluation capabilities. Lunary captures every LLM call with inputs, outputs, tokens, costs, and latency — and provides a UI for analyzing agent behavior, debugging failures, and running evals. MIT licensed with self-host option. Built for production LLM apps: supports multi-step agent traces, user tracking, and A/B testing of prompts.
MCP Remote macOS Use
An MCP server that gives AI agents full GUI control over remote macOS machines via Apple Screen Sharing, enabling screenshot capture, keyboard/mouse input, application launching, and drag-and-drop — all without installing software on the target Mac.
MongoDB Atlas Search
Lucene-based full-text and vector search built directly into MongoDB Atlas, enabling agents to run semantic and keyword search without a separate search infrastructure.
Nginx UI
A self-hosted web UI for managing Nginx servers with real-time monitoring, online configuration editing with validation, SSL certificate automation via Let's Encrypt, multi-server cluster support, and an MCP interface for AI-assisted configuration management.
OpenStatus
Open-source uptime monitoring and status page platform with a REST API. OpenStatus monitors HTTP endpoints, TCP ports, and DNS from multiple global regions and provides a public status page for communicating service health to users. REST API enables programmatic monitor creation, incident management, and status updates — making it suitable for agent-driven status page automation. Positioned as an open-source alternative to Better Uptime and Atlassian Statuspage.
RedNote MCP
MCP server that provides AI agents with access to Xiaohongshu (Little Red Book / RedNote) content, enabling keyword-based note search and note retrieval via URL through browser-based cookie authentication.
Sendbird API
Provides a managed in-app chat and messaging platform via SDKs and a REST API, enabling agents to send messages, manage channels and users, retrieve chat history, and moderate conversations within product applications.
Serpstat SEO Platform API
Serpstat REST API for comprehensive SEO data including keyword research, rank tracking, SERP analysis, and competitor intelligence. Enables AI agents to manage keyword research and search volume data for content strategy automation, handle rank tracking and SERP position monitoring for SEO performance, access competitor analysis and domain analytics for competitive intelligence, retrieve backlink data and referring domain analysis for link building automation, manage site audit and technical SEO data for on-page optimization, handle PPC and paid search data for cross-channel keyword strategy, access search trend data for editorial calendar planning, retrieve local SERP data for local SEO automation, manage bulk keyword clustering for content architecture, and integrate Serpstat with SEO platforms, CMS, and marketing analytics systems.
SonarCloud API
SonarCloud — cloud-based static code analysis and code quality platform that detects bugs, vulnerabilities, and code smells across 30+ languages, with a REST API for querying analysis results.
Trieve Search API
Open-source infrastructure for building search and RAG pipelines combining dense vector search, sparse vector search (SPLADE), BM25 full-text, and cross-encoder reranking. Trieve provides a REST API for chunk management (ingest, update, delete) and search (semantic, fulltext, hybrid), plus recommendations and RAG with citations. Self-hostable with Trieve Cloud managed option. Strong focus on search quality via multi-stage retrieval.
Trigger.dev
An open-source platform for building and deploying fully-managed AI agents and long-running workflows in TypeScript, with durable task execution, automatic retries, queues, human-in-the-loop pauses, and full observability.
Twilio Segment
Customer Data Platform that collects user events from sources via a unified tracking API and routes them to hundreds of analytics, marketing, and data warehouse destinations.
Unstructured API
Parses and preprocesses unstructured documents (PDFs, Word, PowerPoint, HTML, images) into clean, structured text chunks optimized for LLM and RAG pipelines.
Visual Crossing Weather API
Delivers historical weather data going back decades plus multi-day forecasts via a unified Timeline API, supporting both JSON and CSV output for any global location.
Xiaozhi ESP32 Server
A Python/Java/Vue backend server for the Xiaozhi ESP32 open-source smart hardware project, providing voice interaction, speaker recognition, multi-LLM dialogue, visual perception, and IoT device control for ESP32-based AI assistants.
Yjs
High-performance CRDT (Conflict-free Replicated Data Type) implementation for building real-time collaborative applications. Yjs provides shared data structures (Y.Map, Y.Array, Y.Text, Y.XmlFragment) that sync automatically across clients with conflict-free merging. Used by major collaborative editors (Notion, Linear, Liveblocks are built on similar patterns). Agent use: shared state management for multi-agent systems where multiple agents need to write to shared documents or data structures without conflicts.
aioboto3
Async AWS SDK for Python — wraps boto3 with asyncio support for non-blocking AWS service calls. aioboto3 features: async context manager pattern (async with aioboto3.Session() as session), async S3 operations (await s3.put_object, await s3.get_object, transfer.upload_file), async DynamoDB operations, async SQS (await sqs.send_message, receive_message), async SNS, async Secrets Manager, aiobotocore underneath (wraps botocore with aiohttp), paginator async iteration (async for page in paginator.paginate()), and transfer manager for multipart upload/download. Required for async Python web services that need non-blocking AWS access in FastAPI/aiohttp handlers.