Skip to content

Commit b140aa5

Browse files
authored
docs: update agent instruction files and add Serena command (#32)
* docs: update agent instruction files and add Serena command - Update instruction files for various AI assistants (Claude, Gemini, Cursor, etc.) - Add new Serena MCP command documentation - Update configuration files for multiple AI tools - Refresh MCP configurations across different platforms - Update GitHub copilot instructions 🤖 Generated with Serena * chore: update
1 parent d5ac0a2 commit b140aa5

8 files changed

Lines changed: 321 additions & 110 deletions

File tree

.crush.json

Lines changed: 35 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"mcp": {
33
"XcodeBuildMCP": {
44
"command": "npx",
5-
"args": ["-y", "xcodebuildmcp@latest"]
5+
"args": [
6+
"-y",
7+
"xcodebuildmcp@latest"
8+
]
69
},
710
"Serena": {
811
"command": "uvx",
@@ -15,32 +18,55 @@
1518
},
1619
"Linear": {
1720
"command": "npx",
18-
"args": ["-y", "mcp-remote", "https://mcp.linear.app/sse"]
21+
"args": [
22+
"-y",
23+
"mcp-remote",
24+
"https://mcp.linear.app/sse"
25+
]
1926
},
2027
"GitHub": {
2128
"command": "npx",
22-
"args": ["-y", "mcp-remote", "https://api.githubcopilot.com/mcp/"]
29+
"args": [
30+
"-y",
31+
"mcp-remote",
32+
"https://api.githubcopilot.com/mcp/"
33+
]
2334
},
2435
"Figma": {
2536
"command": "npx",
26-
"args": ["-y", "mcp-remote", "http://127.0.0.1:3845/sse"]
37+
"args": [
38+
"-y",
39+
"mcp-remote",
40+
"http://127.0.0.1:3845/sse"
41+
]
2742
},
2843
"Beeper": {
2944
"command": "npx",
30-
"args": ["-y", "mcp-remote", "http://localhost:23373/v0/mcp"]
45+
"args": [
46+
"-y",
47+
"mcp-remote",
48+
"http://localhost:23373/v0/mcp"
49+
]
3150
},
3251
"Codex": {
3352
"type": "stdio",
3453
"command": "codex",
35-
"args": ["mcp"]
54+
"args": [
55+
"mcp"
56+
]
3657
},
3758
"ChromeDevtools": {
3859
"command": "npx",
39-
"args": ["chrome-devtools-mcp@latest"]
60+
"args": [
61+
"chrome-devtools-mcp@latest"
62+
]
4063
},
4164
"Context7": {
4265
"command": "npx",
43-
"args": ["-y", "@upstash/context7-mcp@latest"]
66+
"args": [
67+
"-y",
68+
"@upstash/context7-mcp@latest"
69+
]
4470
}
4571
}
46-
}
72+
}

.cursor/mcp.json

Lines changed: 34 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"mcpServers": {
33
"XcodeBuildMCP": {
44
"command": "npx",
5-
"args": ["-y", "xcodebuildmcp@latest"]
5+
"args": [
6+
"-y",
7+
"xcodebuildmcp@latest"
8+
]
69
},
710
"Serena": {
811
"command": "uvx",
@@ -15,32 +18,55 @@
1518
},
1619
"Linear": {
1720
"command": "npx",
18-
"args": ["-y", "mcp-remote", "https://mcp.linear.app/sse"]
21+
"args": [
22+
"-y",
23+
"mcp-remote",
24+
"https://mcp.linear.app/sse"
25+
]
1926
},
2027
"GitHub": {
2128
"command": "npx",
22-
"args": ["-y", "mcp-remote", "https://api.githubcopilot.com/mcp/"]
29+
"args": [
30+
"-y",
31+
"mcp-remote",
32+
"https://api.githubcopilot.com/mcp/"
33+
]
2334
},
2435
"Figma": {
2536
"command": "npx",
26-
"args": ["-y", "mcp-remote", "http://127.0.0.1:3845/sse"]
37+
"args": [
38+
"-y",
39+
"mcp-remote",
40+
"http://127.0.0.1:3845/sse"
41+
]
2742
},
2843
"Beeper": {
2944
"command": "npx",
30-
"args": ["-y", "mcp-remote", "http://localhost:23373/v0/mcp"]
45+
"args": [
46+
"-y",
47+
"mcp-remote",
48+
"http://localhost:23373/v0/mcp"
49+
]
3150
},
3251
"Codex": {
3352
"type": "stdio",
3453
"command": "codex",
35-
"args": ["mcp"]
54+
"args": [
55+
"mcp"
56+
]
3657
},
3758
"ChromeDevtools": {
3859
"command": "npx",
39-
"args": ["chrome-devtools-mcp@latest"]
60+
"args": [
61+
"chrome-devtools-mcp@latest"
62+
]
4063
},
4164
"Context7": {
4265
"command": "npx",
43-
"args": ["-y", "@upstash/context7-mcp@latest"]
66+
"args": [
67+
"-y",
68+
"@upstash/context7-mcp@latest"
69+
]
4470
}
4571
}
4672
}

