-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmcp.json
More file actions
44 lines (44 loc) · 970 Bytes
/
mcp.json
File metadata and controls
44 lines (44 loc) · 970 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"servers": {
"tools Docs": {
"type": "sse",
"url": "https://gitmcp.io/strands-agents/tools"
},
"github.com/NightTrek/Ollama-mcp": {
"command": "node",
"args": [
"C:/Users/mikep/mcp-server/ollama-mcp/build/index.js"
],
"env": {
"OLLAMA_HOST": "http://127.0.0.1:11434"
},
"type": "stdio"
},
"github.com/Saik0s/mcp-browser-use": {
"command": "uvx",
"args": [
"mcp-server-browser-use"
],
"env": {
"CHROME_DEBUGGING_PORT": "9222",
"CHROME_DEBUGGING_HOST": "localhost",
"BROWSER_HEADLESS": "false",
"MCP_USE_VISION": "true",
"MCP_MODEL_PROVIDER": "gemini",
"GOOGLE_API_KEY": "AIzaSyAiEDoqY0Vs7lQqSp-qHyQNqH456F49_Mc",
"MCP_MODEL_NAME": "gemini-pro",
"MCP_TEMPERATURE": "0.3"
},
"type": "stdio"
},
"context7": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp@latest"
],
"gallery": true
}
}
}