Zack Saadioui
4/17/2025
1
~/.cursor/mcp.json1
2
3
4
5
6
7
8
9
json
{
"mcpServers": {
"your-server-name": {
"command": "npx",
"args": ["-y", "@your/mcp-server"]
}
}
}1
@your/mcp-server1
env1
2
3
4
5
6
7
8
9
10
11
12
json
{
"mcpServers": {
"your-server-name": {
"command": "npx",
"args": ["-y", "@your/mcp-server"],
"env": {
"API_KEY": "your_api_key_here"
}
}
}
}1
/sseCopyright © Arsturn 2025