We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0535e9 commit a5d8a18Copy full SHA for a5d8a18
.cursor/mcp.json
@@ -1,31 +1,8 @@
1
{
2
"mcpServers": {
3
- "maven-tools": {
4
- "command": "docker",
5
- "args": [
6
- "run",
7
- "-i",
8
- "--rm",
9
- "arvindand/maven-tools-mcp:latest"
10
- ]
11
- },
12
"javadocs": {
13
"url": "https://www.javadocs.dev/mcp"
14
},
15
- "github": {
16
17
18
19
20
21
- "-e",
22
- "GITHUB_PERSONAL_ACCESS_TOKEN",
23
- "ghcr.io/github/github-mcp-server:latest"
24
- ],
25
- "env": {
26
- "GITHUB_PERSONAL_ACCESS_TOKEN": "YOUR_TOKEN_HERE"
27
- }
28
29
"serena": {
30
"command": "docker",
31
"args": [
0 commit comments