Stop Searching. Start Trusting.
The curated directory of MCP servers, vetted for security, efficiency, and quality.
Tired of the MCP "Marketplace" Chaos?
We built MCPScout.ai to solve the ecosystems biggest pain points.
No Insecure Dumps
We manually analyze every server for basic security flaws.
Easy Setup
Our gotcha notes warn you about complex setups.
Avoid "Token Hogs"
We estimate token costs for cost-effective agents.
Products, Not Demos
We filter out "Hello World" demos.
Vetted Servers(9120)
buildkite-mcp-server
by buildkite
An MCP server that exposes Buildkite CI/CD data (pipelines, builds, jobs, tests) to AI tooling and editors for enhanced context and automation.
An MCP server that exposes Buildkite CI/CD data (pipelines, builds, jobs, tests) to AI tooling and editors for enhanced context and automation.
Setup Requirements
- ⚠️Buildkite API Token: Requires a `BUILDKITE_API_TOKEN` or `BUILDKITE_API_TOKEN_FROM_1PASSWORD` environment variable for authentication.
- ⚠️Docker (recommended): The server is designed for containerized deployment, implying Docker or a compatible runtime is beneficial.
- ⚠️1Password CLI (conditional): If `BUILDKITE_API_TOKEN_FROM_1PASSWORD` is used, the `op` (1Password CLI) binary must be installed and configured.
Verified SafeView Analysis
codearchitect-mcp
by tairqaldy
Automatically saves and retrieves AI conversation sessions from IDEs (Cursor, VS Code) to provide context continuity and build a searchable knowledge base for developers.
Automatically saves and retrieves AI conversation sessions from IDEs (Cursor, VS Code) to provide context continuity and build a searchable knowledge base for developers.
Setup Requirements
- ⚠️Requires Node.js v18+.
- ⚠️Requires manual export of chat from IDE to `~/.codearchitect/exports/` before `store_session` can auto-detect it.
- ⚠️Requires `npx` to be executable and configured correctly within the IDE's MCP server settings.
Verified SafeView Analysis
toolhive-registry-server
by stacklok
The central metadata hub for enterprise Model Context Protocol (MCP) server governance and discovery, implementing the official MCP Registry API specification.
The central metadata hub for enterprise Model Context Protocol (MCP) server governance and discovery, implementing the official MCP Registry API specification.
Setup Requirements
- ⚠️Requires PostgreSQL database setup, including specific user roles (`toolhive_registry_server`) which can be configured manually or via `prime-db` command.
- ⚠️Database passwords are managed securely via PostgreSQL's `.pgpass` file, which requires specific file format and permissions setup.
- ⚠️Authentication is OAuth 2.0/OIDC by default; requires an identity provider (e.g., Okta, Auth0, Kubernetes service accounts) unless explicitly configured for `anonymous` mode.
- ⚠️For Docker Compose, `task docker-up` is recommended over `docker-compose up` directly to ensure a fresh state by rebuilding images and clearing volumes.
Verified SafeView Analysis
jsonv-ts
by dswbx
Provides a type-safe JSON Schema builder and validator in TypeScript, with integrated Hono middleware for OpenAPI generation and request validation, and an MCP (Model Context Protocol) server/client for agent-based interactions.
Provides a type-safe JSON Schema builder and validator in TypeScript, with integrated Hono middleware for OpenAPI generation and request validation, and an MCP (Model Context Protocol) server/client for agent-based interactions.
Setup Requirements
- ⚠️Requires Bun runtime for direct execution of provided examples and test suite.
- ⚠️`hono` is used for HTTP transport and OpenAPI integration, and must be installed if these features are utilized.
- ⚠️MCP Client's `fetch` method may require polyfilling or specific Node.js configuration if not running in Bun or a browser environment.
Verified SafeView Analysis
mcp-server
by portone-io
Provides PortOne documentation and API access to Large Language Models (LLMs) to assist users with payment integration and queries.
Provides PortOne documentation and API access to Large Language Models (LLMs) to assist users with payment integration and queries.
Setup Requirements
- ⚠️Requires Node.js 22.6.0 or higher.
- ⚠️When using Claude Desktop with a DXT file, a known issue requires disabling 'Use built-in Node.js for MCP' in settings and restarting.
- ⚠️Console features (e.g., channel listing, payment lookup) require browser-based login to the PortOne console via an OAuth flow initiated locally.
Verified SafeView Analysis
ai-spark-mcp-server
by vgiri2015
Optimizes Apache Spark code for performance using an AI model (Claude) via a client-server architecture, including performance analysis and comparison.
Optimizes Apache Spark code for performance using an AI model (Claude) via a client-server architecture, including performance analysis and comparison.
Setup Requirements
- ⚠️Requires a paid Anthropic API Key (`ANTHROPIC_API_KEY`).
- ⚠️Requires a Python environment with PySpark, which typically means Java needs to be installed for Spark to run.
Review RequiredView Analysis
triliumnext-mcp
by tan-yong-sheng
Provides AI assistants with tools to interact with TriliumNext Notes instances, enabling automated knowledge management and content manipulation.
Provides AI assistants with tools to interact with TriliumNext Notes instances, enabling automated knowledge management and content manipulation.
Setup Requirements
- ⚠️Requires a running TriliumNext Notes instance accessible via API.
- ⚠️Requires a valid `TRILIUM_API_TOKEN` obtained from Trilium Notes settings.
- ⚠️For some MCP clients (e.g., Claude Code), `MCP_TIMEOUT` and `MCP_TOOL_TIMEOUT` may need to be increased (e.g., to 60000ms and 300000ms respectively) to prevent timeouts.
- ⚠️File and image note creation is currently temporarily disabled due to API implementation challenges with Trilium's ETAPI.
Verified SafeView Analysis
mcp-server-chart-minio
by zaizaizhao
Generates various chart types using server-side rendering and stores the resulting images in MinIO object storage, providing accessible URLs.
Generates various chart types using server-side rendering and stores the resulting images in MinIO object storage, providing accessible URLs.
Setup Requirements
- ⚠️Requires Node.js (v18+) and npm/yarn.
- ⚠️Requires Docker for easy deployment and MinIO integration.
- ⚠️Requires system-level dependencies (e.g., Cairo, Pango, libpng) for Canvas image rendering in `@antv/gpt-vis-ssr`, which can be a point of friction during local setup.
- ⚠️Critical environment variables (`PUBLIC_API_URL`, `MINIO_EXTERNAL_ENDPOINT`, MinIO credentials) must be correctly configured for production deployments to ensure proper external access and security.
Verified SafeView Analysis
intruder-mcp
by intruder-io
Enables MCP clients to manage and query vulnerability scanning and security posture information from Intruder.io.
Enables MCP clients to manage and query vulnerability scanning and security posture information from Intruder.io.
Setup Requirements
- ⚠️Requires an Intruder API Key (potentially paid service).
- ⚠️Requires a Python environment with 'uv' for local execution.
- ⚠️Requires Docker for containerized execution.
Verified SafeView Analysis
sourcegraph-mcp
by divar-ir
Provides AI-enhanced code search and content fetching capabilities from Sourcegraph instances to LLM agents.
Provides AI-enhanced code search and content fetching capabilities from Sourcegraph instances to LLM agents.
Setup Requirements
- ⚠️Requires access to a Sourcegraph instance (sourcegraph.com or self-hosted).
- ⚠️Requires Python 3.13+.
- ⚠️The SRC_ENDPOINT environment variable must be set.
- ⚠️SRC_ACCESS_TOKEN is required for private Sourcegraph instances.
Verified SafeView Analysis
unifi-mcp-server
by enuno
A Model Context Protocol (MCP) server that exposes the UniFi Network Controller API, enabling AI agents and applications to interact with UniFi network infrastructure in a standardized way.
A Model Context Protocol (MCP) server that exposes the UniFi Network Controller API, enabling AI agents and applications to interact with UniFi network infrastructure in a standardized way.
Setup Requirements
- ⚠️Requires UniFi API Key for authentication.
- ⚠️Docker and Docker Compose are highly recommended for deployment.
- ⚠️Python 3.10+ is required.
- ⚠️Full functionality (e.g., Zone-Based Firewall features) requires 'UNIFI_API_TYPE=local' which means local network access to your UniFi gateway.
Verified SafeView Analysis
cortexgraph
by prefrontal-systems
A Model Context Protocol (MCP) server providing AI assistants with ephemeral, local short-term memory, temporal decay, reinforcement, and automatic promotion to long-term storage.
A Model Context Protocol (MCP) server providing AI assistants with ephemeral, local short-term memory, temporal decay, reinforcement, and automatic promotion to long-term storage.
Setup Requirements
- ⚠️Requires `sentence-transformers` and spaCy models (`en_core_web_sm`) to be installed/downloaded for full functionality (embeddings, entity extraction), otherwise these features are disabled.
- ⚠️The `bd` CLI tool (for 'beads' issue tracking) is a dependency if agent functionalities are enabled and utilized for coordination.
- ⚠️The default JSONL storage loads all memories into RAM, making it unsuitable for very large datasets; SQLite storage is available as a more scalable alternative.