Skip to content
VS Code

siGit for VS Code

si.sigit/sigit

MCP server for siGit (sigit.si): browse repos, search code, manage PRs/issues, web search.

client:VS Code transport:streamable-http

Install siGit in VS Code

.vscode/mcp.json

{
  "servers": {
    "sigit": {
      "type": "http",
      "url": "https://sigit.si/api/v1/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

siGit in other clients