3 branches
2 tags

GitHub
Latest commit 2a4b5c6 3 days ago
ModelContextProtocol Servers
This repository contains server implementations for the ModelContextProtocol, a framework for managing machine learning model contexts across different environments.
Quick start
To get started with the servers, clone the repository and install dependencies:
$ git clone https://github.com/modelcontextprotocol/servers.git
$ cd servers
$ npm install
$ cd servers
$ npm install
Features
- Multiple server implementations (Node.js, Python, Go)
- Docker support for easy deployment
- RESTful API endpoints for model management
- WebSocket support for real-time updates
- Authentication middleware
Directory Structure
servers/
node-server/
python-server/
go-server/
README.md
package.json
LICENSE
12 contributors · 1.2k commits · 3 releases