Skip to main content
Glama

POC MCP Server

POC MCP 服务器

模型上下文协议 (MCP) 服务器的概念验证实现,该服务器提供用于访问和操作有关 Loomers、表单、表单响应和项目的数据的工具。

特征

  • 获取 Loomers 和特定区域��� Loomers
  • 获取表单和表单回复
  • 获取项目
  • 所有列表操作均支持分页
  • 过滤和排序功能

要求

  • Node.js 18 或更高版本
  • pnpm 10 或更高版本

安装

pnpm install

发展

启动开发服务器:

pnpm dev

建筑

要构建项目:

pnpm build

跑步

要运行构建的项目:

pnpm start

测试

运行测试:

pnpm test

代码检查

要运行 linter:

pnpm lint

项目结构

src/ ├── config/ # Configuration files ├── tools/ # MCP tool implementations │ └── __tests__ # Tool tests ├── types/ # TypeScript type definitions └── index.ts # Main entry point

工具

获取Loomers

获取 Loomers 列表,并可选择分页、过滤和排序。

获取LoomersInArea

获取特定区域内的 Loomers 列表。

获取表单

获取具有可选分页、过滤和排序功能的表单列表。

获取表单响应

获取具有可选分页、过滤和排序功能的表单响应列表。

获取项目

获取具有可选分页、过滤和排序功能的项目列表。

执照

麻省理工学院

-
security - not tested
A
license - permissive license
-
quality - not tested

概念验证服务器,提供用于访问和管理 Loomer 数据、表单、表单响应和项目的工具,具有分页、过滤和排序功能。

  1. 特征
    1. 要求
      1. 安装
        1. 发展
          1. 建筑
            1. 跑步
              1. 测试
                1. 代码检查
                  1. 项目结构
                    1. 工具
                      1. 获取Loomers
                      2. 获取LoomersInArea
                      3. 获取表单
                      4. 获取表单响应
                      5. 获取项目
                    2. 执照

                      Related MCP Servers

                      • A
                        security
                        A
                        license
                        A
                        quality
                        A server that enables LLMs to programmatically interact with Logseq knowledge graphs, allowing creation and management of pages and blocks.
                        Last updated -
                        10
                        17
                        Python
                        MIT License
                      • -
                        security
                        A
                        license
                        -
                        quality
                        A Model Context Protocol server that provides a standardized interface for interacting with Notion's API, enabling users to list databases, create pages, and search across their Notion workspace.
                        Last updated -
                        95
                        Python
                        MIT License
                        • Apple
                      • -
                        security
                        F
                        license
                        -
                        quality
                        A simple server that integrates with Claude to allow querying and manipulating Notion pages and databases through natural language prompts.
                        Last updated -
                        275
                        JavaScript
                      • A
                        security
                        F
                        license
                        A
                        quality
                        A bridge between Claude AI and Notion that enables users to interact with Notion databases and pages through natural language, supporting operations like creating, reading, updating, and deleting content.
                        Last updated -
                        10
                        10
                        JavaScript
                        • 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/BrunoSSantana/poc-mcp-server'

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