Si Git MCP Server

siGit Code is a local coding agent. It runs on your machine, not someone else's. No API keys, no cloud round-trips, no subscription. It is available as a remote MCP endpoint.

Teams that work with agent client protocol, code editor and cargo and want a hosted endpoint instead of running a local process. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 47 · #140 OF 229 MAINTAINED CODING AGENT · VERIFIED 2026-09-18

NOASSERTION · Rust servers · how we verify → /methodology

01 · Install Si Git

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add getsigit-sigit --transport http https://sigit.si/api/v1/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "getsigit-sigit": {
      "url": "https://sigit.si/api/v1/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://sigit.si/api/v1/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-09-18

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to sigit.si

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license no standard license detected - usage rights unclear; check the repo before commercial use

registry vendor namespace si.sigit - domain-verified with the official MCP registry

03 · What Si Git can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.5.10 · 2026-09-16

What changed · Xcode's context no longer buries slash commands. Xcode sends the user's · prompt as the last of several text blocks, with project context in the · blocks before it, so /models and friends sat in the…

v1.5.9 · 2026-09-13

Fixed · Kimi K3 tool calls no longer arrive as raw protocol text. Kimi K3 renders · a call in Moonshot's XTML protocol - pipe-delimited open/sep/close tokens · wrapping named blocks - and when the serving stack doesn't…

v1.5.8 · 2026-09-10

04 · Who maintains Si Git

siGit is maintained by getsigit. We track 2 MCP servers from getsigit - 2 actively maintained, 49 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from getsigit.

  1. siGit CLI Run sigit.si locally: browse repos, search code, manage PRs, issues, and Cloud Sessions. ★ 2

05 · Facts

category
coding agent - ranked #140 of 229 actively-maintained coding agent servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-16)
registry
si.sigit/sigit (active, first published 2026-07-22 · 2 versions)

06 · Si Git FAQ

What is Si Git?

siGit Code is a local coding agent. It runs on your machine, not someone else's. No API keys, no cloud round-trips, no subscription. It is available as a remote MCP endpoint.

Is Si Git still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Si Git?

Run `claude mcp add getsigit-sigit --transport http https://sigit.si/api/v1/mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Si Git require authentication?

Yes - when we probed the endpoint on 2026-09-18, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Si Git

More coding agent MCP servers · Spec Pilot · Gjalla · EchoVault Memory · Graph Pilot

More Rust MCP servers · Windbg MCP · Orion · Stallhunt · Doom MCP · Product CLI · see all