Skip to main content
Glama
mcp_config.yaml1.43 kB
# 智文助手配置文件 # 版本: 2.0.0 # 服务器基本配置 server: name: "智文助手-文件夹文档生成器" version: "2.0.0" transport: "stdio" # 支持: stdio, http port: 8080 # HTTP模式下的端口号 # 功能选项配置 options: # 排除的目录(不扫描) exclude_dirs: - ".git" - "__pycache__" - "node_modules" - ".trae" - ".vscode" - ".idea" - ".pytest_cache" - "dist" - "build" # 强制更新(忽略缓存) force_update: false # 输出文件名 output_file: "folder_structure_mindmap.md" # 最大扫描深度 max_depth: 10 # 是否包含隐藏文件 include_hidden: false # 性能配置 performance: # 缓存生存时间(秒) cache_ttl: 3600 # 最大并发操作数 max_concurrent_operations: 5 # 是否启用性能监控 enable_performance_monitoring: true # 安全配置 security: # 允许的路径(空列表表示允许所有路径) allowed_paths: [] # 是否启用安全验证 enable_security_validation: true # 是否扫描敏感内容 scan_sensitive_content: true # 是否阻止危险文件 block_dangerous_files: true # 日志配置 logging: # 日志级别: DEBUG, INFO, WARNING, ERROR, CRITICAL level: "INFO" # 日志格式 format: "%(asctime)s - %(name)s - %(levelname)s - %(message)s" # 日志文件路径 file: "mcp_server.log"

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kscz0000/Zhiwen-Assistant-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server