Skip to content

Commit

Permalink
Minor readme edits
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshmurag committed Nov 24, 2024
1 parent 5ff9b40 commit 0db9b08
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:

Expand Down

0 comments on commit 0db9b08

Please sign in to comment.