Skip to main content
Glama

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

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

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

📖 目录

Related MCP server: WithSeismic MCP

🚀 为什么选择 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}}
Install Server
A
license - permissive license
C
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    B
    quality
    D
    maintenance
    Implements the Model Context Protocol (MCP) to provide AI models with a standardized interface for connecting to external data sources and tools like file systems, databases, or APIs.
    1
    153
  • A
    license
    Not graded
    quality
    D
    maintenance
    A TypeScript implementation of a Model Context Protocol server that provides a frictionless framework for developers to build and deploy AI tools and prompts, focusing on developer experience with zero boilerplate and automatic tool registration.
    1,284
    14
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    A TypeScript implementation of a Model Context Protocol server that enables language models to securely query PostgreSQL databases, including those behind SSH bastion tunnels.
    10
    1
    MIT
  • -
    license
    Not graded
    quality
    D
    maintenance
    A TypeScript implementation of a Model Context Protocol server and client that enables interaction with language models (specifically Mistral running on Ollama).

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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