MCP reference

MCP servers list

The reference servers maintained in the modelcontextprotocol/servers repository, what each one can reach on the systems behind it, and the thirteen that have been archived. Read from the repository on 9 September 2026.

7 current reference servers13 archivedUpdated September 2026

Current reference servers

Writes

Filesystem

Secure file operations with configurable access controls.

Reaches: The directories you allow at start-up, with the process user's rights inside them.

Writes. Creates, edits, moves and deletes files. The allow-list is the only boundary, and it is set once at launch rather than per request.

View on GitHub
Writes

Git

Tools to read, search and manipulate Git repositories.

Reaches: Local repositories on the host, with whatever credentials the checkout already carries.

Writes. History rewriting, staging and commits are ordinary Git operations, and an agent can reach them without a second opinion.

View on GitHub
Reads

Fetch

Web content fetching and conversion for efficient LLM usage.

Reaches: Any URL the host can route to, including internal addresses and cloud metadata endpoints.

Reads, but the read is the risk. This is a request-forgery surface unless the destination is constrained.

View on GitHub
Writes

Memory

Knowledge graph-based persistent memory system.

Reaches: Its own store.

Writes, but only to itself. The concern is retention rather than blast radius: whatever an agent learns persists across sessions.

View on GitHub
No external reach

Everything

Reference and test server exercising prompts, resources and tools.

Reaches: Nothing external.

None. It exists to exercise a client, and it is the right server to point at a gateway when you are testing policy rather than production.

View on GitHub
No external reach

Sequential Thinking

Dynamic and reflective problem-solving through thought sequences.

Reaches: Nothing external.

None. Reasoning scaffolding with no reach outside the conversation.

View on GitHub
No external reach

Time

Time and timezone conversion capabilities.

Reaches: Nothing external.

None.

View on GitHub

Archived reference servers

These moved to the servers-archived repository. They still install, still run, and still hold whatever credential you gave them. If one of these is in a production agent path, it is unmaintained code holding a live token.

Four things to establish before one of these runs