aily-local-file-mcp
by zhuxice-ctrl
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AUTH_PIN | No | 当AUTH_MODE=pin时,设置至少8个字符的PIN | |
| AUTH_MODE | No | 工具授权模式,可选 'pin'(默认)、'header'、'none' | pin |
| ALLOWED_DIRS | Yes | 允许访问的目录(逗号分隔),例如 /path/to/your/workspace | |
| NGROK_DOMAIN | No | ngrok固定域名(如果使用一键启动脚本需要设置) | |
| OWNER_USER_ID | No | 固定身份部署时的所有者用户ID | |
| MCP_AUTH_TOKEN | No | Bearer Token用于传输层鉴权(可选但强烈推荐),生成一个随机字符串 | |
| NON_INTERACTIVE | No | 无交互时的默认操作,'deny'(默认)或其他值 | deny |
| AUTH_USER_HEADER | No | 身份标识HTTP请求头名称,默认为 x-aily-user | x-aily-user |
| OWNER_DEFAULT_DIRS | No | 固定身份部署时所有者的默认目录 | |
| MAX_CONCURRENT_TOOLS | No | 总并发工具数,默认8 | 8 |
| CONSENT_ABSOLUTE_PATH | No | 绝对路径访问策略,可选 'allow'、'confirm'(默认)、'deny' | confirm |
| CONSENT_SENSITIVE_FILE | No | 敏感文件访问策略,可选 'allow'、'confirm'(默认)、'deny' | confirm |
| MAX_CONCURRENT_FETCHES | No | 网络获取并发数,默认4 | 4 |
| MAX_CONCURRENT_COMMANDS | No | 命令并发数,默认2 | 2 |
| MAX_CONCURRENT_SEARCHES | No | 搜索并发数,默认2 | 2 |
| DIRECTORY_APPROVAL_FALLBACK | No | 目录授权回退策略,默认 'deny',可设为 'owner' | deny |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/zhuxice-ctrl/feishu_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server