Files
servers/README.md
2024-11-20 11:05:58 -05:00

506 B

MCP servers NPM Version

Example servers for the Model Context Protocol, to demonstrate the kinds of things you can do!

Getting started

Install from npm:

npm install -g @modelcontextprotocol/servers

Then, the servers will be globally available on your PATH:

mcp-server-everything
mcp-server-postgres
# ...

Each server will operate differently. See the READMEs within src for more information.