MCP Server
Active
MIT
io.github.abhiyoheswaran1/projscan MCP Server
io.github.abhiyoheswaran1/projscan
What is the io.github.abhiyoheswaran1/projscan MCP server?
Agent-first MCP. 11 AST adapters, 12 named languages, 51 tools, mission outcomes. Local.
How to install io.github.abhiyoheswaran1/projscan
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"projscan": {
"command": "npx",
"args": [
"-y",
"projscan",
"mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"projscan": {
"command": "npx",
"args": [
"-y",
"projscan",
"mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"projscan": {
"command": "npx",
"args": [
"-y",
"projscan",
"mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"projscan": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"projscan",
"mcp"
]
}
}
}Claude Code
claude mcp add projscan -- npx -y projscan mcpRelated MCP servers
Read-only MCP server for AgentLoopKit tasks, policies, reports, handoffs, and status.
1
View repository →TypeScript
MIT
Agent-native catalogue of Baseframe Labs dev tools and MCP servers.