mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-17 23:53:24 +02:00
Initial commit
This commit is contained in:
21
README.md
Normal file
21
README.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# Example MCP 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.
|
||||
Reference in New Issue
Block a user