Stats
Actions
Tags
From cross-code-organizer
Local stdio MCP server (cross-code-organizer) running Node.js CLI script for code organization across files. Specific capabilities unclear from config; no secrets required.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"cross-code-organizer": {
"command": "node",
"args": [
"./bin/cli.mjs"
]
}
}
}Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
npx claudepluginhub mcpware/cross-code-organizer