Packages
26403 resultszed-mcp-server-github
This extension integrates [GitHub MCP Server](https://github.com/github/github-mcp-server) as a context server for
zed-mcp-server-sequential-thinking
This extension integrates [Sequential Thinking](https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking)
Context Space
A production-ready integration platform that gives AI agents secure access to 14+ real-world services (GitHub, Slack, Airtable, HubSpot, Notion, Spotify, Stripe, etc.) through a unified MCP server and REST API. Handles OAuth flows and credential management via HashiCorp Vault so agents don't need to deal with auth complexity directly.
AgentRunKit
AgentRunKit is a lightweight Swift 6 framework for building LLM-powered agents with type-safe tool calling, streaming, context management/compaction, structured outputs, multimodal support, and an MCP client (stdio/JSON-RPC). It supports both cloud providers (e.g., OpenAI-compatible, Anthropic, Gemini, Vertex) and on-device inference via MLX and Apple Foundation Models.
cpi-mcp-server
Provides an MCP server that enables AI agents to query SAP Cloud Integration (Integration Suite) tenant data—such as integration packages, flows, mappings, and runtime artifacts—by calling SAP CPI public OAuth-protected APIs using the client-credentials flow.
discord-mcp-server
A Model Context Protocol (MCP) server that lets MCP-compatible clients (e.g., Claude Desktop) interact with Discord via a JSON-RPC 2.0 interface over stdio. It supports Discord bot operations such as sending and retrieving messages, getting channel info, searching messages, and moderation actions, with configurable YAML + environment overrides and options for JWT/API-key authentication.
frappe-mcp-server
Provides an MCP server (and local HTTP endpoint) that lets AI assistants query and manipulate ERPNext/Frappe data using generic “doctype” tools, plus wrapper project analytics tools. It can connect to ERPNext via Frappe/ERPNext APIs and to an OpenAI-compatible LLM provider (including local Ollama).
godot-mcp-docs
Provides an MCP server (via a Docker image) that exposes the official Godot Engine documentation to AI assistants, including a documentation tree and retrieval of specific files such as class docs and tutorials.
google-news-trends-mcp
Provides an MCP server plus CLI to fetch and return structured data derived from Google News RSS feeds (by keyword/location/topic/top news) and Google Trends (trending keywords by geo). Optionally summarizes/condenses articles using LLM/NLP pipelines.
HttpRunner
Open-source testing framework supporting API testing (HTTP/WebSocket/RPC), vision-driven UI automation (Android/iOS/browser via OCR/CV), and load testing. Includes MCP server for AI-assisted test orchestration and an interactive chat mode.
kube-apiserver
Kubernetes kube-apiserver is the core Kubernetes control-plane API server that exposes the Kubernetes REST API, performs authentication/authorization, validates requests, and coordinates persistence and admission of cluster state changes.
LAMDA (FIRERPA)
Android RPA framework providing 160+ APIs for device automation, remote desktop with WebSocket streaming, UI inspection, Frida integration for dynamic analysis, and MCP server for AI agent tool-calling. Supports Android 6-16 on physical devices, emulators, and cloud phones.
lc2mcp
lc2mcp is a Python adapter that converts existing LangChain tools (e.g., @tool functions, StructuredTool, BaseTool-derived tools) into FastMCP-compatible tools, registering them on a FastMCP server with optional context injection, docstring/args-schema handling, and namespace/collision management.
mcp-chrome
mcp-chrome is a Chrome extension + MCP bridge that exposes Chrome browser capabilities (using the user’s existing Chrome session, tabs, browsing context, and login state) to AI assistants/clients via MCP tools over a local connection (streamable HTTP or stdio). It supports browser automation actions (navigate/click/type), browsing context management (tabs/windows/history/bookmarks), content extraction/analysis, screenshots, and network capture/request tooling.
mcp-codex-dev
An MCP server that integrates Codex CLI into Claude Code workflows, providing session-managed tools for executing Codex actions (including TDD and review) and exposing auxiliary tools like health checks and session listing/discarding. It can also start a local HTTP progress UI server and stores MCP session tracking metadata per project.
mcp-gateway
mcp-gateway is a Rust-based MCP infrastructure that turns existing backends (HTTP/OpenAPI endpoints and stdio MCP servers) into a streamable HTTP MCP interface. It provides a multi-tenant gateway exposing profile-scoped MCP endpoints (/\{profile_id}/mcp) with auth and policy, and an adapter component that aggregates upstream sources into a single MCP endpoint (/mcp).
mcp-stytch-consumer-todo-list
Provides a Cloudflare Workers full-stack demo app (React static site + REST API + MCP server) where user/client identity and authentication flows are handled by Stytch, and TODO data is stored in Workers KV / Durable Objects.
notebooklm-skill
notebooklm-skill bridges NotebookLM research with Claude-style content generation and distribution. It ingests URLs/PDFs/trending topics, creates and manages NotebookLM notebooks, runs deep research/QA with citations, generates multiple artifact types (text and downloadable assets like audio/video/slides/reports and some structured outputs), and can run as a CLI tool, a Claude Code Skill, or an MCP server for agent-driven workflows.
Solon
A Java enterprise application development framework built from scratch (non-Java EE) that delivers 700% higher concurrency, 50% memory savings, and 10x faster startup compared to Spring-based solutions.
supergateway
Supergateway bridges MCP servers that run over stdio to network transports (SSE, WebSockets, or Streamable HTTP) and can also proxy remote SSE/Streamable HTTP MCP servers back to a local stdio interface.