Skip to main content
Glama
BrunoSSantana

POC MCP Server

POC MCP 服务器

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

特征

  • 获取 Loomers 和特定区域的 Loomers

  • 获取表单和表单回复

  • 获取项目

  • 所有列表操作均支持分页

  • 过滤和排序功能

Related MCP server: MemGPT MCP Server

要求

  • 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

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

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/BrunoSSantana/poc-mcp-server'

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