Galaxy Brain
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GALAXY_BRAIN_LOG_LEVEL | No | The log level for Galaxy Brain | |
| GALAXY_BRAIN_MAX_THOUGHTS | No | Maximum number of thoughts allowed | |
| GALAXY_BRAIN_MAX_OPERATIONS | No | Maximum number of operations allowed |
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": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| start_thinkingA | Start a new thinking session to reason through a problem step by step. Returns a session_id to use with other thinking tools. |
| thinkA | Add a thought to a thinking session. Use this to reason through a problem step by step. Set next_thought_needed=false when done. |
| reviseA | Revise a previous thought in a thinking session. Use when you realize an earlier thought was wrong or incomplete. |
| branchA | Create a new branch to explore an alternative approach. Useful when you want to try a different direction without losing your current train of thought. |
| concludeA | Conclude a thinking session with a final synthesis. Call this when you've finished reasoning through the problem. |
| execute_batchA | Execute a batch of operations sequentially with variable piping. Use $results[N].path.to.value to reference previous results. Available services: python, shell, file, transform. |
| execute_singleB | Execute a single operation (convenience wrapper for execute_batch) |
| list_servicesB | List available services and their methods for execute_batch |
| generate_planC | Generate an action plan from a completed thinking session. Converts thoughts into executable operations. |
| execute_planC | Execute a generated action plan |
| think_and_doC | Complete cognitive loop in one call: think through a problem, then execute operations. The ultimate galaxy brain move. |
| get_sessionC | Get the current state of a thinking session |
| list_sessionsC | List all thinking sessions |
| get_planC | Get a plan by ID |
| list_plansB | List all action plans |
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/For-Sunny/galaxy-brain'
If you have feedback or need assistance with the MCP directory API, please join our Discord server