Skip to content

Commit f4cdb49

Browse files
Run from Repo
1 parent df5fe95 commit f4cdb49

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff 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:
4953
4. 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

5458
Replace `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
212216
npm install

0 commit comments

Comments
 (0)