From 81957d83dbab6cef01f1e8b457692e4eb94fa8c8 Mon Sep 17 00:00:00 2001
From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com>
Date: Fri, 29 Nov 2024 23:20:34 -0600
Subject: [PATCH] Update README.md
---
README.md | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index 37482f4e..acb1a784 100644
--- a/README.md
+++ b/README.md
@@ -31,13 +31,13 @@ A curated list of awesome Model Context Protocol (MCP) servers.
### 📂 Browser Automation [top⇈](#server-implementations)
-> Web content access and automation capabilities. Enables searching, scraping, and processing web content in AI-friendly formats.
+Web content access and automation capabilities. Enables searching, scraping, and processing web content in AI-friendly formats.
- [@modelcontextprotocol/server-puppeteer](https://github.com/modelcontextprotocol/servers/tree/main/src/puppeteer) - Browser automation for web scraping and interaction
### ☁️ Cloud Platforms [top⇈](#server-implementations)
-> Cloud platform service integration. Enables management and interaction with cloud infrastructure and services.
+Cloud platform service integration. Enables management and interaction with cloud infrastructure and services.
- [Cloudflare MCP Server](https://github.com/cloudflare/mcp-server-cloudflare) - Integration with Cloudflare services including Workers, KV, R2, and D1
@@ -45,7 +45,7 @@ A curated list of awesome Model Context Protocol (MCP) servers.
### 💬 Communication [top⇈](#server-implementations)
-> Integration with communication platforms for message management and channel operations. Enables AI models to interact with team communication tools.
+Integration with communication platforms for message management and channel operations. Enables AI models to interact with team communication tools.
- [@modelcontextprotocol/server-slack](https://github.com/modelcontextprotocol/servers/tree/main/src/slack) - Slack workspace integration for channel management and messaging
@@ -53,7 +53,7 @@ A curated list of awesome Model Context Protocol (MCP) servers.
### 🗄️ Databases [top⇈](#server-implementations)
-> Secure database access with schema inspection capabilities. Enables querying and analyzing data while maintaining read-only safety by default.
+Secure database access with schema inspection capabilities. Enables querying and analyzing data while maintaining read-only safety by default.
- [@modelcontextprotocol/server-postgres](https://github.com/modelcontextprotocol/servers/tree/main/src/postgres) - PostgreSQL database integration with schema inspection and query capabilities
- [@modelcontextprotocol/server-sqlite](https://github.com/modelcontextprotocol/servers/tree/main/src/sqlite) - SQLite database operations with built-in analysis features
@@ -62,7 +62,7 @@ A curated list of awesome Model Context Protocol (MCP) servers.
### 📂 File Systems [top⇈](#server-implementations)
-> Provides direct access to local file systems with configurable permissions. Enables AI models to read, write, and manage files within specified directories.
+Provides direct access to local file systems with configurable permissions. Enables AI models to read, write, and manage files within specified directories.
- [@modelcontextprotocol/server-filesystem](https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem) - Direct local file system access.
- [mark3labs/mcp-filesystem-server](https://github.com/mark3labs/mcp-filesystem-server) - Golang implementation for local file system access.
@@ -78,7 +78,7 @@ A curated list of awesome Model Context Protocol (MCP) servers.
### 🗺️ Location Services [top⇈](#server-implementations)
-> Geographic and location-based services integration. Enables access to mapping data, directions, and place information.
+Geographic and location-based services integration. Enables access to mapping data, directions, and place information.
- [@modelcontextprotocol/server-google-maps](https://github.com/modelcontextprotocol/servers/tree/main/src/google-maps) - Google Maps integration for location services, routing, and place details
@@ -87,14 +87,15 @@ A curated list of awesome Model Context Protocol (MCP) servers.
### 📊 Monitoring [top⇈](#server-implementations)
-> Access and analyze application monitoring data. Enables AI models to review error reports and performance metrics.
+Access and analyze application monitoring data. Enables AI models to review error reports and performance metrics.
- [@modelcontextprotocol/server-sentry](https://github.com/modelcontextprotocol/servers/tree/main/src/sentry) - Sentry.io integration for error tracking and performance monitoring
## 🔎 Search [top⇈](#server-implementations)
-> Web search capabilities.
+
+Web search capabilities.
- [@modelcontextprotocol/server-brave-search](https://github.com/modelcontextprotocol/servers/tree/main/src/brave-search) - Web search capabilities using Brave's Search API
- [@modelcontextprotocol/server-fetch](https://github.com/modelcontextprotocol/servers/tree/main/src/fetch) - Efficient web content fetching and processing for AI consumption
@@ -106,7 +107,7 @@ A curated list of awesome Model Context Protocol (MCP) servers.
### 🔄 Version Control [top⇈](#server-implementations)
-> Interact with Git repositories and version control platforms. Enables repository management, code analysis, pull request handling, issue tracking, and other version control operations through standardized APIs.
+Interact with Git repositories and version control platforms. Enables repository management, code analysis, pull request handling, issue tracking, and other version control operations through standardized APIs.
- [@modelcontextprotocol/server-github](https://github.com/modelcontextprotocol/servers/tree/main/src/github) - GitHub API integration for repository management, PRs, issues, and more
- [@modelcontextprotocol/server-gitlab](https://github.com/modelcontextprotocol/servers/tree/main/src/gitlab) - GitLab platform integration for project management and CI/CD operations