From 0db9b08c02f99eecc8db2f317f90c2844797e1e1 Mon Sep 17 00:00:00 2001 From: Mahesh Murag Date: Sat, 23 Nov 2024 22:23:04 -0500 Subject: [PATCH] Minor readme edits --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4520a7e5..67d9ba8a 100644 --- a/README.md +++ b/README.md @@ -19,15 +19,13 @@ Each MCP server is implemented with either the [Typescript MCP SDK](https://gith ## 🚀 Getting Started ### Using MCP Servers in this Repository -Typescript-based servers in this repository can be used directly with `npx`. For example: +Typescript-based servers in this repository can be used directly with `npx`. For example, this will start the [Memory](src/memory) server: ```sh npx -y @modelcontextprotocol/server-memory ``` -This will start the [Memory](src/memory) server. - -Python-based servers in this repository can be used directly with `uvx` or `pip`. For example: +Python-based servers in this repository can be used directly with `uvx` or `pip`. [`uvx`](https://docs.astral.sh/uv/concepts/tools/) is recommended for ease of use and setup. For example, this will start the [Git](src/git) server: ```sh # With uvx uvx mcp-server-git @@ -37,8 +35,6 @@ pip install mcp-server-git python -m mcp_server_git ``` -This will start the [Git](src/git) server. - ### Using an MCP Client However, running a server on its own isn't very useful, and should instead be configured into an MCP client. For example, here's the Claude Desktop configuration to use the above server: