Skip to content

Instantly share code, notes, and snippets.

@berkorbay
Created December 11, 2025 16:12
Show Gist options
  • Select an option

  • Save berkorbay/7c7e4661c51c0e466af368e6fa371123 to your computer and use it in GitHub Desktop.

Select an option

Save berkorbay/7c7e4661c51c0e466af368e6fa371123 to your computer and use it in GitHub Desktop.
An example mcp.json file to have the eptr2 MCP server recognized.

VS Code

You need Github Copilot and VS Code for this method

  • Clone the eptr2 repository from Github to a local folder. Say git_repos/eptr2
  • Then get the absolute path of the folder, copy paste mcp.json to your project's .vscode/mcp.json, replace eptr2_REPOSITORY_PATH with that absolute path.
  • Click on the little start button that appears on the mcp.json.
{
"servers": {
"eptr2": {
"command": "uv",
"args": [
"run",
"--directory",
"eptr2_REPOSITORY_PATH",
"--extra",
"allextras",
"eptr2-mcp-server"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment