MCP Reference Servers
The MCP steering group's reference servers: Everything, Fetch, Filesystem, Git, Memory, Sequential Thinking and Time.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Learning how MCP servers work and adding basic filesystem, git, fetch or memory tools to a client.
You need production-hardened servers; the maintainers present these as reference examples and ask you to apply your own security safeguards.
About MCP Reference Servers
The modelcontextprotocol/servers repository holds the small set of reference servers maintained by the MCP steering group: Everything (a test server), Fetch, Filesystem with configurable access controls, Git, a knowledge-graph Memory server, Sequential Thinking and Time. Older servers such as GitHub, GitLab and Brave Search were archived, several in favour of official vendor servers. The maintainers describe these as educational reference implementations rather than production-ready software.
MCP Reference Servers is an open-source project written primarily in TypeScript, with 91k stars on GitHub. It was last updated in September 2026.
Add MCP Reference Servers to your MCP client
Generated from the launch command in the project's README. Your client starts the server on demand.
Claude Code
claude mcp add mcp-reference-servers -- npx -y @modelcontextprotocol/server-memoryCursor
{
"mcpServers": {
"mcp-reference-servers": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
}
}
}VS Code
{
"servers": {
"mcp-reference-servers": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
}
}
}Claude Desktop
{
"mcpServers": {
"mcp-reference-servers": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
}
}
}Codex
[mcp_servers.mcp-reference-servers]
command = "npx"
args = ["-y", "@modelcontextprotocol/server-memory"]MCP Reference Servers vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| MCP Reference Serversthis listing | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
| serena | 30k | Python | MIT | Open source |
