galaxy-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@galaxy-mcpsearch vault for 'project plans'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Galaxy MCP Server
Live MCP server for the Galaxy vault. Lets Claude (mobile/web) and other chat interfaces query your Obsidian vault in real time via GitHub.
Setup — do this once
Step 1: Create a private GitHub repo for the vault
Go to github.com → New repository
Name it
galaxy-vault, set it to PrivateDo NOT initialize with README
Step 2: Install Obsidian Git and push the vault
In Obsidian: Settings → Community Plugins → Browse → search "Obsidian Git" → Install → Enable
Open the Obsidian Git settings:
Auto pull interval:
5(minutes)Auto push interval:
5(minutes)Commit message:
vault: auto-sync {{date}}
Run command palette → "Obsidian Git: Initialize a new repo"
Run command palette → "Obsidian Git: Open source control view"
Stage all → Commit → set remote to your new private repo URL → Push
After this, every edit to the vault auto-pushes to GitHub within 5 minutes.
Step 3: Create a GitHub Personal Access Token
github.com → Settings → Developer Settings → Personal access tokens → Fine-grained tokens
Name:
galaxy-mcpRepository access: select
galaxy-vaultonlyPermissions: Contents → Read-only
Copy the token
Step 4: Deploy to Railway
Go to railway.app → New Project → Deploy from GitHub repo → select this
galaxy-mcprepoAdd environment variables (Settings → Variables):
GITHUB_TOKEN= (the token from step 3)
GITHUB_OWNER= (your GitHub username)
GITHUB_REPO= galaxy-vault
API_KEYS= (two random keys, comma-separated — run `openssl rand -hex 32` twice)Railway will auto-deploy. Copy your public URL (e.g.
https://galaxy-mcp-production.up.railway.app)
Related MCP server: obsidian-codex-mcp
Connecting to Claude.ai (mobile + web)
Open claude.ai → Settings → Integrations → Add MCP Server
URL:
https://your-railway-url.up.railway.app/mcpAuth: Bearer token → paste Priya's API key
For Vinod: repeat with his API key
Connecting to ChatGPT (Custom GPT)
ChatGPT doesn't speak MCP natively. Add it as a Custom Action:
Create a Custom GPT → Configure → Add Action
Import schema from:
https://your-railway-url.up.railway.app/openapi.jsonAuth: API Key → Bearer → paste API key
(The server serves an OpenAPI schema automatically at /openapi.json)
Available tools
Tool | What it does |
| Returns current-week.md + summer schedule |
| Loads context files (family, self, home, arya, raya, courtney) |
| Read any vault file by path |
| List all markdown files |
| Search across all files for a keyword |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/parorav247-art/galaxy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server