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

532 B

Example 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/example-servers

Then, the example 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.