Skip to content

Commit 46fe1b5

Browse files
committed
[Doc] Sync reference servers
This PR synchronizes with the reference servers from https://github.com/modelcontextprotocol/servers?tab=readme-ov-file#-reference-servers. The following page will be updated: https://modelcontextprotocol.io/examples#current-reference-servers
1 parent 7a0801a commit 46fe1b5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/examples.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ These official reference servers demonstrate core MCP features and SDK usage:
1111

1212
### Current reference servers
1313

14+
- **[Everything](https://github.com/modelcontextprotocol/servers/tree/main/src/everything)** - Reference / test server with prompts, resources, and tools
15+
- **[Fetch](https://github.com/modelcontextprotocol/servers/tree/main/src/fetch)** - Web content fetching and conversion for efficient LLM usage
1416
- **[Filesystem](https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem)** - Secure file operations with configurable access controls
15-
- **[Fetch](https://github.com/modelcontextprotocol/servers/tree/main/src/fetch)** - Web content fetching and conversion optimized for LLM usage
17+
- **[Git](https://github.com/modelcontextprotocol/servers/tree/main/src/git)** - Tools to read, search, and manipulate Git repositories
1618
- **[Memory](https://github.com/modelcontextprotocol/servers/tree/main/src/memory)** - Knowledge graph-based persistent memory system
17-
- **[Sequential Thinking](https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking)** - Dynamic problem-solving through thought sequences
19+
- **[Sequential Thinking](https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking)** - Dynamic and reflective problem-solving through thought sequences
20+
- **[Time](https://github.com/modelcontextprotocol/servers/tree/main/src/time)** - Time and timezone conversion capabilities
1821

1922
### Archived servers (historical reference)
2023

0 commit comments

Comments
 (0)