Galaxy Nebula MCP Server for Cursor
io.github.galaxy-nebula/nebula-mcp
MCP server exposing Galaxy UI components — manifests, source code, and framework coverage
client:Cursor
transport:stdio
runtime:npm
Install Galaxy Nebula MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"nebula-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@galaxy-stack/nebula-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs