Start index365 scans and read prioritized findings your coding agent can use.
claude mcp add index365 -- npx -y @index365/mcp
claude_desktop_config.json
{
"mcpServers": {
"index365": {
"command": "npx",
"args": [
"-y",
"@index365/mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"index365": {
"command": "npx",
"args": [
"-y",
"@index365/mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"index365": {
"command": "npx",
"args": [
"-y",
"@index365/mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"index365": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@index365/mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"index365": {
"command": "npx",
"args": [
"-y",
"@index365/mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.index365usa--index365/reviews or the review_server meta-tool.
POST /mcp