Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor readme edits
Browse files Browse the repository at this point in the history
maheshmurag committed Nov 24, 2024
1 parent 0db9b08 commit 5c23b97
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -19,13 +19,16 @@ 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, this will start the [Memory](src/memory) server:
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
```

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:
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

0 comments on commit 5c23b97

Please sign in to comment.