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: src/mcp/README.md
+1-17Lines changed: 1 addition & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# GitHub MCP Server
2
2
3
-
This directory contains the Model Context Protocol (MCP) server implementation for GitHub integration. The server exposes GitHub operations as tools that can be used by AI agents and code editors like Cursor.
3
+
This directory contains the Model Context Protocol (MCP) server implementation for GitHub integration. The server exposes GitHub operations as tools that can be used by the Amp Agent.
4
4
5
5
## Available Tools
6
6
@@ -62,22 +62,6 @@ The MCP server works with GitHub App installations for authentication. When acce
62
62
63
63
## Integration with AI Agents
64
64
65
-
### Cursor Configuration
66
-
67
-
Add to your Cursor settings:
68
-
69
-
```json
70
-
{
71
-
"mcp.servers": {
72
-
"github": {
73
-
"command": "npm",
74
-
"args": ["run", "mcp"],
75
-
"cwd": "/path/to/your/cra-github/project"
76
-
}
77
-
}
78
-
}
79
-
```
80
-
81
65
### Amp Integration
82
66
83
67
The MCP server is automatically configured for use with Amp in `config.yml`:
0 commit comments