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
- Host: GitHub
- URL: https://github.com/xinyi-hou/MCP-server
- Owner: xinyi-hou
- Created: 2025-01-06T06:21:32.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-06T08:33:49.000Z (11 months ago)
- Last Synced: 2025-01-06T09:36:31.619Z (11 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mcp-servers - **MCP-server** - Server implementation for MCP `mcp` `server` `git clone https://github.com/xinyi-hou/MCP-server` (📦 Other)
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