Packages
26403 resultsredfish-mockup-server
A Redfish mockup server that emulates Redfish (HTTP/JSON) endpoints for testing and development without a physical BMC/device.
web-tool-mcp-server
An MCP server package intended to expose “web tool” capabilities to an AI agent via the Model Context Protocol (MCP).
winrm-mcp-server
An MCP server for working with Windows Remote Management (WinRM). It exposes WinRM-related capabilities to AI agents via the Model Context Protocol (MCP), allowing them to connect to Windows hosts and perform remote operations (e.g., run commands) through the MCP tool interface.
CoWork-OS
CoWork OS is a local-first desktop “AI operating system” (macOS/Windows) for running agent workflows and automations across many LLM providers and messaging channels, with a focus on security hardening, approvals for destructive actions, sandboxing/guardrails, encrypted local storage, and extensive built-in skills/connectors (including MCP connectors).
geoserver
GeoServer is an open-source server for publishing and sharing geospatial data. It provides services (e.g., WMS/WFS/WCS and others depending on configuration) for clients to query and render spatial datasets from various data stores.
maestro-mcp-server
maestro-mcp-server appears to be an MCP (Model Context Protocol) server package intended to let AI agents access Maestro-related capabilities through MCP tools. The provided prompt does not include README/repo details, so the exact tools, parameters, and behavior cannot be verified.
mcp-server-hello
MCP (Model Context Protocol) CLI server template in Rust intended as a hello-world/example implementation for MCP servers. The README describes CLI flags to enable the MCP server and optionally display prompts, resources, and tools, and shows an example configuration for integrating the server into Claude Desktop.
mcp-servers
A Rust project that provides a collection of composable MCP servers (e.g., Discord, Shopify, Twitter/X, arXiv, Hugging Face, Replicate) that you run locally. It supports normal server mode and an SSE (Server-Sent Events) mode, configured via environment variables (e.g., Shopify domain/token).
orange-unsplash-mcp-server
orange-unsplash-mcp-server is an MCP server package intended to integrate with the Unsplash API to provide AI agents with access to Unsplash resources (e.g., searching or retrieving images) through MCP tools.
skills
PANews Agent Toolkit provides an agent “skills” bundle (and Codex/Claude plugin bundle layout) containing skills for: (1) structured PANews crypto/blockchain news discovery, (2) PANews creator workflows that require an authenticated user session, and (3) reading PANews pages and converting them to agent-ready Markdown.
tdengine-mcp-server
Provides an MCP (Model Context Protocol) server integration for TDengine (open-source time-series database), enabling AI agents to interact with TDengine via MCP tools.
unsplash-mcp-server
Provides an MCP (Model Context Protocol) server (Java/Spring-stdio) that can search images on Unsplash, using an Unsplash access key supplied via environment variable.
web-scraping-mcp-server
An MCP (Model Context Protocol) server that provides web-scraping capabilities to an AI agent, enabling the agent to fetch and extract content from web pages via MCP tool calls.
zmp-openapi-mcp-server
zmp-openapi-mcp-server is an MCP server package intended to expose an OpenAPI-described HTTP API to AI agents via the Model Context Protocol (MCP). It likely acts as a bridge that reads an OpenAPI spec and provides MCP tools corresponding to the API operations.
cartola-mcp-server
cartola-mcp-server is an MCP server intended to provide access to data/operations for the Fantasy Game Cartola FC (as indicated by its repository description/metadata).
catalog-api-mcp-server
MCP (Model Context Protocol) server “pilot” used from VS Code to validate or manage the state of P&C, exposing locally configured MCP tools (as defined in the referenced Java service).
craftgate_mcp_server
Spring Boot–based MCP (Model Context Protocol) server that integrates with Craftgate payment APIs to query/report/manage payment data, intended to run as an MCP stdio server via `-Dspring.ai.mcp.server.stdio=true` and a local JAR.
docker-jmeter-server
Runs Apache JMeter in a Docker container to execute load/performance test plans, typically by mounting JMX test files and running the JMeter CLI in batch mode.
go-passage-of-time-mcp-server
Provides an MCP server (Go) that lets an LLM do basic “passage of time”/time-related operations, inspired by a similar Python MCP server. Can run as an stdio MCP server by default, or as an HTTP streamable server when given a port.
ham
HAM (Hierarchical Agent Memory) is a Claude Code skill that reduces AI context/token usage by replacing a single large CLAUDE.md with smaller, directory-scoped CLAUDE.md files and local memory files (e.g., .memory/decisions.md, patterns.md). It auto-scans a project and routes the agent to read only relevant context for the directory being worked in, and provides commands for setup, updating, routing, and local dashboard/analytics.