Packages
25784 resultsagent-skills-hub
Agent Skills Hub appears to be a web app and API that periodically syncs GitHub repositories, cleans/deduplicates and classifies them, computes multi-dimensional quality scores (including an “Agent Readiness” dimension), stores results in Supabase, and serves listings, trending/rising/top-rated views, RSS/sitemap, plus endpoints for submitting skills and subscribing to a newsletter.
apache-hadoop-hive-mcp-server-by-cdata
Provides a local, read-only Model Context Protocol (MCP) server that exposes Apache Hadoop Hive data via CData JDBC Driver as MCP tools (get tables, get columns, run SELECT queries), so local LLM clients (e.g., Claude Desktop) can query live Hive data without writing SQL.
mcp-servers
Monorepo providing multiple TypeScript Model Context Protocol (MCP) server packages for Check Point security platforms (e.g., management, management logs, threat prevention, HTTPS inspection, Harmony SASE, reputation, gateway CLI diagnostics, threat emulation, GAIA, documentation assistant, CPInfo analysis, Argos ERM, and policy insights). Each MCP server is intended to expose a structured interface to query and analyze security-related data.
MCPtrace
Provides an MCP (Model Context Protocol) server that generates and executes bpftrace kernel tracing programs from AI assistant requests, including discovery/listing of available probes and asynchronous execution with later polling for results.
mcu-mcp-server
An MCP (Model Context Protocol) server implemented with Express.js that exposes a tool to generate a color scheme from a provided seed color using Google’s Material Color Utilities library.
oracle.oci-fusion-applications-mcp-server
MCP server for Oracle OCI Fusion Applications Environment Management, enabling AI agents to manage Oracle Fusion Applications environments, schedule maintenance, manage upgrades, and control Fusion Applications lifecycle within OCI.
prowlarr
Prowlarr is an application that manages and indexes torrent downloads by integrating with multiple torrent indexers and mapping them to download clients. It automates searching, prioritization, and synchronization of indexer categories and releases.
sufy-mcp-server
An MCP (Model Context Protocol) server package named sufy-mcp-server, intended to expose “Sufy” capabilities as MCP tools so AI agents can call them in a standardized way.
tc-weather-mcp-server
tc-weather-mcp-server is an MCP server intended to provide weather-related capabilities (typically backed by an external weather provider) to AI agents via the Model Context Protocol.
zed-mui-mcp-server
Provides a Zed extension that exposes an MCP server for retrieving Material UI (MUI) documentation data inside Zed.
zopen-mcp-server
A Go-based Model Context Protocol (MCP) server that exposes a set of `zopen` command-line operations (list/query/install/remove/upgrade/info/version) as MCP tools. It supports stdio-based local execution (run tools on the same machine) and an optional remote mode that uses SSH to run `zopen` against a target z/OS system.
cloudwatch-mcp-server
Provides an MCP server that exposes AWS CloudWatch functionality (metrics/logs/alarms, depending on supported tools) to AI agents via MCP.
Flow-Like
A strongly-typed, local-first visual workflow automation platform built in Rust. Provides a drag-and-drop editor with 900+ built-in nodes for APIs, databases, file processing, and AI models. Runs on laptops, phones, servers, or edge devices with full offline capability and claims ~244K workflows/second throughput.
jebmcp
jebmcp provides an MCP server/plugin that integrates the JEB Pro reverse-engineering environment with MCP-capable clients (e.g., Cline/Cursor/RooCode). It starts a local HTTP endpoint (127.0.0.1:16161) and exposes MCP methods for querying/manipulating decompiled/exported artifacts in JEB, including class/method/field inspection and renaming.
lnd
lnd is an implementation of the Lightning Network node. It runs as a daemon that connects to the Bitcoin network, manages channels with peers, and provides an RPC/REST-like interface (via gRPC/proxy servers) for creating/monitoring payments over the Lightning Network.
mcp-server
Provides an MCP server (implemented in Java) that exposes two tools: (1) real-time weather retrieval via the QWeather API, and (2) Google-search-results querying via the Serper API. Includes an example of using LangChain4J with an MCP client over stdio.
mcp-snippets-server
Provides an MCP server that performs semantic search over local Markdown code-snippet files. On first run it parses `.md` snippets, generates embeddings using an OpenAI-compatible embeddings endpoint, persists a local JSON vector store, and exposes a single MCP tool `search_snippet(topic)` for topic-based retrieval.
nimbletools-core
NimbleTools Core is an open-source MCP runtime layer that deploys MCP tools (stdio command-line or HTTP-based) as scalable production HTTP services using Kubernetes (Helm/operator/CRD). It also provides a management REST API for workspaces/servers and integrates with a registry for service discovery and deployment.
percona-server-mongodb-operator
Percona Server for MongoDB Operator is a Kubernetes operator that automates deployment, configuration, and lifecycle management of Percona Server for MongoDB (a MongoDB-compatible database). It manages MongoDB replica sets, configuration, and operational tasks via Kubernetes resources (e.g., Custom Resource Definitions).
postgresql-mcp-server
Provides an MCP server (implemented as a Spring Boot app) that exposes read-only access to a PostgreSQL database. It offers an MCP tool to run validated SQL queries (requires WHERE clause; blocks SELECT *) and a resource endpoint for table schema discovery from information_schema.