Kickd MCP Server
by anbturki
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KICKD_PORT | No | HTTP API port | 7400 |
| KICKD_LOG_FILE | No | Path to log file (optional) | |
| KICKD_API_TOKEN | No | Bearer token for API auth (optional) | |
| KICKD_LOG_LEVEL | No | Log level: debug, info, warn, error | info |
| KICKD_LOG_FORMAT | No | Log format: text or json | text |
| KICKD_RATE_LIMIT | No | Set false to disable rate limiting | true |
| KICKD_ENCRYPTION_KEY | No | AES-256 key for credential vault (optional) | |
| KICKD_QUEUE_MAX_SIZE | No | Max queue size | 1000 |
| KICKD_NOTIFY_SLACK_URL | No | Slack webhook for notifications (optional) | |
| KICKD_QUEUE_CONCURRENCY | No | Max concurrent queued tasks | 5 |
| KICKD_NOTIFY_DISCORD_URL | No | Discord webhook for notifications (optional) | |
| KICKD_NOTIFY_WEBHOOK_URL | No | Generic webhook for notifications (optional) |
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/anbturki/kickd'
If you have feedback or need assistance with the MCP directory API, please join our Discord server