An open API service indexing awesome lists of open source software.

https://github.com/xinyi-hou/MCP-server

Server implementation for MCP
https://github.com/xinyi-hou/MCP-server

Last synced: 3 months ago
JSON representation

Server implementation for MCP

Awesome Lists containing this project

README

          

# MCP Server

An implementation of the [Model Context Protocol](https://modelcontextprotocol.io/) (MCP).

## Getting Started

### Installation

```bash
npm install
```

### Running the server

```bash
npm start
```

### Configuration

To use this server with Claude Desktop, add the following to your configuration:

```json
{
"mcpServers": {
"myserver": {
"command": "npm",
"args": ["start"]
}
}
}
```

## License

MIT