Packages
32658 resultsMCP Zen
MCP Zen code review and analysis server enabling AI agents to perform deep code analysis — identifying code quality issues, suggesting refactoring opportunities, analyzing code complexity, checking design patterns, and providing thoughtful code review feedback. Designed to provide a second perspective on code quality and help developers improve their codebases systematically.
Make.com MCP Server (Official)
Official Make.com (formerly Integromat) MCP server enabling AI agents to interact with Make's visual automation platform — managing scenarios, triggering workflows, monitoring execution history, and integrating 1,000+ app connections into agent-driven automation.
Portkey AI Gateway MCP Server
MCP server for Portkey — the AI gateway providing unified access to 250+ LLMs with built-in observability, caching, fallbacks, and load balancing. Enables AI agents to route requests through Portkey's intelligent gateway — getting automatic retry, provider failover, prompt caching, and full observability across any LLM provider.
Private Journal MCP
MCP server providing private journaling and semantic search for AI agents. Captures thoughts, feelings, and insights in local markdown files with YAML frontmatter. Uses local embeddings (@xenova/transformers) for semantic search — no external API calls. Supports both project-specific (.private-journal/) and personal (~/.private-journal/) storage.
Temporal MCP Server (Official)
Official Temporal MCP server enabling AI agents to interact with Temporal's workflow orchestration platform — querying workflow executions, signaling workflows, inspecting workflow state, and managing task queues.
VirusTotal API
Aggregates antivirus scan results from 70+ engines for files, URLs, domains, and IP addresses. Provides threat intelligence, behavioral analysis, and community-driven reputation data.
Coze MCP Server
Official Coze MCP server from ByteDance (coze-dev organization) enabling AI agents to interact with the Coze AI platform — calling Coze bots and workflows, accessing Coze's knowledge bases, triggering Coze plugins, and integrating Coze's multi-agent capabilities into external agent workflows. Coze is ByteDance's AI development platform popular in Asia.
Kubernetes MCP Server
Kubernetes MCP server enabling AI agents to interact with Kubernetes clusters — managing pods, deployments, services, and namespaces; executing kubectl commands; querying cluster state; reading logs; and automating Kubernetes operations from agent-driven DevOps and SRE workflows.
SAP HANA MCP Server
SAP HANA MCP server enabling AI agents to interact with SAP HANA in-memory database — executing SQL queries with HANA-specific functions, accessing column store analytics, querying HANA system views and metadata, and integrating SAP's enterprise in-memory analytics platform into agent-driven business intelligence and ERP data analysis workflows.
IDA Pro MCP Server (Python)
IDA Pro MCP server written in Python enabling AI agents to interact with IDA Pro — the industry-standard binary disassembler and decompiler — querying disassembled functions, retrieving decompiled pseudocode via Hex-Rays decompiler, accessing cross-references and symbol information, and integrating IDA Pro's analysis into agent-driven reverse engineering and vulnerability research workflows.
JADX MCP Server
JADX MCP server enabling AI agents to interact with JADX — the leading Android APK and Java decompiler — querying decompiled Java/Kotlin source code from Android apps, searching class structures and method implementations, and integrating JADX's decompilation capabilities into agent-driven Android reverse engineering and mobile security research workflows.
MCP Gateway
A plugin-based MCP gateway that sits between an LLM and other MCP servers, intercepting and sanitizing requests/responses to prevent PII leakage, token/secret exposure, prompt injection attacks, and harmful content — with built-in security scanning of MCP server reputation.
OT/ICS Security Standards MCP Server
MCP server from Ansvar Systems for Operational Technology (OT) and Industrial Control Systems (ICS) security standards. Provides AI agents reference access to IEC 62443, NIST SP 800-82, NIST SP 800-53, and MITRE ATT&CK for ICS frameworks. Enables security agents to query OT security standards for compliance, risk assessment, and threat modeling in industrial environments.
Semantic Scholar MCP Server
Semantic Scholar MCP server enabling AI agents to search and retrieve academic papers from Semantic Scholar — Allen Institute for AI's free academic search engine covering 200M+ papers across all fields. Enables searching by keyword, author, or paper ID, retrieving paper metadata, abstracts, citation counts, and open-access PDFs, integrating academic literature search into research agent workflows.
ABCoder
An AI-oriented code-processing framework that parses source code into a universal AST format and exposes it via MCP tools, enabling LLMs to have deep, structured, and confidential understanding of codebases without uploading code.
BMAD Method MCP Server
BMAD Method MCP server implementing the BMAD (Breakthrough Method of Agile AI-Driven Development) framework — providing structured prompts, personas, and workflows for AI-driven software development. Enables agents to follow the BMAD methodology for product requirement gathering, story creation, architecture design, and iterative development with specialized AI personas (Analyst, Architect, Developer, QA).
Cursor10x MCP — Cursor IDE Context Manager
Cursor10x MCP server enhancing Cursor IDE's AI coding assistant with persistent project context and memory — storing and retrieving project-specific information, maintaining context across coding sessions, tracking architectural decisions and patterns, and giving Cursor's AI agent better long-term memory for complex codebases.
Granola AI MCP Server
Official Granola AI MCP server enabling AI agents to interact with Granola — the AI-powered meeting notes application — retrieving meeting notes and transcripts, searching past meetings, and integrating Granola's automatically structured meeting knowledge into agent-driven productivity and meeting follow-up workflows.
Human-in-the-Loop MCP Server
Human-in-the-loop MCP server enabling AI agents to pause execution and request human approval or input before proceeding — presenting decision points to humans via CLI prompts or web UI, collecting structured responses, and allowing agents to safely gate irreversible actions, handle ambiguous situations, or request clarification during autonomous workflows.
MCP Server Bash SDK
MCP Server Bash SDK enabling developers to build MCP servers using pure Bash shell scripts — providing a lightweight SDK for wrapping existing shell scripts, CLI tools, and Unix commands as MCP tools, making it easy to expose shell-based functionality to AI agents without requiring Python or Node.js.