projscan for Cursor
io.github.abhiyoheswaran1/projscan
Agent-first MCP. 11 AST adapters, 12 named languages, 51 tools, mission outcomes. Local.
client:Cursor
transport:stdio
runtime:npm
Install projscan in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"projscan": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"projscan"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs