Packages
25784 resultsbitbucket-server
bitbucket-server is an integration package for Bitbucket Server (self-hosted Bitbucket Data Center). It provides programmatic access to Bitbucket resources (e.g., projects/repositories, commits, pull requests, build-related data depending on installed plugins/APIs) so other tools/agents can automate Git workflow and repository management against a Bitbucket Server instance.
claude-server
An archived npm package that provides an MCP (Model Context Protocol) server for organizing persistent project context and session conversation threads, storing JSON data under a local ~/.claude directory.
debian-mail-overlay
debian-mail-overlay is a Debian packaging overlay intended to modify or extend the behavior of Debian’s mail-related packages (e.g., injecting configuration or overriding package files) at build/install time using an overlay mechanism.
duplicati
Duplicati is an open-source backup application that creates encrypted backups (typically to cloud storage or other destinations) and manages schedules, versioning, and restores.
echo-server
echo-server is a basic echo service intended to accept input over a network interface and return the same content back to the caller (useful for testing connectivity and client/server wiring).
echo-server
echo-server is a simple server that echoes back received input (commonly used as a minimal example for building/testing network services).
feed2toot
feed2toot is a command-line tool that converts RSS/Atom feeds into Mastodon posts (toots), typically by fetching items from one or more feeds, transforming them, and publishing them via the Mastodon API.
frida-c2-mcp
frida-c2-mcp (FridaC2MCP) is an MCP server that exposes Frida dynamic instrumentation over a networked, streamable HTTP transport. It is intended to run entirely on rooted Android and jailbroken iOS devices, translating MCP/HTTP requests into Frida operations such as process/application management, attaching sessions, and executing/injecting bundled JavaScript Frida scripts.
geoserver
GeoServer is a server for publishing and managing geospatial data. It exposes geospatial services (commonly OGC standards such as WMS/WFS/WCS) and supports integrating with common data sources (e.g., PostGIS, shapefiles, rasters).
iis-mysql-php-joomla
Appears to be an integration bundle/setup for running Joomla (PHP CMS) on IIS with a MySQL/MariaDB backend (likely including configuration guidance/scripts for IIS/PHP/MySQL and Joomla deployment).
mcp-audit
mcp-audit is a Python CLI (and web app) that scans for Model Context Protocol (MCP) configurations across developer tools and GitHub repos, detecting potential exposures such as secrets (API keys/tokens/DB URLs), connected APIs/endpoints, configured AI models, and risk flags (e.g., shell/filesystem access). It can export reports in multiple formats (JSON, SARIF, CycloneDX, etc.) and can be used in CI to fail builds on critical findings.
mcp-rag-server
mcp-rag-server is an MCP (Model Context Protocol) server intended to provide retrieval-augmented generation (RAG) capabilities by connecting to MongoDB and using LLM providers (listed as Gemini/OpenAI and “A2A support Grok” in the repository description).
mcp-server-csdn-final
A Spring Boot (Java 17) service that provides a REST API to automatically publish Markdown articles to CSDN. It supports configuring article metadata (tags/category/description), converting Markdown to HTML, and integrates with Spring AI tool sets. Authentication to CSDN appears to be done via a configured CSDN Cookie stored in application.yml.
minecraft-bedrock-server
Provides tooling to run a Minecraft Bedrock Edition dedicated server (e.g., containerized deployment/scripts) based on the package name and typical scope of such repositories; does not appear to expose an API intended for programmatic control.
nacos-server
Nacos is a service discovery, configuration, and management platform. The nacos-server package provides the Nacos server component (APIs, configuration/configuraton management, and service registry).
nats-server-config-reloader
nats-server-config-reloader is intended to reload/restart NATS Server configuration when configuration changes (e.g., via filesystem watching), so NATS can pick up updated settings without manual intervention.
node-webserver
A minimal Node.js web server utility (node-webserver) that likely starts an HTTP server and provides basic routing/handling capabilities for serving responses.
oidc-server-mock
oidc-server-mock is a mock OpenID Connect (OIDC) provider/server intended to emulate OIDC flows for development and testing (e.g., for verifying login integrations without a real identity provider).
spring-boot-ai-confluence-mcp-server
A Spring Boot Model Context Protocol (MCP) server example that connects to Confluence Cloud and exposes Confluence document management operations (e.g., listing spaces, creating documents, handling history) as MCP callable tools via @Tool annotations and tool registration.
spring-boot-mcp-server-example
A Spring Boot example MCP (Model Context Protocol) server that exposes an MCP endpoint (default /mcp) and includes a health check route. It supports sync/async modes and auto-registers tools via annotation scanning.