MCP.so
登录

Gridly MCP Server

@sangcnguyen

关于 Gridly MCP Server

Gridly MCP Server

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

sangcnguyen

配置

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

{
  "mcpServers": {
    "gridly-server": {
      "command": "npx",
      "args": [
        "-y",
        "gridly-mcp-server"
      ],
      "env": {
        "GRIDLY_API_KEY": "your_api_key_here"
      }
    }
  }
}

工具

未检测到工具

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

概览

What is Gridly MCP Server?

Gridly MCP Server is an MCP server that integrates with the Gridly API to manage projects, grids, databases, views, columns, dependencies, and records. It is intended for users of Gridly who want to interact with these resources via an MCP-compatible client such as Claude Desktop.

How to use Gridly MCP Server?

Install the server using npx (recommended) or by cloning and building the repository. Configure your MCP client (e.g., Claude Desktop) with the provided JSON configuration, setting the GRIDLY_API_KEY environment

评论

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