Packages
25784 resultsmcp-server
Provides an MCP (Model Context Protocol) server for the Spiral Framework with automatic tool discovery via PHP attributes, schema generation/validation for tool inputs, configurable transport (HTTP/stream/STDIO), middleware support, and optional session handling.
mcp-server
A Python Model Context Protocol (MCP) server suite that exposes Huawei Cloud services as MCP tools, enabling AI agents to manage cloud resources (e.g., ECS, OBS, GaussDB and many other Huawei Cloud products) through standardized MCP transports such as http/sse/stdio.
mcp-server-template
A spec-driven Go template for building Model Context Protocol (MCP) servers. It provides default tools/resources/prompts and can be configured at startup via a JSON spec (v1) that controls tool names/inputs, resources, prompts, and a catalog dataset. It supports stdio (default) and an HTTP transport with documented REST-style endpoints.
oracle.oci-networking-mcp-server
An MCP server that exposes Oracle Cloud Infrastructure (OCI) Core Networking (VCN) service APIs, enabling AI agents to create and manage Virtual Cloud Networks, subnets, route tables, internet gateways, NAT gateways, security lists, network security groups, and other foundational OCI network resources.
parse-server
parse-server is a self-hosted Parse Server implementation that provides a Parse-compatible backend (REST API and real-time features depending on setup) for Parse SDK clients. It works as a server process connected to a database (commonly MongoDB) and exposes endpoints for data models, queries, users, sessions (depending on configuration), file uploads, and related Parse behaviors.
pgsql-mcp-server
A Model Context Protocol (MCP) tool server that connects to a PostgreSQL database (via DSN) and exposes MCP-callable tools to introspect schema (schemas/tables/columns/indexes/foreign keys) and run SQL for DQL/DML/DDL/DCL operations within transactions (as described).
quickbase-mcp-server-by-cdata
Provides a local, read-only MCP server that exposes Quickbase data as relational tables using the CData JDBC Driver for Quickbase. It runs as a stdio-based MCP server (intended for local clients like Claude Desktop) and offers tools to list tables/columns and run SQL SELECT queries via JSON-RPC tool calls.
sap-business-one-mcp-server-by-cdata
Provides a locally hosted, read-only MCP server that exposes SAP Business One data (via CData JDBC Driver for SAP Business One) to MCP-capable clients (e.g., Claude Desktop). It wraps the JDBC driver so the client can list tables/columns and run SQL SELECT queries through MCP tools.
singlestore_mcp_server-fastmcp
Provides an MCP (Model Context Protocol) server that lets MCP clients interact with SingleStore Management API to manage organizations/workspaces, operate on starter workspaces (create/resume/terminate), run SQL on a workspace, and manage SingleStore Spaces notebook files and jobs.
sonarr
Sonarr is a self-hosted media management application for organizing and downloading TV series. It manages show tracking, episode/file downloads via external download clients, and automates workflows based on configurable rules.
todolist-mcp-server
MCP (Model Context Protocol) server that exposes a simple “to-do list”/task-management capability to AI agents via MCP tools (create/list/update/delete tasks).
1mcp
1mcp is a central proxy/hub that aggregates multiple upstream MCP servers and exposes a unified streamable-http MCP interface to downstream clients. It discovers upstream tools/resources/prompts, prefixes capability names (e.g., serverName___toolName), routes downstream requests to the correct upstream server, and supports dynamic hot-reloading of the upstream server configuration with live capability updates.
autopentest-ai
AutoPentest is an agentic pentesting MCP server for web applications. It orchestrates multiple role-specialized agents (Scout/Analyzer/Exploiter/Reporter) across a structured multi-phase workflow that crawls and maps an application, then performs OWASP WSTG-aligned testing and PortSwigger technique-based exploitation attempts, producing evidence-backed reports and doing quality-gated verification. It also bundles security tooling in Docker and includes browser-based testing via a Playwright MCP component (per README).
bullhorn-crm-mcp-server-by-cdata
Provides a local, read-only MCP server that exposes Bullhorn CRM data through a simple MCP tool interface by wrapping the CData JDBC Driver for Bullhorn CRM (SQL/relational model access via tools such as get_tables, get_columns, and run_query). Intended for LLM clients (e.g., Claude Desktop) to query live Bullhorn data without manually writing SQL.
Copilot MCP
VS Code extension that provides a unified interface for discovering, installing, and managing MCP servers and agent skills for GitHub Copilot, Claude Code, and Codex CLI. Includes a skills registry (skills.sh) and optional Cloud MCP remote deployment.
docker_mcp_server
Provides a Model Context Protocol (MCP) server that exposes Docker Engine and Docker Swarm operations as MCP Tools, using the mcp_mediator framework to auto-generate tool interfaces from Docker client methods (optionally with @McpTool annotations).
json-server
json-server is a development tool that serves a full fake REST API from a local JSON file (or multiple files) by exposing typical CRUD endpoints for your data.
ones-wiki-mcp-server
Provides an MCP (Model Context Protocol) server implemented with Spring Boot that authenticates to an ONES platform instance, fetches Wiki page content from a provided Wiki URL, converts the HTML to an AI-friendly Markdown/text representation, and returns structured page content (headings, paragraphs, lists, tables, images/links).
pal-mcp-server-ramarivera
PAL MCP is a Python-based Model Context Protocol (MCP) server that provides a provider abstraction layer for orchestrating multiple AI model backends (e.g., Gemini, OpenAI, Anthropic, Azure, Grok, OpenRouter, local Ollama) and exposes multiple agentic “tools”/workflows (chat/thinkdeep/planner/consensus/codereview/precommit/debug, etc.). It also includes a CLI-to-CLI bridge tool (“clink”) to integrate external AI CLIs into workflows and to spawn isolated “subagents” within an existing CLI context.
powerpoint
Provides an MCP server (Python) that creates and edits PowerPoint (.pptx) presentations: generating deck files, adding different slide types (title, section header, title+content, tables, charts, pictures with captions), opening existing decks for editing, saving backups/final output, and optionally generating images via TogetherAI using a FLUX model.