Stats
Actions
Tags
From Better Fullstack
Local MCP server for full-stack development assistance, providing tools for project scaffolding, code generation, and common full-stack tasks.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"better-fullstack": {
"command": "npx",
"args": [
"-y",
"create-better-fullstack@latest",
"mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub marve10s/better-fullstack --plugin better-fullstack