Sakura-MCP-Server
by Guyao146
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_API_KEYS | Yes | Comma-separated list of API keys with scopes. Format: key_name:key_value:scope1|scope2. The key value should be at least 32 bytes random secret. | |
| PUBLIC_BASE_URL | Yes | The public base URL of the MCP server (e.g., https://mcp.example.com). This is used for constructing absolute URLs in protected resource metadata and other purposes. | |
| AUTHENTIK_ISSUER | No | Issuer URL for Authentik OIDC provider. If set, JWT validation is enabled. | |
| AUTHENTIK_AUDIENCE | No | Expected audience for JWTs from Authentik. | |
| AUTHENTIK_JWKS_URI | No | URI to fetch JWKS for signature verification. | |
| HOME_ASSISTANT_URL | No | URL of the Home Assistant instance. Required to enable Home Assistant tools. | |
| AUTHENTIK_SCOPE_CLAIM | No | Custom claim in the JWT that holds the scopes. Defaults to 'scope' if not set. | |
| LIFE_DASHBOARD_INTERNAL_URL | No | Base URL of the Life Dashboard internal API. Required to enable Life Dashboard tools. | |
| HOME_ASSISTANT_ALLOWED_SCENES | No | Comma-separated list of scene IDs that can be activated (e.g., scene.good_night). | |
| LIFE_DASHBOARD_INTERNAL_TOKEN | No | Service token for authenticating to the Life Dashboard internal API. | |
| HOME_ASSISTANT_CONTROLLABLE_ENTITIES | No | Comma-separated list of entity IDs that are allowed to be controlled (e.g., light.living_room). |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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/Guyao146/Sakura-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server