projscan for Grok
io.github.abhiyoheswaran1/projscan
Agent-first MCP. 11 AST adapters, 12 named languages, 51 tools, mission outcomes. Local.
client:Grok
transport:stdio
runtime:npm
Install projscan in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"projscan": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"projscan"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs