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 |
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
- 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/chameleonbr/skills_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server