index365 MCP for Cursor
io.github.index365usa/index365
Start index365 scans and read prioritized findings your coding agent can use.
client:Cursor
transport:stdio
runtime:npm
Install index365 MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"index365": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@index365/mcp"
],
"env": {
"INDEX365_API_KEY": "<INDEX365_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs