Skills MCP Server
by chameleonbr
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | Yes | Secret key for REST API and MCP authentication | |
| S3_BUCKET | No | S3 bucket name (required if SKILLS_STORAGE=s3) | |
| S3_PREFIX | No | Key prefix acting as the remote skills root | skills/ |
| SKILLS_DIR | No | Local directory for skill folders (used by local backend) | skills |
| S3_CACHE_DIR | No | Local directory where S3 files are cached | .s3cache |
| SKILLS_STORAGE | No | Storage backend: local or s3 | local |
| AWS_ENDPOINT_URL | No | Custom endpoint for MinIO / LocalStack | |
| ALLOW_RUN_SCRIPTS | No | Whether to allow script execution via mcp_get_script | false |
| AWS_ACCESS_KEY_ID | No | AWS access key (or use IAM role / ~/.aws/credentials) | |
| AWS_DEFAULT_REGION | No | AWS region | us-east-1 |
| LAZY_INSTALL_VENVS | No | If true, defers requirements.txt installation to first script execution | false |
| AWS_SECRET_ACCESS_KEY | No | AWS secret key | |
| ALLOW_GET_AVAILABLE_SKILLS | No | Exposes the get_available_skills tool globally via FastMCP | true |
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
ActivityInactive
ResponsivenessWithin a week