Stats
Actions
Tags
From FORSVN
Runs a local MCP server that serves a forsvn preview tool. Launches via Bun runtime with a TypeScript entry point.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"forsvn": {
"command": "bun",
"args": [
"${CLAUDE_PLUGIN_ROOT}/forsvn-preview/bin/forsvn-mcp-launch.ts",
"serve"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
bunCommand-line arguments passed to the server process
npx claudepluginhub hungv47/meta-skills --plugin forsvn