accelerators for Cursor
io.github.s2tconsulting/accelerators
36 tools for AWS infrastructure, security compliance, AI workflows, and ACI governance.
client:Cursor
transport:stdio
runtime:npm
Install accelerators in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"accelerators": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"s2t-mcp-accelerators"
],
"env": {
"S2T_API_KEY": "<S2T_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs