Megalinter
Rank #6,878io.github.DownAtTheBottomOfTheMoleHole/megalinter
MCP server providing megalinter capabilities
Megalinter is a Model Context Protocol (MCP) server published by downatthebottomofthemolehole. It ranks #6,878 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Megalinter is listed across 3 registries — Official MCP, PulseMCP and Glama, with 16 tracked versions. It was first listed on Mar 4, 2026 and most recently updated on Mar 8, 2026.
Ranks ahead of 108,713 of 115,591 servers on MCP Toplist.
Use Megalinter
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add megalinter -- npx -y @downatthebottomofthemolehole/megalinter-mcp-server[mcp_servers.megalinter]
command = "npx"
args = ["-y", "@downatthebottomofthemolehole/megalinter-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"megalinter": {
"command": "npx",
"args": [
"-y",
"@downatthebottomofthemolehole/megalinter-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"megalinter": {
"command": "npx",
"args": [
"-y",
"@downatthebottomofthemolehole/megalinter-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"megalinter": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@downatthebottomofthemolehole/megalinter-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"megalinter": {
"command": "npx",
"args": [
"-y",
"@downatthebottomofthemolehole/megalinter-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"megalinter": {
"command": "npx",
"args": [
"-y",
"@downatthebottomofthemolehole/megalinter-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.DownAtTheBottomOfTheMoleHole%2Fmegalinter)<a href="https://mcptoplist.com/server/io.github.DownAtTheBottomOfTheMoleHole%2Fmegalinter"><img src="https://mcptoplist.com/badge/io.github.DownAtTheBottomOfTheMoleHole%2Fmegalinter.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
downatthebottomofthemolehole
Other servers by downatthebottomofthemolehole
View all downatthebottomofthemolehole servers →Available versions (16)
| Version | Published |
|---|---|
| 3.0.2 | Mar 8, 2026 |
| 3.0.1 | Mar 7, 2026 |
| 3.0.0 | Mar 6, 2026 |
| 2.0.1 | Mar 6, 2026 |
| 2.0.0 | Mar 6, 2026 |
| 1.0.36 | Mar 6, 2026 |
| 1.0.35 | Mar 6, 2026 |
| 1.0.34 | Mar 6, 2026 |
| 1.0.33 | Mar 6, 2026 |
| 1.0.32 | Mar 6, 2026 |
| 1.0.31 | Mar 6, 2026 |
| 1.0.1 | Mar 5, 2026 |
| 1.0.0 | Mar 5, 2026 |
| 0.3.1 | Mar 5, 2026 |
| 0.2.7 | Mar 5, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Megalinter?
- Megalinter is maintained by downatthebottomofthemolehole, which publishes 3 MCP servers (19 total versions) tracked on MCP Toplist.
- Is Megalinter listed on the Official MCP Registry?
- Yes — Megalinter is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Megalinter have?
- MCP Toplist tracks 16 versions of Megalinter, most recently published on Mar 8, 2026.
- Where can I find the source code for Megalinter?
- The source code for Megalinter is hosted at github.com/downatthebottomofthemolehole/megalinter-mcp.