MCP Server
Active
MIT
io.github.SurajKGoyal/myopic MCP Server
io.github.SurajKGoyal/myopic
What is the io.github.SurajKGoyal/myopic MCP server?
Code-review MCP: review a GitLab MR or GitHub PR against the whole codebase, not just the diff.
How to install io.github.SurajKGoyal/myopic
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"myopic": {
"command": "uvx",
"args": [
"myopic"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"myopic": {
"command": "uvx",
"args": [
"myopic"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"myopic": {
"command": "uvx",
"args": [
"myopic"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"myopic": {
"type": "stdio",
"command": "uvx",
"args": [
"myopic"
]
}
}
}Claude Code
claude mcp add myopic -- uvx myopicRelated MCP servers
Persistent semantic memory for SQL databases. Postgres, MySQL, MSSQL, SQLite.
0
View repository →Python
MIT