Files
servers-modelcontextprotocol-1/README.md
Justin Spahr-Summers 37415258b9 Initial commit
2024-11-19 13:29:12 +00:00

22 lines
532 B
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Example MCP servers ![NPM Version](https://img.shields.io/npm/v/%40modelcontextprotocol%2Fexample-servers)
Example servers for the Model Context Protocol, to demonstrate the kinds of things you can do!
## Getting started
Install from npm:
```sh
npm install -g @modelcontextprotocol/example-servers
```
Then, the example servers will be globally available on your PATH:
```sh
mcp-server-everything
mcp-server-postgres
# ...
```
Each server will operate differently. See the READMEs within [src](src/) for more information.