Scopewalker MCP
Rank #9,365io.github.timohaa/scopewalker-mcp
Codebase analysis tools for AI agents: complexity, prop drilling, doc coverage, code smells.
Scopewalker MCP is a Model Context Protocol (MCP) server published by timohaa. It ranks #9,365 of 115,591 servers tracked on MCP Toplist. Scopewalker MCP is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Jul 1, 2026 and most recently updated on Aug 9, 2026.
Ranks ahead of 106,226 of 115,591 servers on MCP Toplist.
Use Scopewalker MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add scopewalker-mcp -e "SCOPEWALKER_ALLOWED_ROOTS=<your SCOPEWALKER_ALLOWED_ROOTS>" -- npx -y scopewalker-mcpReplace each placeholder with your own value before saving.
[mcp_servers.scopewalker-mcp]
command = "npx"
args = ["-y", "scopewalker-mcp"]
[mcp_servers.scopewalker-mcp.env]
SCOPEWALKER_ALLOWED_ROOTS = "<your SCOPEWALKER_ALLOWED_ROOTS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"scopewalker-mcp": {
"command": "npx",
"args": [
"-y",
"scopewalker-mcp"
],
"env": {
"SCOPEWALKER_ALLOWED_ROOTS": "<your SCOPEWALKER_ALLOWED_ROOTS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"scopewalker-mcp": {
"command": "npx",
"args": [
"-y",
"scopewalker-mcp"
],
"env": {
"SCOPEWALKER_ALLOWED_ROOTS": "<your SCOPEWALKER_ALLOWED_ROOTS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"scopewalker-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"scopewalker-mcp"
],
"env": {
"SCOPEWALKER_ALLOWED_ROOTS": "<your SCOPEWALKER_ALLOWED_ROOTS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"scopewalker-mcp": {
"command": "npx",
"args": [
"-y",
"scopewalker-mcp"
],
"env": {
"SCOPEWALKER_ALLOWED_ROOTS": "<your SCOPEWALKER_ALLOWED_ROOTS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"scopewalker-mcp": {
"command": "npx",
"args": [
"-y",
"scopewalker-mcp"
],
"env": {
"SCOPEWALKER_ALLOWED_ROOTS": "<your SCOPEWALKER_ALLOWED_ROOTS>"
}
}
}
}Replace each placeholder with your own value before saving.
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.timohaa%2Fscopewalker-mcp)<a href="https://mcptoplist.com/server/io.github.timohaa%2Fscopewalker-mcp"><img src="https://mcptoplist.com/badge/io.github.timohaa%2Fscopewalker-mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
timohaa
Other servers by timohaa
View all timohaa servers →Available versions (4)
| Version | Published |
|---|---|
| 1.1.0 | Aug 9, 2026 |
| 1.0.5 | Aug 1, 2026 |
| 1.0.4 | Jul 29, 2026 |
| 1.0.3 | Jul 28, 2026 |
Frequently asked questions
- Who maintains Scopewalker MCP?
- Scopewalker MCP is maintained by timohaa, which publishes 2 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Scopewalker MCP listed on the Official MCP Registry?
- Yes — Scopewalker MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Scopewalker MCP have?
- MCP Toplist tracks 4 versions of Scopewalker MCP, most recently published on Aug 9, 2026.
- Where can I find the source code for Scopewalker MCP?
- The source code for Scopewalker MCP is hosted at github.com/timohaa/scopewalker-mcp.