Light DevOps MCP Server
by chansanya
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEVOPS_LOG_DIR | No | 流水线日志目录 | |
| DEVOPS_SSH_DIR | No | Docker Compose 挂载到 Runner /var/lib/devops/ssh 的宿主机目录 | |
| DEVOPS_DATA_DIR | No | 应用数据目录 | |
| DEVOPS_HTTP_PORT | No | Docker Compose 暴露的 API 主机端口,默认 8000 | |
| DEVOPS_LOG_LEVEL | No | Runner 日志级别,默认 INFO | |
| DEVOPS_RUNNER_ID | No | Runner 实例标识;未设置时自动生成 | |
| DEVOPS_API_PREFIX | No | REST API 前缀,默认 /api/v1 | |
| DEVOPS_ENVIRONMENT | No | development 或 production;生产模式拒绝占位密码和占位 Token | |
| DEVOPS_MCP_ENABLED | No | 是否挂载 /mcp,默认启用 | |
| DEVOPS_CORS_ORIGINS | No | 允许访问 API 的浏览器 Origin 列表 | |
| DEVOPS_DATABASE_URL | No | SQLAlchemy 数据库地址;v1 正式生产只支持 SQLite | |
| DEVOPS_FRONTEND_DIR | No | API 托管的前端 dist 目录 | |
| DEVOPS_TEMPLATE_DIR | No | API 读取 Java、Node.js、Python 和 Compose 模板的目录 | |
| DEVOPS_INTERNAL_HOST | No | Runner 内部 API 监听地址 | |
| DEVOPS_INTERNAL_PORT | No | Runner 内部 API 监听端口 | |
| DEVOPS_WORKSPACE_DIR | No | Runner checkout 和构建工作区 | |
| DEVOPS_ADMIN_USERNAME | No | 单管理员用户名 | |
| DEVOPS_INTERNAL_TOKEN | No | API 与 Runner 内部认证 Token,至少 32 字符且两端完全一致 | |
| DEVOPS_SSE_BATCH_SIZE | No | SSE 单次读取事件上限 | |
| DEVOPS_SECRET_KEY_PATH | No | Fernet 主密钥文件;必须与数据库分开备份 | |
| DEVOPS_MCP_ALLOWED_HOSTS | No | MCP 允许的 Host 列表 | |
| DEVOPS_AUTO_CREATE_SCHEMA | No | 开发环境可自动建表;生产应使用 Alembic 并设为 false | |
| DEVOPS_MCP_ALLOWED_ORIGINS | No | MCP 允许的浏览器 Origin 列表 | |
| DEVOPS_RUNNER_INTERNAL_URL | No | API 访问 Runner 内部接口的地址 | |
| DEVOPS_RUNNER_POLL_SECONDS | No | Runner 空闲轮询间隔,默认 1 秒 | |
| DEVOPS_ACCESS_TOKEN_MINUTES | No | Web 登录访问令牌有效期,默认 30 分钟 | |
| DEVOPS_AUDIT_RETENTION_DAYS | No | 审计记录保留天数,默认 180 天 | |
| DEVOPS_RUNNER_LEASE_SECONDS | No | 任务租约时长 | |
| DEVOPS_ADMIN_INITIAL_PASSWORD | No | 首次启动引导密码,至少 12 字符;首次登录后删除 | |
| DEVOPS_RUN_LOG_RETENTION_DAYS | No | 流水线日志保留天数,默认 30 天 | |
| DEVOPS_METRICS_INTERVAL_SECONDS | No | 主机指标采集周期,默认 30 秒 | |
| DEVOPS_RUNNER_HEARTBEAT_SECONDS | No | 任务租约心跳间隔,必须短于租约 | |
| DEVOPS_SSE_POLL_INTERVAL_SECONDS | No | SSE 查询新日志的轮询间隔 |
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/chansanya/ForgeDeck'
If you have feedback or need assistance with the MCP directory API, please join our Discord server