Skip to main content
Glama
Dashy-E

Karya

by Dashy-E

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KARYA_DATA_DIRNoDirectory for persistent JSON storage. Mount a volume here to survive restarts.
KARYA_TRANSPORTNoMCP transport. 'stdio' (default) for local use, 'http' for hosting and the ElevenLabs voice agent.stdio
SENDGRID_API_KEYNoSendGrid API key for email. Required if you intend to use the send_email tool in live mode.
TWILIO_AUTH_TOKENNoTwilio Auth Token. Required in live mode when using Twilio.
ELEVENLABS_API_KEYNoAPI key for ElevenLabs voice agent. Required in live mode.
TWILIO_ACCOUNT_SIDNoTwilio Account SID. Required in live mode when using Twilio for voice/SMS.
KARYA_PROVIDER_MODENoProvider 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_TOKENNoBearer token for HTTP transport. Required when KARYA_TRANSPORT=http to secure the MCP endpoints.
ELEVENLABS_WEBHOOK_SECRETNoSigning secret for the ElevenLabs post-call webhook. Required in live mode to receive call results.
KARYA_MAX_CALL_DURATION_SECONDSNoMaximum 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

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/Dashy-E/mcp_server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server