Remove git MCP server: package doesn't exist on npm, git CLI suffices
Some checks failed
CI / lint-and-test (push) Successful in 34s
CI / build (push) Has been cancelled
Deploy Production / deploy (push) Has been cancelled

@modelcontextprotocol/server-git is not published to npm (it's a
Python package). Agents already have git installed and can use it
directly, so the MCP wrapper is unnecessary.
This commit is contained in:
Julia McGhee
2026-03-21 21:13:37 +00:00
parent ed3331b575
commit ccebbc4015
2 changed files with 24 additions and 6 deletions

View File

@@ -45,7 +45,6 @@ COPY --from=gitea-mcp-builder /usr/local/bin/gitea-mcp /usr/local/bin/gitea-mcp
RUN npm install -g \
@modelcontextprotocol/server-postgres \
@modelcontextprotocol/server-filesystem \
@modelcontextprotocol/server-git \
kubernetes-mcp-server
RUN addgroup --system --gid 1001 nodejs