Karya
by Dashy-E
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KARYA_DATA_DIR | No | Directory for persistent JSON storage. Mount a volume here to survive restarts. | |
| KARYA_TRANSPORT | No | MCP transport. 'stdio' (default) for local use, 'http' for hosting and the ElevenLabs voice agent. | stdio |
| SENDGRID_API_KEY | No | SendGrid API key for email. Required if you intend to use the send_email tool in live mode. | |
| TWILIO_AUTH_TOKEN | No | Twilio Auth Token. Required in live mode when using Twilio. | |
| ELEVENLABS_API_KEY | No | API key for ElevenLabs voice agent. Required in live mode. | |
| TWILIO_ACCOUNT_SID | No | Twilio Account SID. Required in live mode when using Twilio for voice/SMS. | |
| KARYA_PROVIDER_MODE | No | Provider mode. Set to 'live' to use real telephony and email providers, or 'mock' (default) to use in-memory adapters with no cost. | mock |
| KARYA_HTTP_AUTH_TOKEN | No | Bearer token for HTTP transport. Required when KARYA_TRANSPORT=http to secure the MCP endpoints. | |
| ELEVENLABS_WEBHOOK_SECRET | No | Signing secret for the ElevenLabs post-call webhook. Required in live mode to receive call results. | |
| KARYA_MAX_CALL_DURATION_SECONDS | No | Maximum call duration in seconds. Calls are capped at this value. |
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/Dashy-E/mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server