MCP.so
登录

Model Context Protocol servers

@udaysy007

关于 Model Context Protocol servers

Model Context Protocol Servers - A collection of reference implementations for the Model Context Protocol (MCP)

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

udaysy007

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "servers-udaysy007": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-memory"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Model Context Protocol servers?

Model Context Protocol servers is a repository of reference implementations for the Model Context Protocol (MCP), along with references to community-built servers and additional resources. It showcases how MCP can give Large Language Models (LLMs) secure, controlled access to tools and data sources, with each server implemented using either the TypeScript MCP SDK or Python MCP SDK.

How to use Model Context Protocol servers?

The repository provides a collection of ready-to-use MCP servers that can be integrated with any MCP client. Each server is contained in its own directory with its own setup instructions. You select and configure the server(s) that match your use case, then run them alongside your MCP-compatible LLM application.

Key features of Model Context Protocol servers

  • Collection of reference MCP servers for diverse services and data sources
  • Official third‑party integrations maintained by companies like Apify, Cloudflare, and Stripe
  • Community‑developed servers covering a wide range of domains
  • Servers implemented in TypeScript or Python using official MCP SDKs
  • Lists maintained in alphabetical order to minimize merge conflicts

Use cases of Model Context Protocol servers

  • Give an LLM secure access to web search, file systems, and databases
  • Enable LLMs to interact with APIs like GitHub, Slack, and Google Maps
  • Provide LLMs with memory, browser automation, and code execution capabilities
  • Allow LLMs to query and analyze logs, metrics, and crash reports
  • Build custom workflows by combining multiple MCP servers

FAQ from Model Context Protocol servers

What are reference servers?

Reference servers are implementations included in the repository to demonstrate MCP features and the TypeScript and Python SDKs. Examples include servers for Brave Search, Filesystem, Git, PostgreSQL, and Puppeteer.

Are community servers tested?

No, community servers are listed as untested and should be used at your own risk. They are not affiliated with or endorsed by Anthropic.

What SDKs are used to implement the servers?

Each MCP server is implemented with either the TypeScript MCP SDK or the Python MCP SDK.

How are the lists of servers maintained?

The lists in this README are maintained in alphabetical order to minimize merge conflicts when adding new items.

Where can I find official third‑party integrations?

Official integrations are maintained by companies building production‑ready MCP servers for their platforms. They are listed in the README with their logos and links, including services like Axiom, Cloudflare, Grafana, and Stripe.

评论

其他 分类下的更多 MCP 服务器