-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmcp.json
More file actions
28 lines (28 loc) · 807 Bytes
/
mcp.json
File metadata and controls
28 lines (28 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"google_search": {
"command": "uv",
"args": ["run", "python", "google_search_mcp.py"],
"cwd": "/workspace/mcp_servers/google_search_mcp",
"transport": "stdio"
},
"lightrag": {
"command": "uv",
"args": ["run", "python", "lightrag_mcp.py"],
"cwd": "/workspace/mcp_servers/lightrag_mcp",
"transport": "stdio"
},
"fetch": {
"command": "uvx",
"args": ["mcp-server-fetch"],
"transport": "stdio"
},
"file_tools": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/workspace/knowledge_agent", "/workspace/LightRAG"],
"transport": "stdio"
},
"deepwiki": {
"url": "https://mcp.deepwiki.com/sse",
"transport": "sse"
}
}