Skip to main content
Glama
yriveiro
by yriveiro

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BIOME_MCP_CACHE_DIRNoDocumentation cache location.~/.cache/biome-mcp/docs
BIOME_MCP_LOG_LEVELNoLogging level (stderr).INFO
BIOME_MCP_PROJECT_DIRNoProject directory to check. Defaults to the server working directory.
BIOME_MCP_COMMAND_PREFIXNoInvocation for Biome. Empty string uses binaries from PATH.bunx @biomejs/biome
BIOME_MCP_COMMAND_TIMEOUTNoOptional per-command timeout in seconds.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
biome_checkA

Run Biome formatting, linting, and assist checks without writing files.

biome_lintC

Run Biome lint diagnostics without modifying files.

biome_formatB

Check Biome formatting without modifying files.

update_cacheC

Refresh the cached Biome documentation.

search_documentationB

Search cached Biome documentation.

Prompts

Interactive templates invoked by user choice

NameDescription
summarize_docsGenerate a prompt for summarizing cached Biome documentation.

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yriveiro/biome-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server