|
|
$schema: ./schema/mcp-agent.config.schema.json |
|
|
|
|
|
|
|
|
|
|
|
default_search_server: "brave" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
planning_mode: "traditional" |
|
|
|
|
|
|
|
|
document_segmentation: |
|
|
enabled: false |
|
|
size_threshold_chars: 50000 |
|
|
|
|
|
|
|
|
|
|
|
execution_engine: asyncio |
|
|
logger: |
|
|
transports: [console, file] |
|
|
level: info |
|
|
progress_display: true |
|
|
path_settings: |
|
|
path_pattern: "logs/mcp-agent-{unique_id}.jsonl" |
|
|
unique_id: "timestamp" |
|
|
timestamp_format: "%Y%m%d_%H%M%S" |
|
|
|
|
|
|
|
|
|
|
|
mcp: |
|
|
servers: |
|
|
brave: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
command: "npx" |
|
|
args: ["-y", "@modelcontextprotocol/server-brave-search"] |
|
|
env: |
|
|
|
|
|
BRAVE_API_KEY: "" |
|
|
filesystem: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
command: "npx" |
|
|
args: ["-y", "@modelcontextprotocol/server-filesystem"] |
|
|
fetch: |
|
|
command: "uvx" |
|
|
args: ["mcp-server-fetch"] |
|
|
github-downloader: |
|
|
command: "python" |
|
|
args: ["tools/git_command.py"] |
|
|
env: |
|
|
PYTHONPATH: "." |
|
|
file-downloader: |
|
|
command: "python" |
|
|
args: ["tools/pdf_downloader.py"] |
|
|
env: |
|
|
PYTHONPATH: "." |
|
|
command-executor: |
|
|
command: "python" |
|
|
args: ["tools/command_executor.py"] |
|
|
env: |
|
|
PYTHONPATH: "." |
|
|
code-implementation: |
|
|
command: "python" |
|
|
args: ["tools/code_implementation_server.py"] |
|
|
env: |
|
|
PYTHONPATH: "." |
|
|
description: "Paper code reproduction tool server - provides file operations, code execution, search and other functions" |
|
|
code-reference-indexer: |
|
|
command: "python" |
|
|
args: ["tools/code_reference_indexer.py"] |
|
|
env: |
|
|
PYTHONPATH: "." |
|
|
description: "Code reference indexer server - Provides intelligent code reference search from indexed repositories" |
|
|
bocha-mcp: |
|
|
command: "python3" |
|
|
args: ["tools/bocha_search_server.py"] |
|
|
env: |
|
|
PYTHONPATH: "." |
|
|
BOCHA_API_KEY: "" |
|
|
document-segmentation: |
|
|
command: "python" |
|
|
args: ["tools/document_segmentation_server.py"] |
|
|
env: |
|
|
PYTHONPATH: "." |
|
|
description: "Document segmentation server - Provides intelligent document analysis and segmented reading to optimize token usage" |
|
|
|
|
|
openai: |
|
|
|
|
|
|
|
|
default_model: "anthropic/claude-3.5-sonnet" |
|
|
|
|
|
|
|
|
anthropic: |
|
|
|