Packages

4763 results

psutil

Developer Tools

Cross-platform Python library for accessing system and process information. psutil provides CPU usage, memory stats, disk I/O, network connections, and process management (list, kill, inspect) through a unified Python API that works on Linux, macOS, and Windows. Used in monitoring agents, resource-aware task schedulers, and system health checks.

Free tier system monitoring process
70

pydantic-settings

Developer Tools

Configuration management library for Python using Pydantic models. pydantic-settings loads configuration from environment variables, .env files, AWS Secrets Manager, Azure Key Vault, and other sources — automatically parsing and validating values with Pydantic's type system. Define a Settings class once and get type-safe configuration with validation, documentation, and source priority out of the box. The standard for 12-factor Python applications.

Free tier python settings configuration
70

rayon

Developer Tools

Data parallelism library for Rust. Converts sequential iterators to parallel with a single `.par_iter()` call. Uses a work-stealing thread pool to automatically distribute work across all CPU cores. The simplest way to achieve CPU parallelism in Rust — no manual thread management, no locks, no unsafe code.

Free tier rust parallel concurrency
70

xAI Grok API MCP Server

AI & Machine Learning

MCP server for xAI's Grok models — the frontier LLMs from Elon Musk's AI company. Grok models offer real-time knowledge (via X/Twitter data), long context windows, and competitive frontier model capabilities. OpenAI-compatible API enables easy integration. Enables AI agents to call Grok-1.5, Grok-2, and future Grok models.

MCP Free tier xai grok llm
70

Ansible Automation Platform (AAP) MCP Server

Cloud Infrastructure

Ansible Automation Platform (AAP) MCP server enabling AI agents to interact with Red Hat's enterprise automation platform — launching playbook templates, monitoring job status, querying inventory, managing credentials, and integrating Ansible Tower/AAP's automation workflows into agent-driven infrastructure automation and DevOps pipelines.

MCP Free tier ansible automation mcp-server
69

Cocos Creator MCP Server

Developer Tools

MCP server plugin for Cocos Creator 3.8+ that enables AI assistants to control the game editor through 50 integrated tools covering scene operations, node management, component handling, prefab system, project builds, debug tools, asset management, and scene view control. Implements 99% of editor functionality via standardized MCP protocol over HTTP.

MCP Priority Free tier cocos-creator game-engine mcp-server
69

Floating UI

Developer Tools

Low-level JavaScript library for positioning floating elements (tooltips, popovers, dropdowns, menus) relative to anchor elements. Handles collision detection, overflow prevention, placement flipping, and arrow positioning. Framework-agnostic core with React, Vue, and React Native adapters. Successor to Popper.js — more modern API, better TypeScript support, smaller bundle. Used internally by Radix UI, Headless UI, and many UI libraries.

Free tier tooltip popover dropdown
69

Lodash

Developer Tools

JavaScript utility library providing 300+ functions for arrays, objects, strings, numbers, and functional programming. Deep cloning, debounce/throttle, groupBy, merge, pick, omit, chunk, flatten, and hundreds more. One of the most downloaded npm packages ever. 'The Swiss Army knife of JavaScript' — fills gaps in native JavaScript APIs with consistent, well-tested utility functions. Lodash/fp variant provides auto-curried, immutable versions of all functions.

Free tier utility functions javascript
69

Mantine

Developer Tools

Full-featured React component library and hooks collection. Mantine ships 100+ components (Button, Modal, DataTable, DatePicker, RichTextEditor, etc.) and 50+ hooks (useForm, useLocalStorage, useMediaQuery, etc.). Unlike Radix UI which is unstyled primitives, Mantine provides fully styled components with a complete design system, dark mode, theming API, and form utilities. Well-regarded for quality, documentation, and active maintenance.

Free tier react ui components
69

Modular RAG MCP Server

AI & Machine Learning

Modular RAG MCP server providing a flexible, composable Retrieval-Augmented Generation system for AI agents — supporting multiple vector stores (Chroma, Pinecone, etc.), embedding models, and retrieval strategies, enabling agents to query and maintain knowledge bases with configurable RAG pipeline components.

MCP Free tier rag retrieval vector-search
69

Ora

Developer Tools

