-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmcp_agent.config.yaml
More file actions
41 lines (39 loc) · 1004 Bytes
/
Copy pathmcp_agent.config.yaml
File metadata and controls
41 lines (39 loc) · 1004 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
# mcp_agent.config.yaml
execution_engine: asyncio
logger:
transports: [console]
level: debug
anthropic:
default_model: claude-3-7-sonnet-20250219
mcp:
servers:
fetch:
command: "uvx"
args: ["mcp-server-fetch"]
filesystem:
command: "npx"
args: ["-y", "@modelcontextprotocol/server-filesystem", "."]
# git:
# command: "git-mcp-server"
# args: [""]
github:
command: "npx"
args: ["-y", "@modelcontextprotocol/server-github"]
npm:
command: "/mcp_npm/build/index.js"
args: [""]
jira:
command: "uvx"
args: ["mcp-atlassian"]
confluence:
command: "uvx"
args: ["mcp-atlassian"]
playwright:
command: "npx"
args: ["-y", "@modelcontextprotocol/playwright-mcp-server"]
brave:
command: "npx"
args: ["-y", "@modelcontextprotocol/server-brave-search"]
sequentialthinking:
command: "npx"
args: ["-y", "@modelcontextprotocol/server-sequential-thinking"]