Add git back to the reference servers list

This commit is contained in:
cliffhall
2025-06-02 14:21:17 -04:00
parent 95d0a3a438
commit 28bd5a4b0c

View File

@@ -15,6 +15,7 @@ These servers aim to demonstrate MCP features and the TypeScript and Python SDKs
- **[Everything](src/everything)** - Reference / test server with prompts, resources, and tools
- **[Fetch](src/fetch)** - Web content fetching and conversion for efficient LLM usage
- **[Filesystem](src/filesystem)** - Secure file operations with configurable access controls
- **[Git](src/git)** - Tools to read, search, and manipulate Git repositories
- **[Memory](src/memory)** - Knowledge graph-based persistent memory system
- **[Sequential Thinking](src/sequentialthinking)** - Dynamic and reflective problem-solving through thought sequences
- **[Time](src/time)** - Time and timezone conversion capabilities