Packages
26403 resultsgithub-mcp-server
Provides a Model Context Protocol (MCP) server that exposes GitHub-related tools (e.g., listing/searching and creating issues/PRs, pending reviews, and issue priority analysis). Tools are described as stateless and require authentication with permission checks.
gsd-task-manager
Offline-first task manager based on the Eisenhower Matrix (urgent/important quadrants), storing tasks locally in the browser (IndexedDB) with optional self-hosted cloud sync via PocketBase. Includes features like dependencies, recurring tasks, tags/subtasks, analytics dashboards, PWA offline support, and an npm MCP server (gsd-mcp-server) for AI assistants to read/write tasks via natural language.
lex
Lex is an (experimental) UK legal data API for AI agents and researchers, providing access to large collections of UK legislation and related materials with hybrid semantic search, and integration via Model Context Protocol (MCP) alongside an HTTP API (FastAPI) with interactive docs.
library-mcp
Provides an MCP server (Python) to query local Markdown knowledge bases. It indexes folders of .md files with front-matter metadata (e.g., title/tags/url) and exposes MCP tools to retrieve content by tag/text/slug/date range, manage tags, and rebuild the index.
mcp-nullbr-server
An MCP-compatible Java server that exposes “NullBR API” media search, metadata lookup (movies/TV/person/collections), and resource retrieval (various resource types), plus an operation to add 115 download/share links into a CMS. It serves tools over an SSE endpoint for MCP clients.
mcp-server-aws-cost-analysis
MCP server intended to analyze AWS costs by exposing MCP tools/handlers that an agent can call to retrieve and/or compute cost insights from AWS billing/cost data.
metrics-server
metrics-server (Kubernetes) aggregates and exposes resource metrics (CPU/memory) for Horizontal Pod Autoscaler (HPA) and related autoscaling/metrics consumers via the Kubernetes Metrics API (/apis/metrics.k8s.io).
openapi-mcp-server
Provides a Spring Boot/WebMVC-based MCP server that exposes backend REST/OpenAPI-described APIs as MCP tools, with support for multiple sessions and pluggable authentication via a UserContextSetter.
pilot-shell
Pilot Shell is an installation/CLI wrapper around Claude Code that provides a structured “spec-driven development” workflow (plan/approve/implement/verify), enforced quality hooks (lint/format/typecheck), git worktree-based task isolation, and a local dashboard for session/spec/review/status visibility.
radicle-mcp-server
radicle-mcp-server is an MCP (Model Context Protocol) server that exposes Radicle-related capabilities to MCP-capable AI agents/tools, enabling agents to interact with Radicle resources via MCP tool calls.
singlestore-mcp-server
A Multi-Model/Model Context Protocol (MCP) server that exposes SingleStore capabilities to AI agents via MCP tools. It is intended to let an agent perform database operations through a standardized MCP interface.
Unity-AI-ProBuilder
Unity editor tooling that integrates AI (via an MCP-based platform) to perform natural-language-driven operations on Unity ProBuilder meshes, including creating primitives, editing geometry (extrude, bevel, bridge, subdivide), modifying materials/pivots, and querying mesh info.
exact-online-mcp-server-by-cdata
Provides a locally hosted, read-only MCP server that exposes Exact Online data (via CData’s JDBC Driver for Exact Online) as MCP tools for listing tables/columns and executing SQL SELECT queries.
facebook-mcp-server
An MCP (Model Context Protocol) server that exposes Facebook Page operations as MCP tools, including posting to a page, retrieving page posts/comments, filtering negative comments by keywords, replying to comments, and deleting posts/comments using a configured Facebook Page access token and Page ID.
image-gen-server
Provides an MCP server (via fastmcp) that takes text prompts (intended for Cursor IDE integration) and calls an upstream image generation service (即梦AI) to generate images. It supports downloading/saving generated images to a specified folder (including configurable width/height and sampling strength) and generates multiple images per request.
last30days-skill
A Python-based “AI agent skill” that researches a topic from multiple public web sources (e.g., Reddit, X, Bluesky, YouTube, TikTok, Instagram, Hacker News, Polymarket, and the general web) over the last ~30 days, then synthesizes grounded summaries and/or tool-specific prompt guidance with citations. It is distributed as a Claude Code plugin/skill and also appears to support other clients (e.g., Gemini CLI extensions, OpenAI Codex CLI, and an “open variant” for watchlists/briefings with local SQLite storage).
MCP Chinese Getting Started Guide
A comprehensive Chinese-language tutorial and educational guide for the Model Context Protocol (MCP). Covers MCP server development with Python/FastMCP, client implementation, tool integration, sampling callbacks, LLM integration (DeepSeek), and Claude Desktop configuration. This is NOT an MCP server -- it is documentation only.
mcp-server-aws-canvas
An MCP server integration for AWS Canvas (based on the package name), intended to let an MCP-capable agent interact with AWS resources via tools exposed by the server.
resonant
Resonant is an open-source, self-hosted “relational AI companion” framework that runs a local Node.js server and orchestrates interactions with the Claude Code Agent SDK. It provides persistent identity/session continuity (via Claude Code’s memory system), an orchestrator for autonomous routines/triggers, and multiple user channels (web UI, Discord, Telegram, voice with transcription/TTS).
sap-businessobjects-bi-mcp-server-by-cdata
Provides a local, read-only MCP server that exposes SAP BusinessObjects BI data to LLM clients via MCP tools. It wraps a CData JDBC Driver connection and offers MCP tools to list tables/columns and run SELECT queries through JSON-RPC.