← Discover MCPs and Agents
s
MCPAI & MLMCP Registry

servers-archived

Reference MCP servers that are no longer maintained

Links

README

From the repo.

Model Context Protocol servers (ARCHIVED)

⚠️ IMPORTANT: This repository is archived and no longer maintained.

Looking for MCP servers?

This repository contains archived reference implementations that are no longer maintained.

For the current, actively maintained MCP servers, please visit:

👉 https://github.com/modelcontextprotocol/servers

About this Archive

This repository contains historical reference implementations for the Model Context Protocol (MCP). These servers were created to demonstrate MCP features and SDK capabilities but are now archived.

⚠️ Security Notice

NO SECURITY GUARANTEES ARE PROVIDED FOR THESE ARCHIVED SERVERS.

  • These servers are no longer maintained
  • No security updates or bug fixes will be provided
  • Use at your own risk
  • For production use, please refer to the actively maintained servers repository linked above

Archived Servers

The following servers are included in this archive for historical reference:

  • AWS KB Retrieval
  • Brave Search
  • EverArt
  • Git
  • GitHub
  • GitLab
  • Google Drive
  • Google Maps
  • PostgreSQL
  • Puppeteer
  • Redis
  • Sentry
  • Slack
  • SQLite

Contributing

This repository is archived and no longer accepts contributions. For contributing to MCP servers, please visit the active servers repository.

License

MIT

Collected info

  • 303 stars
  • 167 forks
  • Language: JavaScript
  • Source updated: 5/28/2025

Config for your environment

Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "{MCP_ENDPOINT_URL}"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.