Skip to content
Agent Search Engine.

Record · mcp-referencMCP serverOpen sourceVerified Sep 23, 2026

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.

Best for

Learning how MCP servers work and adding basic filesystem, git, fetch or memory tools to a client.

Avoid if

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 CodeRun in your terminal
claude mcp add mcp-reference-servers -- npx -y @modelcontextprotocol/server-memory
Cursor~/.cursor/mcp.json or .cursor/mcp.json
{
  "mcpServers": {
    "mcp-reference-servers": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-memory"]
    }
  }
}
VS Code.vscode/mcp.json
{
  "servers": {
    "mcp-reference-servers": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-memory"]
    }
  }
}
Claude Desktopclaude_desktop_config.json
{
  "mcpServers": {
    "mcp-reference-servers": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-memory"]
    }
  }
}
Codex~/.codex/config.toml
[mcp_servers.mcp-reference-servers]
command = "npx"
args = ["-y", "@modelcontextprotocol/server-memory"]

Check the project's README for required accounts, keys and permissions before connecting. Setup guide for each client →

For agent buildersMake your product part of the discovery.Explore advertising

MCP Reference Servers vs. the alternatives

All 163 alternatives →
RecordStarsPricing
MCP Reference ServersMCP serverthis listing91kOpen source
context7MCP server62kOpen source
chrome-devtools-mcpMCP server53kOpen source
Playwright MCPMCP server37kOpen source
github-mcp-serverMCP server33kOpen source
serenaSDK / library30kOpen source

See all 163 MCP Reference Servers alternatives, compared →

Head-to-head