File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -24,17 +24,21 @@ Big thanks to the MCP community for their support and guidance!
2424### Running with npx
2525
2626``` bash
27- env NASA_API_KEY=YOUR_API_KEY npx -y nasa-mcp -server
27+ env NASA_API_KEY=YOUR_API_KEY npx -y @ProgramComputer/NASA-MCP -server
2828```
2929
3030### Manual Installation
3131
3232``` bash
33- # Install globally
34- npm install -g nasa-mcp-server
33+ # Clone the repository
34+ git clone https://github.com/ProgramComputer/NASA-MCP-server.git
35+
36+ # Install dependencies
37+ cd NASA-MCP-server
38+ npm install
3539
3640# Run with your API key
37- NASA_API_KEY=YOUR_API_KEY nasa-mcp-server
41+ NASA_API_KEY=YOUR_API_KEY npm start
3842```
3943
4044### Running on Cursor
@@ -49,7 +53,7 @@ To configure NASA MCP Server in Cursor:
49534 . Enter the following:
5054 * Name: "nasa-mcp" (or your preferred name)
5155 * Type: "command"
52- * Command: ` env NASA_API_KEY=your-api-key npx -y nasa-mcp -server `
56+ * Command: ` env NASA_API_KEY=your-api-key npx -y @ProgramComputer/NASA-MCP -server `
5357
5458Replace ` your-api-key ` with your NASA API key from https://api.nasa.gov/ .
5559
@@ -206,7 +210,7 @@ This MCP server implements security best practices following the Model Context P
206210
207211``` bash
208212# Clone the repository
209- git clone https://github.com/your-username/nasa-mcp -server.git
213+ git clone https://github.com/ProgramComputer/NASA-MCP -server.git
210214
211215# Install dependencies
212216npm install
You can’t perform that action at this time.
0 commit comments