Elegant terminal spinner library for Node.js CLI applications. Displays animated loading spinners with text in the terminal during async operations. Supports multiple spinner styles (dots, line, arc, etc.), success/failure/warning state changes with icons, persistent lines, and concurrent spinner management with ora.all(). Ora v8+ is ESM-only. The go-to library for CLI UX feedback in Node.js tools like deployment scripts, build tools, and agent CLIs.

Free tier cli spinner terminal
69

Oracle Cloud Pricing MCP Server

Cloud Infrastructure

MCP server for querying Oracle Cloud Infrastructure (OCI) pricing data. Enables AI agents to retrieve OCI service pricing, compare costs across regions and SKUs, estimate workload costs, and support FinOps workflows for Oracle Cloud environments.

MCP Free tier oracle-cloud oci pricing
69

VueUse

Developer Tools

Collection of essential Vue Composition API utilities (composables). 200+ functions covering sensors (useMousePosition, useResizeObserver), state (useLocalStorage, useSessionStorage), browser APIs (useClipboard, useWebSocket, useNotification), and more. The Vue 3 equivalent of React's custom hooks ecosystem — eliminates the need to write common composable utilities from scratch.

Free tier vue vue3 composables
69

date-fns

Developer Tools

Comprehensive JavaScript date utility library with a functional programming approach. Unlike Day.js/Moment.js (object-oriented), date-fns exports 200+ pure functions that work with native JavaScript Date objects. Each function is independently importable — perfect tree-shaking. Functions like format(), addDays(), differenceInCalendarDays(), isAfter(), startOfWeek() cover everything date manipulation needs. Called 'Lodash for dates'.

Free tier date time javascript
69

nano-agent

AI & Machine Learning

MCP server for experimental small-scale engineering agents with multi-provider LLM support (OpenAI GPT-5, Anthropic Claude, Ollama local models). Implements a nested two-layer agent system where an outer MCP client spawns inner autonomous agents that can perform file system operations. Includes CLI, benchmarking, and HOP/LOP evaluation patterns for systematic multi-model testing.

MCP Priority Free tier mcp-server multi-provider openai
69

pfSense MCP Server

Security

MCP server enabling AI agents to interact with pfSense firewall and routing appliances — querying firewall rules, monitoring network traffic, checking VPN status, reading system logs, managing firewall rules, and controlling network infrastructure through pfSense's management API. Enables AI-driven network security monitoring and operations.

MCP Free tier pfsense firewall network
69

Clever K-12 EdTech SSO & Rostering API

Developer Tools

Clever REST API for K-12 EdTech single sign-on (SSO) and rostering platform. Enables AI agents to retrieve rostered student, teacher, and section data synced from district SIS systems, handle SSO authentication flows for EdTech applications, access district and school hierarchy data, retrieve course and class assignments, manage student-teacher-section relationships, integrate with PowerSchool, Infinite Campus, and other SIS platforms, and connect EdTech applications to district identity infrastructure.

Free tier clever k12 edtech
69

Deprecated

Developer Tools

Deprecation decorator for Python functions and classes — emits DeprecationWarning or other warnings when deprecated code is called. deprecated features: @deprecated decorator for functions/methods/classes, reason= parameter for migration instructions, version= parameter for when deprecation was introduced, action= parameter for warning category (always/once/default/error/ignore), category= for custom warning class, @deprecated.classic.deprecated for simpler API, wrapt-based transparent wrapping that preserves function signatures, and __deprecated__ attribute for deprecation metadata.

Free tier python deprecated decorator
69

Miro API

Productivity

Miro is an online collaborative whiteboard platform. Its REST API v2 enables agents to create and manage boards, add visual items (sticky notes, shapes, connectors, images, text, cards, frames), and automate whiteboard content. WebSocket support enables real-time board updates.

Free tier miro whiteboard visual-collaboration
69

OpenGuardrails MCP Server

Developer Tools

OpenGuardrails MCP server enabling AI agents to apply safety guardrails — validating agent outputs for harmful content, checking responses against configurable safety policies, enforcing content restrictions, and integrating AI safety controls into agent-driven applications requiring responsible AI guardrails.

MCP Free tier guardrails safety ai-safety
69
7052
Packages Evaluated
25606
Need Evaluation
194
Need Re-evaluation
Community Powered