Installation
Install the MCP server binary:Binary Location
After installation: macOS/Linux:Usage
Basic Invocation
The MCP server is typically started by AI assistants automatically. For manual testing:Verify Installation
Check that Pointbreak is installed and accessible:Help
Display available options:Configuration
The MCP server auto-discovers and connects to your IDE. No manual configuration is required for standard usage.Environment Variables
POINTBREAK_IDE_AUTO_CONNECT
Control automatic IDE discovery:
true(default): Auto-detect and connect to IDEfalse: Require explicit IDE registration
MCP Integration
AI assistants typically start Pointbreak via MCP configuration:Claude Code
Add to~/.config/claude/claude_desktop_config.json:
Codex
Add to your Codex MCP configuration:Windsurf
Add to your Windsurf settings:Logging
View MCP server logs in VS Code:- Open Output panel: View → Output
- Select “Pointbreak MCP Server” from dropdown
- Connection status
- Debug session events
- Error messages
- Performance metrics
Debugging the MCP Server
If the MCP server isn’t working:-
Check it’s installed:
-
Test manual start:
Should wait for input (press Ctrl+C to exit).
-
Check VS Code extension logs:
- View → Output → “Pointbreak MCP Server”
-
Verify IDE connection:
- Extension should show “MCP server started” in Output panel
- Green status indicator in VS Code status bar
Platform Support
Supported platforms:- macOS 10.15+ (x64 and ARM64)
- Windows 10+ (x64 and ARM64)
- Linux (recent distributions, x64 and ARM64)
- darwin-arm64 (Apple Silicon)
- darwin-x64 (Intel Mac)
- linux-arm64
- linux-x64
- alpine-arm64
- alpine-x64
- win32-arm64
- win32-x64