There was an error while loading. Please reload this page.
1 parent 5a0902e commit c5f03c3Copy full SHA for c5f03c3
1 file changed
README.md
@@ -157,6 +157,32 @@ Add the following to your `settings.json`
157
}
158
```
159
160
+###### GitHub Copilot CLI
161
+
162
+Use the Copilot CLI to interactively add the MCP server:
163
164
+```bash
165
+/mcp add
166
+```
167
168
+Alternatively, create or edit the configuration file `~/.copilot/mcp-config.json` and add:
169
170
+```json
171
+{
172
+ "mcpServers": {
173
+ "notionApi": {
174
+ "command": "npx",
175
+ "args": ["-y", "@notionhq/notion-mcp-server"],
176
+ "env": {
177
+ "NOTION_TOKEN": "ntn_****"
178
+ }
179
180
181
+}
182
183
184
+For more information, see the [Copilot CLI documentation](https://docs.github.com/en/copilot/concepts/agents/about-copilot-cli).
185
186
##### Using Docker
187
188
There are two options for running the MCP server with Docker:
0 commit comments