Stats
Actions
Tags
From coreviz
Coreviz MCP server running locally as a Node.js subprocess via npx. Provides tools, resources, or prompts; specific capabilities unclear from configuration alone.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"coreviz": {
"command": "npx",
"args": [
"-y",
"--package=@coreviz/cli",
"coreviz-mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub coreviz/cli --plugin coreviz