1,276 servers in this category
Auth0 authentication middleware for Express-based Model Context Protocol (MCP) servers. Easily secure MCP tools, resources, and prompts with JWT validation, role-based access control, and zero extra boilerplate.
MCP client and server with command line chat interface using Anthropic
Source code search for every package on PyPI and npm.
OpenAPI specification MCP server.
A Model Context Protocol (MCP) tool that automates code review and leaves comments directly on GitHub PRs, with support for Notion integration for custom review guidelines.
This is a C#/.NET 9 demo showcasing the Model Context Protocol (MCP) with a client-server architecture using the MCPSharp library, where the client discovers and invokes tools exposed by the server.
This repository contains a minimalist example of setting up MCP with Spring AI:- an MCP server that exposes "tools" via SSE/WebMVC- an MCP client.
Model Context Protocol (MCP) server for the LINE SHOPPING API. Enables AI agents and tools to manage products, inventory, orders, and settlements on LINE SHOPPING via auto-generated MCP tools from the official OpenAPI spec.
A clean and efficient code snippet and clipboard management tool designed for developers
Model Context Protocol server for Salesforce REST API integration
An opinionated starter template for making Model Context Protocol (MCP) servers
A comprehensive Model Context Protocol (MCP) server for managing Zellij terminal workspace sessions with 60+ tools across session management, pane operations, plugin integration, and LLM completion detection.
dockerServerMangerGoMCP
A MCP Server runs & manages C# code snippets generated by LLMs
A Model Context Protocol (MCP) server that helps read GitHub repository structure and important files.
nRepl mcp server for clojure. Enables interaction with a running Clojure nREPL instance, allowing evaluation of Clojure code, namespace inspection, and other utilities via MCP.
MCP server providing Docker Desktop release notes and security information.
This repository demonstrates how to use AutoGen to integrate local and remote MCP (Model Context Protocol) servers. It showcases a local math tool (math_server.py) using Stdio and a remote Apify tool (RAG Web Browser Actor) via SSE for tasks like arithmetic and web browsing.