You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/server-configuration.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Note: **read-only** mode acts as a strict security filter that takes precedence
27
27
28
28
##Configuration Examples
29
29
30
-
The examples below use VS Code configuration format to illustrate the concepts. If you're using a different MCP host (Cursor, Claude Desktop, JetBrains, etc.), your configuration might need to look slightly different. See[installation guides](https://github.com/github/github-mcp-server/tree/main/docs/installation-guides) for host-specific setup.
30
+
The examples below use VS Code configuration format to illustrate the concepts. If you're using a different MCP host (Cursor, Claude Desktop, JetBrains, etc.), your configuration might need to look slightly different. See[installation guides](./installation-guides) for host-specific setup.
31
31
32
32
###Enabling Specific Tools
33
33
@@ -334,7 +334,7 @@ Lockdown mode ensures the server only surfaces content in public repositories fr
334
334
335
335
| Problem| Cause| Solution|
336
336
|---------|-------|----------|
337
-
| Server fails to start| Invalid tool name in`--tools` or`X-MCP-Tools`| Check tool name spelling; use exact names from[Tools list](https://github.com/github/github-mcp-server?tab=readme-ov-file#tools)|
337
+
| Server fails to start| Invalid tool name in`--tools` or`X-MCP-Tools`| Check tool name spelling; use exact names from[Tools list](../README.md#tools)|
338
338
| Write tools not working| Read-only mode enabled| Remove`--read-only` flag or`X-MCP-Readonly` header|
339
339
| Tools missing| Toolset not enabled| Add the required toolset or specific tool|
340
340
| Dynamic tools not available| Using remote server| Dynamic mode is available in the local MCP server only|
@@ -344,7 +344,7 @@ Lockdown mode ensures the server only surfaces content in public repositories fr