Gerrit MCP server usage

132 views
Skip to first unread message

ravirajk...@gmail.com

unread,
Jan 21, 2026, 6:41:15 AMJan 21
to Repo and Gerrit Discussion
Hi All,

We are planning to use the Gerrit MCP server in our setup. Is there any official python packages to connect to the MCP server?
Appreciate any pointer on example usage of the MCP server.

Regards,
Raviraj

Matthias Sohn

unread,
Jan 21, 2026, 8:03:21 AMJan 21
to ravirajk...@gmail.com, Repo and Gerrit Discussion
Danny Rosen who implemented the Gerrit MCP server gave a presentation at the Gerrit Meets in Munich last November
 
Regards,
Raviraj

--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/repo-discuss/9ad1544d-9702-4bfd-a1d5-ae03c876d3ccn%40googlegroups.com.

ravirajk...@gmail.com

unread,
Jan 21, 2026, 1:04:33 PMJan 21
to Repo and Gerrit Discussion
On Wednesday, 21 January 2026 at 18:33:21 UTC+5:30 Matthias Sohn wrote:
On Wed, Jan 21, 2026 at 12:41 PM ravirajk...@gmail.com <ravirajk...@gmail.com> wrote:
Hi All,

We are planning to use the Gerrit MCP server in our setup. Is there any official python packages to connect to the MCP server?
Appreciate any pointer on example usage of the MCP server.

Danny Rosen who implemented the Gerrit MCP server gave a presentation at the Gerrit Meets in Munich last November
Thanks for sharing the link. The video and the github project [1] explain the usage nicely.
Is it possible to query the MCP server from outside of gemini CLI? 

David Åkerman

unread,
Jan 22, 2026, 8:43:18 AMJan 22
to Repo and Gerrit Discussion
On Wednesday, January 21, 2026 at 7:04:33 PM UTC+1 ravirajk...@gmail.com wrote:
On Wednesday, 21 January 2026 at 18:33:21 UTC+5:30 Matthias Sohn wrote:
On Wed, Jan 21, 2026 at 12:41 PM ravirajk...@gmail.com <ravirajk...@gmail.com> wrote:
Hi All,

We are planning to use the Gerrit MCP server in our setup. Is there any official python packages to connect to the MCP server?
Appreciate any pointer on example usage of the MCP server.

Danny Rosen who implemented the Gerrit MCP server gave a presentation at the Gerrit Meets in Munich last November
Thanks for sharing the link. The video and the github project [1] explain the usage nicely.
Is it possible to query the MCP server from outside of gemini CLI?

 Yes, you just need a MCP client. If you do not mind writing a Python/Typescript application you can use langchain https://docs.langchain.com/oss/javascript/langchain/mcp

Daniele Sassoli

unread,
Jan 22, 2026, 1:23:21 PMJan 22
to Repo and Gerrit Discussion
On Thursday, 22 January 2026 at 13:43:18 UTC David Åkerman wrote:
On Wednesday, January 21, 2026 at 7:04:33 PM UTC+1 ravirajk...@gmail.com wrote:
On Wednesday, 21 January 2026 at 18:33:21 UTC+5:30 Matthias Sohn wrote:
On Wed, Jan 21, 2026 at 12:41 PM ravirajk...@gmail.com <ravirajk...@gmail.com> wrote:
Hi All,

We are planning to use the Gerrit MCP server in our setup. Is there any official python packages to connect to the MCP server?
Appreciate any pointer on example usage of the MCP server.

Danny Rosen who implemented the Gerrit MCP server gave a presentation at the Gerrit Meets in Munich last November
Thanks for sharing the link. The video and the github project [1] explain the usage nicely.
Is it possible to query the MCP server from outside of gemini CLI?

 Yes, you just need a MCP client. If you do not mind writing a Python/Typescript application you can use langchain https://docs.langchain.com/oss/javascript/langchain/mcp
 
I assume the question was if you can load the Gerrit MCP server within another tool like claude-code?
If so, I'd assume so but haven't tried it.

ravirajk...@gmail.com

unread,
Jan 27, 2026, 12:14:08 PMJan 27
to Repo and Gerrit Discussion
On Thursday, 22 January 2026 at 23:53:21 UTC+5:30 Daniele Sassoli wrote:
On Thursday, 22 January 2026 at 13:43:18 UTC David Åkerman wrote:
On Wednesday, January 21, 2026 at 7:04:33 PM UTC+1 ravirajk...@gmail.com wrote:
On Wednesday, 21 January 2026 at 18:33:21 UTC+5:30 Matthias Sohn wrote:
On Wed, Jan 21, 2026 at 12:41 PM ravirajk...@gmail.com <ravirajk...@gmail.com> wrote:
Hi All,

We are planning to use the Gerrit MCP server in our setup. Is there any official python packages to connect to the MCP server?
Appreciate any pointer on example usage of the MCP server.

Danny Rosen who implemented the Gerrit MCP server gave a presentation at the Gerrit Meets in Munich last November
Thanks for sharing the link. The video and the github project [1] explain the usage nicely.
Is it possible to query the MCP server from outside of gemini CLI?

 Yes, you just need a MCP client. If you do not mind writing a Python/Typescript application you can use langchain https://docs.langchain.com/oss/javascript/langchain/mcp
 
I assume the question was if you can load the Gerrit MCP server within another tool like claude-code?
If so, I'd assume so but haven't tried it.
I expected like a python package for client. I would give a try with something like a python script 

Daniele Sassoli

unread,
Jan 27, 2026, 12:51:28 PMJan 27
to Repo and Gerrit Discussion
On Tuesday, 27 January 2026 at 17:14:08 UTC ravirajk...@gmail.com wrote:
On Thursday, 22 January 2026 at 23:53:21 UTC+5:30 Daniele Sassoli wrote:
On Thursday, 22 January 2026 at 13:43:18 UTC David Åkerman wrote:
On Wednesday, January 21, 2026 at 7:04:33 PM UTC+1 ravirajk...@gmail.com wrote:
On Wednesday, 21 January 2026 at 18:33:21 UTC+5:30 Matthias Sohn wrote:
On Wed, Jan 21, 2026 at 12:41 PM ravirajk...@gmail.com <ravirajk...@gmail.com> wrote:
Hi All,

We are planning to use the Gerrit MCP server in our setup. Is there any official python packages to connect to the MCP server?
Appreciate any pointer on example usage of the MCP server.

Danny Rosen who implemented the Gerrit MCP server gave a presentation at the Gerrit Meets in Munich last November
Thanks for sharing the link. The video and the github project [1] explain the usage nicely.
Is it possible to query the MCP server from outside of gemini CLI?

 Yes, you just need a MCP client. If you do not mind writing a Python/Typescript application you can use langchain https://docs.langchain.com/oss/javascript/langchain/mcp
 
I assume the question was if you can load the Gerrit MCP server within another tool like claude-code?
If so, I'd assume so but haven't tried it.
I expected like a python package for client. I would give a try with something like a python script 

Apologies but I'm not 100% sure of what you need other than what's already there.
As far as I know you can set-up this MCP server with gemini or Claude code and I expect other similar tools will have the same way of registering MCP servers.

If the current solution doesn't cut it for you feel free to contribute what you need.

Reply all
Reply to author
Forward
0 new messages