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 |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/nohunt-bot/fastMCP-example'
If you have feedback or need assistance with the MCP directory API, please join our Discord server