Skip to content

Commit 54d6b58

Browse files
committed
Merge branch 'main' into pr/224
2 parents 215574f + fc71839 commit 54d6b58

File tree

37 files changed

+2766
-297
lines changed

37 files changed

+2766
-297
lines changed

.github/workflows/typescript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ jobs:
7474

7575
- name: Publish package
7676
working-directory: src/${{ matrix.package }}
77-
run: npm publish # --provenance
77+
run: npm publish --access public
7878
env:
7979
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

README.md

Lines changed: 16 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/sequentialthinking)** - 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

@@ -31,6 +34,7 @@ These servers aim to demonstrate MCP features and the Typescript and Python SDK.
3134

3235
Official integrations are maintained by companies building production ready MCP servers for their platforms.
3336

37+
- <img height="12" width="12" src="https://browserbase.com/favicon.ico" alt="Browserbase Logo" /> **[Browserbase](https://github.com/browserbase/mcp-server-browserbase)** - Automate browser interactions in the cloud (e.g. web navigation, data extraction, form filling, and more)
3438
- <img height="12" width="12" src="https://cdn.simpleicons.org/cloudflare" /> **[Cloudflare](https://github.com/cloudflare/mcp-server-cloudflare)** - Deploy, configure & interrogate your resources on the Cloudflare developer platform (e.g. Workers/KV/R2/D1)
3539
- **[Raygun](https://github.com/MindscapeHQ/mcp-server-raygun)** - Interact with your crash reporting and real using monitoring data on your Raygun account
3640
- <img height="12" width="12" src="https://e2b.dev/favicon.ico" alt="E2B Logo" /> **[E2B](https://github.com/e2b-dev/mcp-server)** - Run code in secure sandboxes hosted by [E2B](https://e2b.dev)
@@ -48,8 +52,18 @@ A growing set of community-developed and maintained servers demonstrates various
4852
- **[MCP Installer](https://github.com/anaisbetts/mcp-installer)** - This server is a server that installs other MCP servers for you.
4953
- **[Spotify MCP](https://github.com/varunneal/spotify-mcp)** - This MCP allows an LLM to play and use Spotify.
5054
- **[Inoyu](https://github.com/sergehuber/inoyu-mcp-unomi-server)** - Interact with an Apache Unomi CDP customer data platform to retrieve and update customer profiles
55+
- **[MySQL](https://github.com/designcomputer/mysql_mcp_server)** - MySQL database integration with configurable access controls and schema inspection
5156
- **[BigQuery](https://github.com/LucasHild/mcp-server-bigquery)** (by LucasHild) - This server enables LLMs to inspect database schemas and execute queries on BigQuery.
5257
- **[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
58+
- **[Todoist](https://github.com/abhiz123/todoist-mcp-server)** - Interact with Todoist to manage your tasks.
59+
- **[Tavily search](https://github.com/RamXX/mcp-tavily")** - An MCP server for Tavily's search & news API, with explicit site inclusions/exclusions
60+
- **[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.
61+
- **[Playwright MCP](https://github.com/executeautomation/mcp-playwright)** - This MCP Server will help you run browser automation and webscraping using Playwright
62+
- **[AWS](https://github.com/rishikavikondala/mcp-server-aws)** - Perform operations on your AWS resources using an LLM
63+
- **[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/)
64+
- **[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.
65+
- **[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.
66+
- **[OpenRPC](https://github.com/shanejonas/openrpc-mpc-server)** - Interact with and discover JSON-RPC APIs via [OpenRPC](https://open-rpc.org).
5367

5468
## 📚 Resources
5569

@@ -59,6 +73,7 @@ Additional resources on MCP.
5973
- **[Awesome MCP Servers by wong2](https://github.com/wong2/awesome-mcp-servers)** - A curated list of MCP servers by **[wong2](https://github.com/wong2)**
6074
- **[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)**
6175
- **[mcp-get](https://mcp-get.com)** - Command line tool for installing and managing MCP servers by **[Michael Latman](https://github.com/michaellatman)**
76+
- **[mcp-cli](https://github.com/wong2/mcp-cli)** - A CLI inspector for the Model Context Protocol by **[wong2](https://github.com/wong2)**
6277

6378
## 🚀 Getting Started
6479

0 commit comments

Comments
 (0)