Packages
26403 resultssecurenote-link-mcp-server
An MCP server package (securenote-link-mcp-server) intended to integrate with the SecureNote ecosystem to enable an AI agent to discover/link/operate on SecureNote resources via the MCP protocol.
smokeping
smokeping is a network latency/packet-loss monitoring tool that measures and plots “smoke” traces over time by sending probe packets to configured targets (typically via ping/round-robin probing) and visualizing results.
tcp-echo-server
tcp-echo-server is a simple TCP server that accepts socket connections and echoes received data back to the client (useful for testing connectivity and basic networking behavior).
tcp-echo-server
A simple TCP echo server: it listens for TCP connections and echoes back received data to the client. Typically used for testing network connectivity, framing, and client/server behavior.
thordata-mcp-server
An MCP server package (thordata-mcp-server) intended to expose tools/data via the Model Context Protocol, enabling an AI agent to call server-provided capabilities through MCP.
wireshark
Wireshark is a network protocol analyzer that captures packets and analyzes/deep-dissects network traffic across many protocols, with features for filtering, inspection, and exporting analysis results.
youtubeinsights-mcp-server-test
youtubeinsights-mcp-server-test appears to be an MCP server test package for providing YouTube Insights functionality via the Model Context Protocol. No README/repo contents were provided here, so capabilities, endpoints/tools, auth, and behavior cannot be verified from evidence.
zed-mcp-server-miaoduo
A Zed editor MCP server extension intended to integrate with miaoduo’s MCP server package (@miaoduo/miaoduo-mcp-server). The provided README and metadata describe the integration at a high level, but do not include concrete usage, configuration, or API surface details.
delta-sharing-server
delta-sharing-server is a server implementation of the Delta Sharing protocol, enabling clients to list and access Delta tables/datasets that are shared from a host environment (e.g., data lake / object storage) over the Delta Sharing API surface.
docker-compose-generator
docker-compose-generator is a utility that helps generate Docker Compose configurations (typically by templating/assembling service definitions into a docker-compose.yml) rather than requiring users to author the full compose file manually.
http-test-server
http-test-server appears to be a small HTTP server intended for testing HTTP clients/requests (e.g., exercising status codes, routes, request/response behaviors) rather than providing a production API.
letsencrypt
letsencrypt (commonly refers to the Let’s Encrypt certificate authority and the tooling/ecosystem used to obtain and renew TLS certificates) enables automated issuance and renewal of X.509 certificates for domains using ACME challenges.
obsidian
Obsidian is a local-first notes and knowledge-base application that lets you create and manage markdown files (vaults) with extensions and plugins, providing organization, search, and knowledge workflows.
open-im-server
Open-IM Server is an open-source instant messaging backend for developers, providing a microservices-based IM server with support for a gateway and multiple RPC services. It offers a REST API for business integrations (e.g., group creation/message pushing) and webhook callbacks around IM events, alongside an OpenIM SDK intended for client/application integration.
outline-driven-development
A workflow/prompt-and-tooling approach for augmented LLM code-agent development that emphasizes an “outline” as the canonical contract (stored with hashes) and revalidation of generated changes against that outline, using AST-based tooling and optional MCP extensions/plugins for agent orchestration.
poco-claw
Poco is a self-hostable AI agent execution platform/web UI that runs agent tasks in an isolated container, supports project/task management and artifact viewing, and integrates agent tooling via MCP/Skills plus an embedded browser and IM integrations.
shizheng-mcpdemo-server
This package appears to be an MCP demo server (“shizheng-mcpdemo-server”). It likely provides one or more example MCP tools/endpoints intended to demonstrate how to run an MCP server and expose tool(s) to an AI agent.
simple-mcp-server
An MCP (Model Context Protocol) server package intended to provide a simple MCP interface that other agents/hosts can connect to and use as a tool provider.
spring-ai-dify-mcp-server
A Spring AI integration that provides an MCP (Model Context Protocol) server to connect Dify workflow/agents into applications via Spring AI.
spring-ai-mcp-server
A Spring Boot starter that hosts an MCP (Model Context Protocol) server using Spring AI, including support for tools/resources and (optionally) OAuth2 security variants, based on the repository README branches.