Djelia MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DJELIA_HOST | No | Host to bind the server (for SSE/HTTP transport) | 127.0.0.1 |
| DJELIA_PORT | No | Port to bind the server (for SSE/HTTP transport) | 8000 |
| DJELIA_API_KEY | Yes | Your Djelia API key (required). Get one at https://console.djelia.cloud | |
| DJELIA_TRANSPORT | No | Transport mode: stdio, sse, or http | stdio |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_supported_languagesA | List languages supported by Djelia translation. Returns a list of {"code": str, "name": str}. Codes: bam_Latn (Bambara), fra_Latn (French), eng_Latn (English). |
| translateA | Translate Use list_supported_languages to get valid codes. Returns {"text": ""}. |
| transcribeB | Transcribe Bambara speech to text using Djelia V2. |
| text_to_speechA | Synthesize Bambara speech from |
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/djelia-org/djelia-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server