skill-mcp
by nohunt-bot
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SSE | No | Set to 'true' to stream over SSE instead of plain JSON replies. Default: 'false' | false |
| HOST | No | Bind address for the server. | 127.0.0.1 |
| PATH | No | Mount path for MCP endpoint. | /mcp |
| PORT | No | Port to listen on. | 8000 |
| SKILLS | No | Skill root directory. Repeat for several. Default: ./skills | ./skills |
| STATEFUL | No | Set to 'true' to keep session state. Needed for sampling/elicitation. Default: 'false' | false |
| HOOKS_DIR | No | Global pre.py / post.py applied to every skill. | |
| STATE_DIR | No | Writable per-skill state directory, exposed as SKILL_STATE_DIR. Default: ~/.skill-mcp/state | ~/.skill-mcp/state |
| ENABLE_TASKS | No | Set to 'true' to allow background execution. Requires fastmcp[tasks]. Default: 'false' | false |
| CONTEXT_SHARE | No | Max fraction of the context window one tool result may use. Default: 0.25 | 0.25 |
| CONTEXT_TOKENS | No | Client's context window size in tokens; sizes all output. Default: 128000 | 128000 |
| NO_NETWORK_ENV | No | Set to 'true' to stop forwarding proxy/TLS vars to scripts. Default: 'false' | false |
| SCRIPT_TIMEOUT | No | Hard ceiling per script in seconds. Default: 30 | 30 |
| REFRESH_INTERVAL | No | Index refresh timer in seconds. 0 disables. Default: 5 | 5 |
| SCRIPT_STALL_TIMEOUT | No | Kill a script silent for this many seconds. 0 disables. Default: 20 | 20 |
| MAX_SCRIPT_CONCURRENCY | No | Maximum number of concurrent subprocesses. Default: 8 | 8 |
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
ActivitySlowing
ResponsivenessNo issues