MCP.so
登录

Model Context Protocol servers

@aswinthulasir

关于 Model Context Protocol servers

All MCP servers including brave can be connected

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

aswinthulasir

配置

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

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

工具

未检测到工具

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

概览

What is Model Context Protocol servers?

Model Context Protocol servers is a collection of reference implementations for the Model Context Protocol (MCP), along with references to community‑built servers and resources. It gives Large Language Models (LLMs) secure, controlled access to tools and data sources using either the TypeScript or Python MCP SDK.

How to use Model Context Protocol servers?

Browse the repository to find individual MCP server implementations, each with its own setup instructions. Reference servers are listed in the README; third‑party servers are linked externally and maintained by their respective organizations.

Key features of Model Context Protocol servers

  • Reference implementations demonstrating MCP features and SDKs.
  • Servers for diverse data sources: databases, APIs, file systems.
  • Implementations in both TypeScript and Python.
  • Includes third‑party official integrations from multiple companies.
  • Covers tools for search, image generation, file operations, and more.

Use cases of Model Context Protocol servers

  • Enable LLMs to query databases like PostgreSQL, SQLite, or Redis.
  • Allow LLMs to browse the web via Brave Search or Fetch.
  • Integrate LLMs with project management tools (GitHub, GitLab, Slack).
  • Use memory/knowledge graph for persistent context.
  • Automate browser operations with Puppeteer.

FAQ from Model Context Protocol servers

What are reference servers?

Reference servers are implementations that demonstrate MCP features and the TypeScript and Python SDKs. They include servers for database access, web search, file system operations, and more.

Are third‑party servers included?

Yes, the repository lists third‑party servers, including official integrations maintained by companies building production‑ready MCP servers for their platforms.

What SDKs are used?

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

How do I use a specific server from this collection?

Each server is in its own subdirectory within the repository, with its own README and setup instructions.

Is this only for reference or can I use these servers in production?

The reference servers are provided as examples and may require additional configuration for production use. Third‑party servers are noted as official integrations.

评论

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