Packages
25784 resultsmcp-server-jina-java
Provides an MCP server (stdio/transport) that uses Jina Reader API to (1) search the web and return SERP results and (2) read a given URL and fetch its content.
mcp-server-k8s-go
Provides an MCP server (stdio transport) intended to interact with Kubernetes using Go. The README shows how to run it for local testing and how to configure it as a local MCP server (with KUBECONFIG) in clients like Cline.
mcp-swiftie-server
mcp-swiftie-server is a demo Model Context Protocol (MCP) server written in Go that exposes a small set of MCP tools to query mock Taylor Swift-related data (albums, songs, tours) using in-memory data. It includes a WebSocket listener (port 9000), a simple health endpoint and metrics endpoint, and demonstrates synchronous tool calls as well as a streaming/batched query pattern.
orange-mcp-snowflake-server
Provides an MCP server that connects an agent/workflow to Snowflake, enabling natural-language-to-SQL and/or database tool actions via the MCP interface (based on the package name).
postgres-mcp-server
Provides an MCP (Model Context Protocol) server that enables an AI assistant to interact with a PostgreSQL database using three tools: execute_query (SELECT/read), ddl_query (schema changes), and modify_query (INSERT/UPDATE/DELETE). The README claims queries are validated and restricted to block dangerous operations (e.g., DROP/administrative commands) before execution.
QCX
QCX (Quality Computer Experience) is a web app built with Next.js and Vercel AI SDK that combines LLM-driven text streaming/generative UI with mapping (Mapbox) and retrieval/search (Tavily/Exa per README) plus a serverless database (Upstash Redis). It appears aimed at an interactive, map-centric experience powered by configurable generative models.
release-mcp-server
Provides an MCP server that exposes tools to manage Tekton (openshift-pipelines) release workflows: creating release branches in component repos, updating the openshift-pipelines/hack repository configuration for specific versions, and generating Konflux release plan and admission artifacts, via Git operations against upstream repositories.
sensu-server
sensu-server is the Sensu server component that manages Sensu configuration and provides the backend for Sensu clients/agents to register, receive commands, and report status. It typically exposes APIs used by Sensu components and supports TLS/auth for secure communication.
tablestore-mcp-server
tablestore-mcp-server is an MCP (Model Context Protocol) server wrapper for interacting with Alibaba Cloud Tablestore, exposing Tablestore operations to MCP-capable agents/tools.
yby6-video-mcp-server
An MCP server package intended to expose video-related capabilities to AI agents via the Model Context Protocol (MCP).
zed-resend-mcp-server
Provides a Zed context-server/MCP integration that sends emails through Resend using the (unofficial) resend-mcp npm package. Configuration is done via Zed settings.json with a Resend API key and optional sender/reply-to and related email fields (recipients, CC/BCC, scheduling, and attachments, plus remote URL attachments).
CanvasMCPClient
Canvas MCP Client is a self-hostable infinite, zoomable, pannable canvas dashboard that integrates with multiple MCP (Model Context Protocol) servers and provides a widget-based interface (e.g., chat, notes, kanban, spreadsheet) plus configurable AI provider support via a FastMCP-based backend (FastAPI).
codeql-mcp
Runs a Model Context Protocol (MCP) server (via FastMCP) that wraps a CodeQL query server, exposing tools to register CodeQL databases, run CodeQL queries, decode .bqrs files to JSON, and locate predicate/class symbol positions.
esp32-mcpserver
An MCP (Model Context Protocol) server framework for ESP32 that exposes tools over HTTP using JSON-RPC 2.0. It supports initializing an MCP session, listing tools, and invoking registered tools with JSON Schema-validated inputs/outputs.
mcp-server-bankless-onchain
An MCP server intended to provide AI agents with bankless/onchain-related capabilities via the Model Context Protocol. Specific tool endpoints, data sources, and operational behavior are not provided in the prompt, so the evaluation focuses on interface/security/reliability that can be inferred from the package name/type (MCP server) rather than concrete implementation details.
mcp-server-developer-tool
Provides a modular Go implementation of an MCP (Model Context Protocol) server. It includes tools for executing shell commands (with restrictions) and basic file operations (show/search/write), with configuration-driven allow/deny path restrictions.
mcp-server-sequential-thinking
Provides an MCP server implementation intended to support “sequential thinking” style reasoning for an AI agent by breaking down tasks into ordered steps and returning structured outputs via MCP tools.
mcp-server-with-spring-ai
Provides Spring Boot integration for building an MCP (Model Context Protocol) server/client in Java using the MCP Java SDK. The example described exposes MCP tools that query a PostgreSQL database, and a client uses an LLM to select and invoke the appropriate tool.
myssl-mcp-server-go
myssl-mcp-server is an MCP server (Go) that exposes tools to query MySSL-based domain/IP security information (domain_check) and to check MySSL service health (health_check), intended to be used by compatible AI clients via the MCP protocol using MySSL AccessKey/SecretKey credentials.
oris-mcp-server
MCP server package (oris-mcp-server) intended to expose tools via the Model Context Protocol (MCP).