Skip to content

Commit 4c67b18

Browse files
authored
Merge branch 'main' into file-edit
2 parents b477af5 + 9505342 commit 4c67b18

File tree

6 files changed

+1561
-1
lines changed

6 files changed

+1561
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,21 @@ Each MCP server is implemented with either the [Typescript MCP SDK](https://gith
1010

1111
These servers aim to demonstrate MCP features and the Typescript and Python SDK.
1212

13+
- **[AWS KB Retrieval](src/aws-kb-retrieval)** - Retrieval from AWS Knowledge Base using Bedrock Agent Runtime
1314
- **[Brave Search](src/brave-search)** - Web and local search using Brave's Search API
15+
- **[EverArt](src/everart)** - AI image generation using various models
1416
- **[Fetch](src/fetch)** - Web content fetching and conversion for efficient LLM usage
1517
- **[Filesystem](src/filesystem)** - Secure file operations with configurable access controls
18+
- **[Git](src/git)** - Tools to read, search, and manipulate Git repositories
1619
- **[GitHub](src/github)** - Repository management, file operations, and GitHub API integration
1720
- **[GitLab](src/gitlab)** - GitLab API, enabling project management
18-
- **[Git](src/git)** - Tools to read, search, and manipulate Git repositories
1921
- **[Google Drive](src/gdrive)** - File access and search capabilities for Google Drive
2022
- **[Google Maps](src/google-maps)** - Location services, directions, and place details
2123
- **[Memory](src/memory)** - Knowledge graph-based persistent memory system
2224
- **[PostgreSQL](src/postgres)** - Read-only database access with schema inspection
2325
- **[Puppeteer](src/puppeteer)** - Browser automation and web scraping
2426
- **[Sentry](src/sentry)** - Retrieving and analyzing issues from Sentry.io
27+
- **[Sequential Thinking](src/sequential-thinking)** - Dynamic and reflective problem-solving through thought sequences
2528
- **[Slack](src/slack)** - Channel management and messaging capabilities
2629
- **[Sqlite](src/sqlite)** - Database interaction and business intelligence capabilities
2730

@@ -48,13 +51,17 @@ A growing set of community-developed and maintained servers demonstrates various
4851
- **[MCP Installer](https://github.com/anaisbetts/mcp-installer)** - This server is a server that installs other MCP servers for you.
4952
- **[Spotify MCP](https://github.com/varunneal/spotify-mcp)** - This MCP allows an LLM to play and use Spotify.
5053
- **[Inoyu](https://github.com/sergehuber/inoyu-mcp-unomi-server)** - Interact with an Apache Unomi CDP customer data platform to retrieve and update customer profiles
54+
- **[MySQL](https://github.com/designcomputer/mysql_mcp_server)** - MySQL database integration with configurable access controls and schema inspection
5155
- **[BigQuery](https://github.com/LucasHild/mcp-server-bigquery)** (by LucasHild) - This server enables LLMs to inspect database schemas and execute queries on BigQuery.
5256
- **[BigQuery](https://github.com/ergut/mcp-bigquery-server)** (by ergut) - Server implementation for Google BigQuery integration that enables direct BigQuery database access and querying capabilities
5357
- **[Todoist](https://github.com/abhiz123/todoist-mcp-server)** - Interact with Todoist to manage your tasks.
58+
- **[Linear](https://github.com/jerhadf/linear-mcp-server)** - Allows LLM to interact with Linear's API for project management, including searching, creating, and updating issues.
5459
- **[Playwright MCP](https://github.com/executeautomation/mcp-playwright)** - This MCP Server will help you run browser automation and webscraping using Playwright
5560
- **[AWS](https://github.com/rishikavikondala/mcp-server-aws)** - Perform operations on your AWS resources using an LLM
5661
- **[LlamaCloud](https://github.com/run-llama/mcp-server-llamacloud)** (by marcusschiesser) - Integrate the data stored in a managed index on [LlamaCloud](https://cloud.llamaindex.ai/)
5762
- **[Any Chat Completions](https://github.com/pyroprompts/any-chat-completions-mcp)** - Interact with any OpenAI SDK Compatible Chat Completions API like OpenAI, Perplexity, Groq, xAI and many more.
63+
- **[Windows CLI](https://github.com/SimonB97/win-cli-mcp-server)** - MCP server for secure command-line interactions on Windows systems, enabling controlled access to PowerShell, CMD, and Git Bash shells.
64+
- **[OpenRPC](https://github.com/shanejonas/openrpc-mpc-server)** - Interact with and discover JSON-RPC APIs via [OpenRPC](https://open-rpc.org).
5865

5966
## 📚 Resources
6067

@@ -64,6 +71,7 @@ Additional resources on MCP.
6471
- **[Awesome MCP Servers by wong2](https://github.com/wong2/awesome-mcp-servers)** - A curated list of MCP servers by **[wong2](https://github.com/wong2)**
6572
- **[Awesome MCP Servers by appcypher](https://github.com/appcypher/awesome-mcp-servers)** - A curated list of MCP servers by **[Stephen Akinyemi](https://github.com/appcypher)**
6673
- **[mcp-get](https://mcp-get.com)** - Command line tool for installing and managing MCP servers by **[Michael Latman](https://github.com/michaellatman)**
74+
- **[mcp-cli](https://github.com/wong2/mcp-cli)** - A CLI inspector for the Model Context Protocol by **[wong2](https://github.com/wong2)**
6775

6876
## 🚀 Getting Started
6977

0 commit comments

Comments
 (0)