KIHACHI Brain
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LYRIA_MODEL | No | The Lyria model to use for audio generation, e.g. lyria-3.5. | |
| GEMINI_API_KEY | No | Google AI API key required for the generate_audio tool. Not passed to tool inputs or JSON outputs. | |
| KIHACHI_MEMORY_PATH | No | Path to the memory file to persist memory across restarts. If unset, memory is held only in-process. |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| helloA | Return a simple health-check greeting. |
| generate_songspecB | Generate a SongSpec via Brain, filling omitted values from knowledge. |
| create_project_from_songspecC | Build a ProjectPlan, optionally including its arrangement. |
| create_ableton_planC | Translate a ProjectPlan JSON value into an Ableton plan. |
| execute_live_requestC | Attempt an approved Live request through the configured adapter boundary. |
| prepare_ableton_handoffA | Validate an Ableton plan before a future Live handoff. |
| request_live_executionA | Prepare one approval-gated Live mutation request without executing it. |
| generate_audioC | Generate one audio target through the configured Google Lyria boundary. |
| review_songspecC | Review a SongSpec through the Brain review boundary. |
| remember_songC | Remember a SongSpec and optional ReviewResult. |
| search_memoryC | Search memory by genre and optional review quality filters. |
| orchestrate_songC | Run generation, review, memory, and project preparation. |
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/Hirohito-Homma/kihachi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server