Packages
26403 resultsssh-mcp-server-copilot
Provides an MCP server (stdio transport) that lets VS Code Copilot Chat manage remote Linux hosts over SSH using natural-language queries mapped to a fixed set of template-based, policy-scoped tools (read-only, controlled mutation, and privileged operations requiring approval).
adb-mcp
An MCP server (TypeScript/Node) that bridges an AI MCP client to Android devices via ADB, exposing tools for device management, app installation/management, logcat, file transfer, UI screenshot/dump, and shell command execution.
agent-kit
Provides an MCP (Model Context Protocol) server that exposes email-related tools (identity/provisioning, inbox retrieval, sending/replying/forwarding, drafts, settings like auto-reply/signature/forwarding, contacts, webhooks, and usage metrics) for AI agents to manage email autonomously.
Browser Use MCP Server
MCP server that enables AI agents to control web browsers via the browser-use library and Playwright, supporting navigation, data extraction, and web-based task automation with real-time VNC streaming for visual monitoring.
cheat-engine-server-python
Provides an MCP server (Python) for safe, structured, read-only access to process memory analysis and debugging-style capabilities (e.g., list/attach to processes, read memory, scan patterns, disassemble, resolve pointer chains, import Cheat Engine tables, and analyze Lua scripts in safe mode).
claude-skill-github-pages-deployer
Claude Code skill that automates end-to-end GitHub Pages deployment — git init to live URL, zero manual steps.
CloudSword
Cloud security assessment tool for Chinese cloud providers (Alibaba, Tencent, Huawei, Baidu, Qiniu). Enumerates cloud assets (storage buckets, compute instances, IAM users/roles, domains), tests access permissions, hardens bucket policies, and creates honey tokens for intrusion detection. Has a Metasploit-like CLI interface and MCP protocol support via SSE and STDIO modes.
codectx
codectx is a Python CLI that scans a source repository, ranks files by importance, extracts AST-derived structured summaries (via tree-sitter), enforces a token budget, and emits a single Markdown context document (e.g., CONTEXT.md) intended to be immediately useful to LLM agents.
config-guard
[🇨🇳 中文文档](./README_CN.md)
dbt-core-mcp
A Model Context Protocol (MCP) server that lets AI assistants interact with dbt projects: inspect project/resource metadata (models, sources, seeds, snapshots, tests), analyze lineage and impact, and run dbt commands/queries using the user’s existing dbt/adapter/environment via “bridge execution” (no dbt-core/adapters required on the server).
google-ad-manager-mcp-server-by-cdata
Provides a read-only MCP server that exposes Google Ad Manager data via CData’s JDBC Driver (as SQL-accessible relational models) to MCP-capable clients (e.g., Claude Desktop). It runs as a local stdio MCP server, using a .prp file to configure the JDBC driver and connection string.
grafbase
Grafbase is a self-hosted GraphQL Federation gateway (built in Rust) for composing and executing Apollo Federation v2 subgraphs, with extensibility via WebAssembly extensions and optional MCP server support.
instagram-mcp-server-by-cdata
Provides a local, read-oriented MCP Server that exposes Instagram data as relational tables via CData’s JDBC Driver, wrapped behind a small MCP tool surface (get tables/columns and run SELECT queries) for LLM clients such as Claude Desktop.
kwin-mcp
kwin-mcp is an MCP (Model Context Protocol) server for Linux KDE Plasma 6 on Wayland that enables AI agents to start isolated virtual KWin sessions (or connect to live sessions) and automate desktop GUI interactions. It provides MCP tools for session management, UI observation via AT-SPI2 accessibility trees and screenshots, and action injection via KWin’s Emulated Input Server (EIS)/libei, covering mouse, keyboard, touch, clipboard, window management, and some advanced D-Bus/diagnostic utilities.
mackenzie-github-mcp-server
An MCP (Model Context Protocol) server that exposes a set of GitHub operations (users, issues, pull requests, repositories, code search, and some code scanning alerts) to AI agents by wrapping GitHub APIs behind MCP tools. It can be run via Docker or built from source (Go binary) and authenticates to GitHub using a Personal Access Token passed via environment variable.
mcpm
@mcpm/cli is a command-line tool for managing MCP servers for Claude App: discovering MCP packages, installing/removing them, enabling/disabling servers, listing configured servers, and optionally running MCPM itself as an MCP server.
mcp-server-repomix
Provides a Zed editor MCP server extension that exposes Repomix functionality (packing repositories and querying packed output) to AI assistants via MCP tools.
microsoft-onedrive-mcp-server-by-cdata
Provides an MCP (Model Context Protocol) server that exposes Microsoft OneDrive data as relational tables by wrapping CData's JDBC Driver for Microsoft OneDrive. The MCP server is described as read-only and supports tool-based table/column discovery and running SQL SELECT queries via stdio.
mowen-mcp-server
An MCP (Model Context Protocol) server implemented in Go to integrate with 墨问笔记 (Mowen Notes). It exposes MCP tools for creating/editing notes with rich-text/paragraph blocks, quoting blocks, linking related notes, setting note privacy, and resetting the Mowen API key. It runs an HTTP server with an SSE endpoint for the MCP client to connect.
ogham-mcp
Ogham MCP is a Python-based Model Context Protocol (MCP) server that provides persistent, cross-client “shared memory” for AI coding agents. It stores memories in a Postgres-compatible database (Supabase/Postgres), generates embeddings via configurable providers (OpenAI/Ollama/Mistral/Voyage/Gemini or local ONNX), and exposes MCP tools for memory storage/retrieval plus additional capabilities like search, graph/profiles, and import/export. It can run per-client in stdio mode or as a shared persistent server via SSE transport, and includes CLI utilities (init/health/search/store/list/export/import/serve/openapi).