|
4 | 4 | "servers": {
|
5 | 5 | "atlassian": {
|
6 | 6 | "args": [],
|
7 |
| - "description": "Model Context Protocol (MCP) server for Atlassian products (Confluence and Jira). This integration supports both Confluence \u0026 Jira Cloud and Server/Data Center deployments.", |
| 7 | + "description": "Connect to Atlassian products like Confluence, Jira Cloud and Server/Data deployments.", |
8 | 8 | "env_vars": [
|
9 | 9 | {
|
10 | 10 | "description": "Confluence URL (e.g., https://your-domain.atlassian.net/wiki)",
|
|
439 | 439 | "args": [
|
440 | 440 | "http"
|
441 | 441 | ],
|
442 |
| - "description": "Connect to your Elasticsearch data directly from any MCP Client.", |
| 442 | + "description": "Connect to your Elasticsearch data.", |
443 | 443 | "env_vars": [
|
444 | 444 | {
|
445 | 445 | "description": "Your Elasticsearch instance URL",
|
|
576 | 576 | },
|
577 | 577 | "fetch": {
|
578 | 578 | "args": [],
|
579 |
| - "description": "A Model Context Protocol server that provides web content fetching capabilities", |
| 579 | + "description": "Allows you to fetch content from the web", |
580 | 580 | "env_vars": [],
|
581 | 581 | "image": "ghcr.io/stackloklabs/gofetch/server:latest",
|
582 | 582 | "metadata": {
|
|
626 | 626 | },
|
627 | 627 | "filesystem": {
|
628 | 628 | "args": [],
|
629 |
| - "description": "Node.js server implementing Model Context Protocol (MCP) for filesystem operations.", |
| 629 | + "description": "Allows you to do filesystem operations.", |
630 | 630 | "env_vars": [],
|
631 | 631 | "image": "mcp/filesystem:latest",
|
632 | 632 | "metadata": {
|
|
776 | 776 | },
|
777 | 777 | "git": {
|
778 | 778 | "args": [],
|
779 |
| - "description": "A Model Context Protocol server for Git repository interaction and automation", |
| 779 | + "description": "Provides support for interacting with Git repositories", |
780 | 780 | "env_vars": [],
|
781 | 781 | "image": "mcp/git:latest",
|
782 | 782 | "metadata": {
|
|
827 | 827 | },
|
828 | 828 | "github": {
|
829 | 829 | "args": [],
|
830 |
| - "description": "The GitHub MCP Server provides seamless integration with GitHub APIs, enabling advanced automation and interaction capabilities for developers and tools", |
| 830 | + "description": "Provides integration with GitHub's APIs", |
831 | 831 | "env_vars": [
|
832 | 832 | {
|
833 | 833 | "description": "GitHub personal access token with appropriate permissions",
|
|
921 | 921 | },
|
922 | 922 | "grafana": {
|
923 | 923 | "args": [],
|
924 |
| - "description": "A Model Context Protocol (MCP) server for Grafana that provides access to your Grafana instance and the surrounding ecosystem, enabling dashboard search, datasource queries, alerting management, incident response, and Sift investigations.", |
| 924 | + "description": "Provides access to your Grafana instance and the surrounding ecosystem, enabling dashboard search, datasource queries, alerting management, incident response, and Sift investigations.", |
925 | 925 | "env_vars": [
|
926 | 926 | {
|
927 | 927 | "description": "URL of the Grafana instance to connect to",
|
|
1020 | 1020 | },
|
1021 | 1021 | "hass-mcp": {
|
1022 | 1022 | "args": [],
|
1023 |
| - "description": "A Model Context Protocol (MCP) server for Home Assistant integration with Claude and other LLMs, enabling direct interaction with smart home devices, sensors, and automations.", |
| 1023 | + "description": "Integrates Home Assistant with LLM applications, enabling direct interaction with smart home devices, sensors, and automations.", |
1024 | 1024 | "env_vars": [
|
1025 | 1025 | {
|
1026 | 1026 | "description": "Home Assistant instance URL (e.g. http://homeassistant.local:8123)",
|
|
1083 | 1083 | },
|
1084 | 1084 | "k8s": {
|
1085 | 1085 | "args": [],
|
1086 |
| - "description": "MKP is a Model Context Protocol (MCP) server for Kubernetes that allows LLM-powered applications to interact with Kubernetes clusters.", |
| 1086 | + "description": "Allows LLM-powered applications to interact with Kubernetes clusters.", |
1087 | 1087 | "env_vars": [
|
1088 | 1088 | {
|
1089 | 1089 | "description": "Path to the kubeconfig file for Kubernetes API authentication (mounted into the container with --volume)",
|
|
1140 | 1140 | },
|
1141 | 1141 | "memory": {
|
1142 | 1142 | "args": [],
|
1143 |
| - "description": "A basic implementation of persistent memory using a local knowledge graph. This lets Claude remember information about the user across chats.", |
| 1143 | + "description": "Provides persistent memory to an LLMs application for storing information about the user across chats. Implemented using a local knowledge graph.", |
1144 | 1144 | "env_vars": [
|
1145 | 1145 | {
|
1146 | 1146 | "description": "Path to the memory storage JSON file (default: memory.json in the server directory)",
|
|
1194 | 1194 | },
|
1195 | 1195 | "mongodb": {
|
1196 | 1196 | "args": [],
|
1197 |
| - "description": "A Model Context Protocol server for interacting with MongoDB Databases and MongoDB Atlas.", |
| 1197 | + "description": "Provides support for interacting with MongoDB Databases and MongoDB Atlas.", |
1198 | 1198 | "env_vars": [
|
1199 | 1199 | {
|
1200 | 1200 | "description": "MongoDB connection string for direct database connections (optional, if not set, you'll need to call the connect tool before interacting with MongoDB data)",
|
|
1327 | 1327 | "--sse-address",
|
1328 | 1328 | ":8001"
|
1329 | 1329 | ],
|
1330 |
| - "description": "A Model Context Protocol server for NetBird, enabling management of your NetBird network.", |
| 1330 | + "description": "Enables management of an NetBird network.", |
1331 | 1331 | "env_vars": [
|
1332 | 1332 | {
|
1333 | 1333 | "description": "NetBird API token for authentication",
|
|
1389 | 1389 | },
|
1390 | 1390 | "notion": {
|
1391 | 1391 | "args": [],
|
1392 |
| - "description": "Official Notion MCP server.", |
| 1392 | + "description": "Provides integration with Notion.", |
1393 | 1393 | "env_vars": [
|
1394 | 1394 | {
|
1395 | 1395 | "description": "HTTP headers for Notion API requests in JSON format. Example: {\"Authorization\":\"Bearer ntn_****\",\"Notion-Version\":\"2022-06-28\"}",
|
|
1451 | 1451 | },
|
1452 | 1452 | "oci-registry": {
|
1453 | 1453 | "args": [],
|
1454 |
| - "description": "The OCI Registry MCP Server enables secure and seamless querying of OCI container registries, providing tools for image introspection, tag discovery, and manifest/config retrieval.", |
| 1454 | + "description": "Enables secure and seamless querying of OCI container registries, providing tools for image introspection, tag discovery, and manifest/config retrieval.", |
1455 | 1455 | "env_vars": [
|
1456 | 1456 | {
|
1457 | 1457 | "description": "Bearer token for OCI registry authentication",
|
|
1521 | 1521 | },
|
1522 | 1522 | "osv": {
|
1523 | 1523 | "args": [],
|
1524 |
| - "description": "An MCP (Model Context Protocol) server that provides access to the OSV (Open Source Vulnerabilities) database. This server allows LLM-powered applications to query the OSV database for vulnerability information about packages and commits.", |
| 1524 | + "description": "Provides access to the OSV (Open Source Vulnerabilities) database. Allows LLM-powered applications to query the OSV database for vulnerability information about packages and commits.", |
1525 | 1525 | "env_vars": [],
|
1526 | 1526 | "image": "ghcr.io/stackloklabs/osv-mcp/server:latest",
|
1527 | 1527 | "metadata": {
|
|
1575 | 1575 | },
|
1576 | 1576 | "perplexity-ask": {
|
1577 | 1577 | "args": [],
|
1578 |
| - "description": "An MCP server implementation that integrates Perplexity AI's Sonar API for live web searches, in-depth research, and reasoning tasks.", |
| 1578 | + "description": "Integrates Perplexity AI's Sonar API for live web searches, in-depth research, and reasoning tasks.", |
1579 | 1579 | "env_vars": [
|
1580 | 1580 | {
|
1581 | 1581 | "description": "Perplexity API key",
|
|
1625 | 1625 | "--port",
|
1626 | 1626 | "8931"
|
1627 | 1627 | ],
|
1628 |
| - "description": "A Model Context Protocol (MCP) server that provides browser automation capabilities using Playwright", |
| 1628 | + "description": "Provides browser automation capabilities using Playwright", |
1629 | 1629 | "env_vars": [],
|
1630 | 1630 | "image": "mcr.microsoft.com/playwright/mcp",
|
1631 | 1631 | "metadata": {
|
|
1687 | 1687 | },
|
1688 | 1688 | "redis": {
|
1689 | 1689 | "args": [],
|
1690 |
| - "description": "A Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.", |
| 1690 | + "description": "Enables LLMs to interact with Redis key-value databases through a set of standardized tools.", |
1691 | 1691 | "env_vars": [
|
1692 | 1692 | {
|
1693 | 1693 | "description": "Redis IP or hostname (default \"127.0.0.1\")",
|
|
1840 | 1840 | "--transport",
|
1841 | 1841 | "sse"
|
1842 | 1842 | ],
|
1843 |
| - "description": "An MCP server for using Semgrep to scan code for security vulnerabilities. Semgrep is a fast, deterministic static analysis tool that semantically understands many languages and comes with over 5,000 rules.", |
| 1843 | + "description": "Allows you to scan code for security vulnerabilities using Semgrep, a fast, deterministic static analysis tool that semantically understands many languages and comes with over 5,000 rules.", |
1844 | 1844 | "env_vars": [
|
1845 | 1845 | {
|
1846 | 1846 | "description": "Token for connecting to Semgrep AppSec Platform",
|
|
1898 | 1898 | },
|
1899 | 1899 | "sequentialthinking": {
|
1900 | 1900 | "args": [],
|
1901 |
| - "description": "MCP server enabling dynamic problem-solving with a structured, reflective approach that can adapt and evolve as understanding deepens.", |
| 1901 | + "description": "Enables dynamic problem-solving with a structured, reflective approach that can adapt and evolve as understanding deepens.", |
1902 | 1902 | "env_vars": [],
|
1903 | 1903 | "image": "mcp/sequentialthinking:latest",
|
1904 | 1904 | "metadata": {
|
|
1980 | 1980 | },
|
1981 | 1981 | "terraform": {
|
1982 | 1982 | "args": [],
|
1983 |
| - "description": "MCP Server for providing seamless integration with Terraform ecosystem and interaction capabilities for Infrastructure as Code (IaC) development.", |
| 1983 | + "description": "Provides integration with the Terraform ecosystem and interaction capabilities for Infrastructure as Code (IaC) development.", |
1984 | 1984 | "env_vars": [],
|
1985 | 1985 | "image": "hashicorp/terraform-mcp-server:latest",
|
1986 | 1986 | "metadata": {
|
|
2031 | 2031 | },
|
2032 | 2032 | "time": {
|
2033 | 2033 | "args": [],
|
2034 |
| - "description": "MCP server for time info and IANA timezone conversions with auto system timezone detection.", |
| 2034 | + "description": "Provides time information and IANA timezone conversions with auto system timezone detection.", |
2035 | 2035 | "env_vars": [],
|
2036 | 2036 | "image": "mcp/time:latest",
|
2037 | 2037 | "metadata": {
|
|
0 commit comments