Git
Read, search, and manipulate Git repositories from an MCP client. Status, log, diff, branch — all the safe primitives.
Git the MCP server is exactly what you want it to be: read-side Git for agents. Status, log, diff, branch, blame. The destructive verbs are not in the contract and that's the right call — you don't want an agent rebasing your main branch on a hunch. Pair it with Filesystem and you have a working code-reading harness.
Seal evidence
Official reference server from the Model Context Protocol team. Code reviewed in-tree by Anthropic + MCP working group. Tier 1 by editorial decision.
L1-washL2-editorial
Pinned to main
Similar tools
Time
Get the current time and do timezone conversions. Stops the agent from hallucinating today's date — which it absolutely will, otherwise.
Everything
The reference MCP server — exercises every primitive (tools, resources, prompts, sampling) at once. The one to point your client at first.
test-mcp-server
Alpic Test MCP Server - great server!