Odel
projscan

projscan

Local
@abhiyoheswaran14TypeScriptMITUpdated 1mo ago

Agent-first MCP. 11 AST adapters, 12 named languages, 51 tools, mission outcomes. Local.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmprojscanv5.0.3

Run

npx -y projscan

MCP client config

{
  "mcpServers": {
    "projscan": {
      "command": "npx",
      "args": [
        "-y",
        "projscan"
      ]
    }
  }
}