Skip to content

Commit 56d2d1c

Browse files
committed
docs: Add instructions for installing from registry
1 parent 5aefec1 commit 56d2d1c

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,23 @@ This project implements a simple MCP (Model Context Protocol) server that allows
99
- Make moves using UCI notation.
1010
- Reset the game with a specific skill level for the engine.
1111

12-
## Setup
12+
## Installation from Registry
13+
14+
You can install and run this server directly from the MCP registry using an MCP-compatible client. Update your `mcp_settings.json` to include the following server configuration:
15+
16+
```json
17+
{
18+
"mcpServers": {
19+
"chess": {
20+
"package": "io.github.stepbot/stockfish-mcp@v0.1.3"
21+
}
22+
}
23+
}
24+
```
25+
26+
Your client will automatically download and manage the server package.
27+
28+
## Local Development Setup
1329

1430
1. **Clone the repository:**
1531
```bash

0 commit comments

Comments
 (0)