MCP.so
登录

Model Context Protocol servers

@thanhvinh199700

关于 Model Context Protocol servers

暂无概览

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

thanhvinh199700

配置

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

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

工具

未检测到工具

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

概览

What is Model Context Protocol servers?

This repository is a collection of reference implementations for the Model Context Protocol (MCP), providing Large Language Models (LLMs) secure, controlled access to tools and data sources. It includes both official reference servers and community-built servers across diverse domains.

How to use Model Context Protocol servers?

Key features of Model Context Protocol servers

  • Reference implementations using TypeScript or Python MCP SDKs
  • Official integrations from companies like Cloudflare, Stripe, and Grafana
  • Community-developed servers for various platforms and APIs
  • Demonstrates versatility and extensibility of the MCP protocol
  • Servers cover file systems, databases, web search, and more

Use cases of Model Context Protocol servers

  • Give LLMs read-only access to PostgreSQL or SQLite databases for querying
  • Enable AI assistants to manage GitHub repositories and issues
  • Allow LLMs to perform web searches via Brave Search or Kagi
  • Automate browser interactions with Puppeteer for web scraping
  • Build persistent memory systems using knowledge graphs

FAQ from Model Context Protocol servers

Are community servers endorsed by Anthropic?

No. Community servers are untested, should be used at your own risk, and 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 servers listed in the README?

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

What is the purpose of this repository?

It serves as a collection of reference implementations showcasing how MCP can give LLMs secure, controlled access to tools and data sources.

评论

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