myopic
Rank #13,764io.github.SurajKGoyal/myopic
Code-review MCP: review a GitLab MR or GitHub PR against the whole codebase, not just the diff.
myopic is a Model Context Protocol (MCP) server published by surajkgoyal. It ranks #13,764 of 115,591 servers tracked on MCP Toplist. myopic is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Jul 7, 2026 and most recently updated on Jul 29, 2026.
Ranks ahead of 101,827 of 115,591 servers on MCP Toplist.
Use myopic
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add myopic -- uvx myopic[mcp_servers.myopic]
command = "uvx"
args = ["myopic"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"myopic": {
"command": "uvx",
"args": [
"myopic"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"myopic": {
"command": "uvx",
"args": [
"myopic"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"myopic": {
"type": "stdio",
"command": "uvx",
"args": [
"myopic"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"myopic": {
"command": "uvx",
"args": [
"myopic"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"myopic": {
"command": "uvx",
"args": [
"myopic"
]
}
}
}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.SurajKGoyal%2Fmyopic)<a href="https://mcptoplist.com/server/io.github.SurajKGoyal%2Fmyopic"><img src="https://mcptoplist.com/badge/io.github.SurajKGoyal%2Fmyopic.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
surajkgoyal
Other servers by surajkgoyal
View all surajkgoyal servers →Available versions (3)
| Version | Published |
|---|---|
| 0.1.10 | Jul 29, 2026 |
| 0.0.10 | Jul 7, 2026 |
| 0.0.1 | Jul 7, 2026 |
Frequently asked questions
- Who maintains myopic?
- myopic is maintained by surajkgoyal, which publishes 2 MCP servers (7 total versions) tracked on MCP Toplist.
- Is myopic listed on the Official MCP Registry?
- Yes — myopic is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does myopic have?
- MCP Toplist tracks 3 versions of myopic, most recently published on Jul 29, 2026.
- Where can I find the source code for myopic?
- The source code for myopic is hosted at github.com/surajkgoyal/myopic.