You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,9 @@ Each MCP server is implemented with either the [Typescript MCP SDK](https://gith
20
20
-**[Brave Search](src/brave-search)** - Web and local search using Brave's Search API
21
21
-**[Google Maps](src/google-maps)** - Location services, directions, and place details
22
22
-**[Fetch](src/fetch)** - Web content fetching and conversion for efficient LLM usage
23
+
-**[Sequential Thinking](src/sequential-thinking)** - Dynamic and reflective problem-solving through thought sequences
24
+
-**[EverArt](src/everart)** - AI image generation using various models
25
+
-**[AWS KB Retrieval](src/aws-kb-retrieval)** - Retrieval from AWS Knowledge Base using Bedrock Agent Runtime
23
26
24
27
## 🌎 Community Servers
25
28
@@ -29,14 +32,14 @@ Each MCP server is implemented with either the [Typescript MCP SDK](https://gith
29
32
## 🚀 Getting Started
30
33
31
34
### Using MCP Servers in this Repository
32
-
Typescript-based servers in this repository can be used directly with `npx`.
35
+
Typescript-based servers in this repository can be used directly with `npx`.
33
36
34
37
For example, this will start the [Memory](src/memory) server:
35
38
```sh
36
39
npx -y @modelcontextprotocol/server-memory
37
40
```
38
41
39
-
Python-based servers in this repository can be used directly with [`uvx`](https://docs.astral.sh/uv/concepts/tools/) or [`pip`](https://pypi.org/project/pip/). `uvx` is recommended for ease of use and setup.
42
+
Python-based servers in this repository can be used directly with [`uvx`](https://docs.astral.sh/uv/concepts/tools/) or [`pip`](https://pypi.org/project/pip/). `uvx` is recommended for ease of use and setup.
40
43
41
44
For example, this will start the [Git](src/git) server:
0 commit comments