.gemini/settings.json

Lines changed: 34 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"mcpServers": {
33
"XcodeBuildMCP": {
44
"command": "npx",
5-
"args": ["-y", "xcodebuildmcp@latest"]
5+
"args": [
6+
"-y",
7+
"xcodebuildmcp@latest"
8+
]
69
},
710
"Serena": {
811
"command": "uvx",
@@ -15,32 +18,55 @@
1518
},
1619
"Linear": {
1720
"command": "npx",
18-
"args": ["-y", "mcp-remote", "https://mcp.linear.app/sse"]
21+
"args": [
22+
"-y",
23+
"mcp-remote",
24+
"https://mcp.linear.app/sse"
25+
]
1926
},
2027
"GitHub": {
2128
"command": "npx",
22-
"args": ["-y", "mcp-remote", "https://api.githubcopilot.com/mcp/"]
29+
"args": [
30+
"-y",
31+
"mcp-remote",
32+
"https://api.githubcopilot.com/mcp/"
33+
]
2334
},
2435
"Figma": {
2536
"command": "npx",
26-
"args": ["-y", "mcp-remote", "http://127.0.0.1:3845/sse"]
37+
"args": [
38+
"-y",
39+
"mcp-remote",
40+
"http://127.0.0.1:3845/sse"
41+
]
2742
},
2843
"Beeper": {
2944
"command": "npx",
30-
"args": ["-y", "mcp-remote", "http://localhost:23373/v0/mcp"]
45+
"args": [
46+
"-y",
47+
"mcp-remote",
48+
"http://localhost:23373/v0/mcp"
49+
]
3150
},
3251
"Codex": {
3352
"type": "stdio",
3453
"command": "codex",
35-
"args": ["mcp"]
54+
"args": [
55+
"mcp"
56+
]
3657
},
3758
"ChromeDevtools": {
3859
"command": "npx",
39-
"args": ["chrome-devtools-mcp@latest"]
60+
"args": [
61+
"chrome-devtools-mcp@latest"
62+
]
4063
},
4164
"Context7": {
4265
"command": "npx",
43-
"args": ["-y", "@upstash/context7-mcp@latest"]
66+
"args": [
67+
"-y",
68+
"@upstash/context7-mcp@latest"
69+
]
4470
}
4571
}
4672
}

.kilocode/mcp.json

