loading…
Search for a command to run...
loading…
An MCP server that integrates the high-performance Oxlint linter into AI-powered editors and development tools. It enables efficient JavaScript and TypeScript c
An MCP server that integrates the high-performance Oxlint linter into AI-powered editors and development tools. It enables efficient JavaScript and TypeScript code analysis and linting through the Model Context Protocol.
MCP server for Oxlint.
Similar to @eslint/mcp, but with oxlint!
This package is meant to be configured as an MCP server in your editor/agent client.
Create .vscode/mcp.json in your project:
{
"servers": {
"Oxlint": {
"type": "stdio",
"command": "npx",
"args": ["oxlint-mcp@latest"]
}
}
}
Create .cursor/mcp.json in your project:
{
"mcpServers": {
"oxlint": {
"command": "npx",
"args": ["oxlint-mcp@latest"],
"env": {}
}
}
}
Optional global configuration: ~/.cursor/mcp.json
Add this to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"oxlint": {
"command": "npx",
"args": ["oxlint-mcp@latest"],
"env": {}
}
}
}
MCP: List Servers and check server logs with Show Output.npx oxlint-mcp@latest directly in terminal to confirm the server can start.npx are available in the same environment as your MCP client.Apache-2.0
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"oxlint-mcp": {
"command": "npx",
"args": []
}
}
}PRs, issues, code search, CI status
Database, auth and storage
Reference / test server with prompts, resources, and tools.
Secure file operations with configurable access controls.