galaxy_morphology_mcp
by weinaike
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GALFIT_BIN | No | Path to GALFIT executable (required for GALFIT tools). | |
| GALFITS_BIN | No | Command or Python module path for GalfitS (required for GalfitS tools). | |
| GEMINI_MODEL | No | Model name for Gemini ACP mode (optional). | |
| GS_DATA_PATH | No | Path to GalfitS data directory (required for GalfitS tools). | |
| OPENAI_MODEL | No | Model name for VLM analysis (default: gemini-3-flash-preview). | gemini-3-flash-preview |
| ANALYSIS_MODE | No | Analysis backend: vlm (default), cc, or acp. | vlm |
| GEMINI_API_KEY | No | API key for Gemini ACP mode (optional, use local session by default). | |
| OPENAI_API_KEY | No | API key for OpenAI-compatible API (used for VLM analysis mode). | |
| OPENAI_BASE_URL | No | Base URL for OpenAI-compatible API (optional, defaults to official endpoint). | |
| VISUALRAG_TOP_K | No | Top K for visualRAG retrieval per role. | 5 |
| CLAUDECODE_MODEL | No | Model name for Claude Code analysis (optional). | |
| MCP_ALLOWED_HOSTS | No | Allowed hosts for HTTP server (default: *). | * |
| VISUALRAG_ENABLED | No | Kill switch for visualRAG (only '0' disables). | 1 |
| CLAUDECODE_API_KEY | No | API key for Claude Code Agent SDK (used when ANALYSIS_MODE=cc). | |
| VISUALRAG_STRATEGY | No | Retrieval strategy: both (default), visual, or param. | both |
| CLAUDECODE_BASE_URL | No | Base URL for Claude Code Agent SDK (optional). | |
| VISUALRAG_SERVICE_URL | No | URL of visualRAG retrieval service (optional, empty to disable). |
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
- 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/weinaike/galaxy_morphology_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server