Lines changed: 34 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"mcpServers": {
33
"XcodeBuildMCP": {
44
"command": "npx",
5-
"args": ["-y", "xcodebuildmcp@latest"]
5+
"args": [
6+
"-y",
7+
"xcodebuildmcp@latest"
8+
]
69
},
710
"Serena": {
811
"command": "uvx",
@@ -15,32 +18,55 @@
1518
},
1619
"Linear": {
1720
"command": "npx",
18-
"args": ["-y", "mcp-remote", "https://mcp.linear.app/sse"]
21+
"args": [
22+
"-y",
23+
"mcp-remote",
24+
"https://mcp.linear.app/sse"
25+
]
1926
},
2027
"GitHub": {
2128
"command": "npx",
22-
"args": ["-y", "mcp-remote", "https://api.githubcopilot.com/mcp/"]
29+
"args": [
30+
"-y",
31+
"mcp-remote",
32+
"https://api.githubcopilot.com/mcp/"
33+
]
2334
},
2435
"Figma": {
2536
"command": "npx",
26-
"args": ["-y", "mcp-remote", "http://127.0.0.1:3845/sse"]
37+
"args": [
38+
"-y",
39+
"mcp-remote",
40+
"http://127.0.0.1:3845/sse"
41+
]
2742
},
2843
"Beeper": {
2944
"command": "npx",
30-
"args": ["-y", "mcp-remote", "http://localhost:23373/v0/mcp"]
45+
"args": [
46+
"-y",
47+
"mcp-remote",
48+
"http://localhost:23373/v0/mcp"
49+
]
3150
},
3251
"Codex": {
3352
"type": "stdio",
3453
"command": "codex",
35-
"args": ["mcp"]
54+
"args": [
55+
"mcp"
56+
]
3657
},
3758
"ChromeDevtools": {
3859
"command": "npx",
39-
"args": ["chrome-devtools-mcp@latest"]
60+
"args": [
61+
"chrome-devtools-mcp@latest"
62+
]
4063
},
4164
"Context7": {
4265
"command": "npx",
43-
"args": ["-y", "@upstash/context7-mcp@latest"]
66+
"args": [
67+
"-y",
68+
"@upstash/context7-mcp@latest"
69+
]
4470
}
4571
}
4672
}

.mcp.json

Lines changed: 34 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"mcpServers": {
33
"XcodeBuildMCP": {
44
"command": "npx",
5-
"args": ["-y", "xcodebuildmcp@latest"]
5+
"args": [
6+
"-y",
7+
"xcodebuildmcp@latest"
8+
]
69
},
710
"Serena": {
811
"command": "uvx",
@@ -15,32 +18,55 @@
1518
},
1619
"Linear": {
1720
"command": "npx",
18-
"args": ["-y", "mcp-remote", "https://mcp.linear.app/sse"]
21+
"args": [
22+
"-y",
23+
"mcp-remote",
24+
"https://mcp.linear.app/sse"
25+
]
1926
},
2027
"GitHub": {
2128
"command": "npx",
22-
"args": ["-y", "mcp-remote", "https://api.githubcopilot.com/mcp/"]
29+
"args": [
30+
"-y",
31+
"mcp-remote",
32+
"https://api.githubcopilot.com/mcp/"
33+
]
2334
},
2435
"Figma": {
2536
"command": "npx",
26-
"args": ["-y", "mcp-remote", "http://127.0.0.1:3845/sse"]
37+
"args": [
38+
"-y",
39+
"mcp-remote",
40+
"http://127.0.0.1:3845/sse"
41+
]
2742
},
2843
"Beeper": {
2944
"command": "npx",
30-
"args": ["-y", "mcp-remote", "http://localhost:23373/v0/mcp"]
45+
"args": [
46+
"-y",
47+
"mcp-remote",
48+
"http://localhost:23373/v0/mcp"
49+
]
3150
},
3251
"Codex": {
3352
"type": "stdio",
3453
"command": "codex",
35-
"args": ["mcp"]
54+
"args": [
55+
"mcp"
56+
]
3657
},
3758
"ChromeDevtools": {
3859
"command": "npx",
39-
"args": ["chrome-devtools-mcp@latest"]
60+
"args": [
61+
"chrome-devtools-mcp@latest"
62+
]
4063
},
4164
"Context7": {
4265
"command": "npx",
43-
"args": ["-y", "@upstash/context7-mcp@latest"]
66+
"args": [
67+
"-y",
68+
"@upstash/context7-mcp@latest"
69+
]
4470
}
4571
}
4672
}

0 commit comments

Comments
 (0)