Skip to main content
Glama
chameleonbr

Skills MCP Server

by chameleonbr

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
API_KEYYesSecret key for REST API and MCP authentication
S3_BUCKETNoS3 bucket name (required if SKILLS_STORAGE=s3)
S3_PREFIXNoKey prefix acting as the remote skills rootskills/
SKILLS_DIRNoLocal directory for skill folders (used by local backend)skills
S3_CACHE_DIRNoLocal directory where S3 files are cached.s3cache
SKILLS_STORAGENoStorage backend: local or s3local
AWS_ENDPOINT_URLNoCustom endpoint for MinIO / LocalStack
ALLOW_RUN_SCRIPTSNoWhether to allow script execution via mcp_get_scriptfalse
AWS_ACCESS_KEY_IDNoAWS access key (or use IAM role / ~/.aws/credentials)
AWS_DEFAULT_REGIONNoAWS regionus-east-1
LAZY_INSTALL_VENVSNoIf true, defers requirements.txt installation to first script executionfalse
AWS_SECRET_ACCESS_KEYNoAWS secret key
ALLOW_GET_AVAILABLE_SKILLSNoExposes the get_available_skills tool globally via FastMCPtrue

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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