@side-quest/biome-runner
v1.0.1
Published
Biome linter & formatter MCP server — structured diagnostics for Claude Code
Maintainers
Readme
@side-quest/biome-runner
Biome linter & formatter MCP server for Claude Code. Structured diagnostics with auto-fix support.
Tools
biome_lintCheck— Check for lint issues (read-only)biome_lintFix— Auto-fix lint and formatting issuesbiome_formatCheck— Check formatting (read-only)
Usage
bunx --bun @side-quest/biome-runnerOr in .mcp.json:
{
"mcpServers": {
"biome-runner": {
"command": "bunx",
"args": ["--bun", "@side-quest/biome-runner"]
}
}
}Response Format
All tools accept a response_format parameter ("markdown" or "json"). Use "json" for token-efficient structured output in agent pipelines.
License
MIT
