mcp-boost
v0.0.2
Published
MCP toolkit for AI-assisted development - capture browser/server logs from Vite apps
Maintainers
Readme
mcp-boost
⚠️ Experimental - This package is in early development and may undergo breaking changes.
MCP server that provides a magic integer to your coding agent.
Installation
npx mcp-boost initThis will guide you through setting up the MCP server with your coding agent.
Supported Agents
- Claude Code
- Cursor
- Windsurf
- VS Code Copilot
Usage
Once configured, ask your coding agent to use the get_magic_integer tool to receive a randomly generated magic integer.
Manual Setup
If you prefer manual setup, add the following to your MCP configuration file:
- Claude Code (global):
~/.claude.json - Claude Code (project):
.mcp.json
{
"mcpServers": {
"boost": {
"type": "stdio",
"command": "npx",
"args": ["-y", "mcp-boost", "serve"]
}
}
}License
MIT
