mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-18 08:13:24 +02:00
21 lines
506 B
Markdown
21 lines
506 B
Markdown
# 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/servers
|
|
```
|
|
|
|
Then, the 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. |