MCP Directory
Back

modelcontextprotocol-servers

by 71126225 · ★ 0

Model Context Protocol Servers

Install

git clone https://github.com/71126225/modelcontextprotocol-servers.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "modelcontextprotocol-servers": {
      "command": "npx",
      "args": [
        "-y",
        "github:71126225/modelcontextprotocol-servers"
      ]
    }
  }
}

From the README

MCP(模型上下文协议)是一种开源协议,旨在为大规模语言模型(LLM)提供安全、受控的工具和数据访问。MCP服务器是实现这一协议的关键组件,它们使LLM能够与外部工具和数据源进行交互,且具备灵活的扩展性和安全控制。 该项目收集了一些参考实现和社区贡献的MCP服务器,展示了如何利用MCP协议扩展LLM的功能。每个MCP服务器都基于Typescript或Python的MCP SDK进行实现,便于与各种工具和平台进行集成。 这些服务器实现了不同的功能,使LLM能够访问和操作各种工具和数据源。以下是一些重要的服务器: - **[Filesystem](src/filesystem)**:提供安全的文件操作功能,支持配置访问控制。 - **[GitHub](src/github)**:支持GitHub仓库管理、文件操作及GitHub API集成。 - **[GitLab](src/gitlab)**:提供与GitLab API的集成,支持项目管理。 - **[Git](src/git)**:为Git仓库提供阅读、搜索和操作工具。 - **[Google Drive](src/gdrive)**:提供Google Drive文件的访问和搜索功能。 - **[PostgreSQL](src/postgres)**:只读数据库访问,支持模式检查。 - **[Sqlite](src/sqlit…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related databases servers