Skip to main content
Glama

Beamlit MCP Server

Official
by beamlit

Beamlit MCP 服务器

用于与 Beamlit CLI 交互的 MCP(模型上下文协议)服务器实现,可实现与 AI 模型的无缝集成。

特征

  • MCP 集成:全面支持模型上下文协议标准
  • Beamlit CLI 集成:与 Beamlit 命令行界面无缝交互
  • 可扩展架构:易于扩展和定制特定用例

先决条件

所需软件

  • 您的系统上安装了 Beamlit CLI
  • Node.js(版本 16 或更高版本)
  • npm 或 yarn 包管理器

安装 Beamlit CLI

配置

设置 MCP 服务器

将此配置添加到您的claude_desktop_config.json

{ "mcpServers": { "beamlit": { "command": "npx", "args": ["-y", "@beamlit/mcp-gateway"] } } }

用法

基本命令

npm run watch # watch for changes and build mcp servers npm run start # run mcp server npm run client # run mcp client

与 Claude Desktop 集成

  1. 确保 Beamlit CLI 已正确安装
  2. 配置您的 MCP 服务器设置
  3. 通过 Claude Desktop 界面连接

发展

从源代码构建

git clone https://github.com/your-repo/beamlit-mcp-gateway cd beamlit-mcp-gateway npm install npm run build

故障排除

常见问题及其解决方案:

  • 服务器连接问题:验证 Beamlit CLI 安装
  • 配置错误:检查你的claude_desktop_config.json
  • 权限问题:确保正确的系统权限

执照

该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅LICENSE文件。

贡献

  1. 分叉存储库
  2. 创建你的功能分支( git checkout -b feature/amazing-feature
  3. 提交您的更改( git commit -m 'Add some amazing feature'
  4. 推送到分支( git push origin feature/amazing-feature
  5. 打开拉取请求

支持

如需支持,请:

  • 检查文档
  • 在 GitHub 存储库中打开一个问题
  • 联系维护人员

致谢

  • 模型上下文协议 (MCP) 社区
  • Beamlit CLI 贡献者
  • Claude Desktop团队
-
security - not tested
A
license - permissive license
-
quality - not tested

MCP 服务器实现使用模型上下文协议标准实现 Beamlit CLI 和 AI 模型之间的无缝集成。

  1. 特征
    1. 先决条件
      1. 所需软件
      2. 安装 Beamlit CLI
    2. 配置
      1. 设置 MCP 服务器
    3. 用法
      1. 基本命令
      2. 与 Claude Desktop 集成
    4. 发展
      1. 从源代码构建
    5. 故障排除
      1. 执照
        1. 贡献
          1. 支持
            1. 致谢

              Related MCP Servers

              • -
                security
                F
                license
                -
                quality
                A generic Model Context Protocol framework for building AI-powered applications that provides standardized ways to create MCP servers and clients for integrating LLMs with support for Ollama and Supabase.
                Last updated -
                TypeScript
              • -
                security
                F
                license
                -
                quality
                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.
                Last updated -
                90
                Python
                • Apple
                • Linux
              • -
                security
                A
                license
                -
                quality
                A Model Context Protocol (MCP) server that wraps the dbt CLI tool, enabling AI coding agents to interact with dbt projects through standardized MCP tools. Developed by Mammoth Growth.
                Last updated -
                8
                Python
                MIT License
                • Linux
                • Apple
              • -
                security
                A
                license
                -
                quality
                A unified Model Context Protocol server that aggregates multiple MCP servers into one, allowing AI assistants like Claude Desktop, Cursor, and Cherry Studio to connect to a single server instead of managing multiple instances.
                Last updated -
                214
                18
                TypeScript
                Apache 2.0
                • Linux
                • Apple

              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/beamlit/mcp-gateway'

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