alternativespe mcp for Cursor
io.github.luarss/alternativespe-mcp
Private-market data across Southeast Asia via the Alternatives Partner API v3
client:Cursor
transport:stdio
runtime:npm
Install alternativespe mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"alternativespe-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"alternativespe-mcp"
],
"env": {
"ALTDMP_API_KEY": "<ALTDMP_API_KEY>",
"ALTDMP_BASE_URL": "<ALTDMP_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs