Flint MCP Server
by bbigger004
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | 服务端口 | 3000 |
| S3_BUCKET | No | FLINT_ARTIFACT_STORE=s3 时必填 | |
| S3_REGION | No | FLINT_ARTIFACT_STORE=s3 时必填 | |
| S3_ENDPOINT | No | FLINT_ARTIFACT_STORE=s3 时必填 | |
| S3_ACCESS_KEY_ID | No | 对象存储凭证(FLINT_ARTIFACT_STORE=s3 时必填) | |
| FLINT_ARTIFACT_DIR | No | fs 模式的产物目录 | ./output/artifacts |
| S3_FORCE_PATH_STYLE | No | MinIO / 阿里云 OSS 保持 true | true |
| FLINT_ARTIFACT_STORE | No | 存储类型:fs 本地磁盘 / s3 对象存储 | fs |
| FLINT_MCP_AUTH_TOKEN | No | 填写后 /mcp 要求 Authorization: Bearer <token>,产物 URL 走 HMAC 签名 | |
| S3_SECRET_ACCESS_KEY | No | 对象存储凭证(FLINT_ARTIFACT_STORE=s3 时必填) | |
| FLINT_PUBLIC_BASE_URL | No | 对外 HTTPS 域名;反向代理/隧道部署时必填,否则用请求头推导 | |
| FLINT_ARTIFACT_DELIVERY | No | render_chart / REST 未显式指定时的交付模式:inline / url / both | inline |
| FLINT_ARTIFACT_MAX_BYTES | No | 单产物上限(16MiB) | 16777216 |
| FLINT_ARTIFACT_S3_PREFIX | No | 对象 key 前缀 | flint-artifacts |
| FLINT_ARTIFACT_TTL_SECONDS | No | 产物有效期(秒),默认 7 天 | 604800 |
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues