Skip to main content
Glama

MCP-Claude

🌐 模型上下文协议 (MCP) - TypeScript 实现

许可证:MIT TypeScript MCP 版本 不和谐

适用于 AI 应用的通用适配器。标准化 LLM 与数据源和工具的连接方式。

📖 目录

🚀 为什么选择 MCP?

MCP 通过提供以下功能解决了 AI 集成难题:

问题

MCP 解决方案

供应商锁定

标准化协议适用于任何法学硕士

自定义集成代码

为常见数据源预先构建的连接器

安全问题

内置 OAuth2 和数据加密

复杂代理开发

统一上下文配置

🌐 建筑

graph TD A[Host App] -->|MCP Client| B[Filesystem Server] A -->|MCP Client| C[Database Server] A -->|MCP Client| D[Web API Server] B --> E[(Local Files)] C --> F[(PostgreSQL)] D --> G{{REST API}}
Deploy Server
-
security - not tested
F
license - not found
-
quality - not tested

模型上下文协议的 TypeScript 实现标准化了 LLM 连接到数据源和工具的方式,消除了供应商锁定并简化了 AI 集成。

  1. 📖 目录
    1. 🚀 为什么选择 MCP?
      1. 🌐 建筑

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          A Python implementation of the Model Context Protocol that allows applications to provide standardized context for LLMs, enabling creation of servers that expose data and functionality to LLM applications through resources, tools, and prompts.
          Last updated -
          MIT License
        • -
          security
          F
          license
          -
          quality
          A foundation for developing custom Model Context Protocol servers in TypeScript that connects AI assistants with external APIs and data sources using a complete layered architecture pattern.
          Last updated -
          125
        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol server that enables LLMs to explore and interact with API specifications by providing tools for loading, browsing, and getting detailed information about API endpoints.
          Last updated -
          4
          10
          13
        • -
          security
          A
          license
          -
          quality
          A toolkit for building Model Context Protocol servers and clients that provide standardized context for LLMs, allowing applications to expose resources, tools, and prompts through stdio or Streamable HTTP transports.
          Last updated -
          7,813,417
          MIT License

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/virajsamarasinghe/MCP-Claude'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server