Skip to main content
Glama
gildara-io

gildara

by gildara-io

@gildara/mcp-server

Gildara 的 MCP 服务器 — 将您的提示词库引入任何 AI 工具。

功能概述

将您的 Gildara 提示词库连接到 Claude Desktop、Cursor、Windsurf 以及任何兼容 MCP 的工具。您的 AI 助手可以:

  • 列出提示词 — 浏览您的提示词库

  • 解析提示词 — 获取已组装好操作契约的编译后系统提示词

  • 运行提示词 — 执行并进行自动修复(JSON 模式验证 + 重试)

  • 创建提示词 — 从您的 AI 会话中保存新的提示词

  • 浏览蓝图 — 查看预构建的智能体模板

设置

1. 获取您的 API 密钥

前往 gildara.io/account 并使用 agent-standard 预设创建一个 API 密钥。

2. 添加到 Claude Desktop

编辑 ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) 或 %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "gildara": {
      "command": "npx",
      "args": ["-y", "@gildara/mcp-server"],
      "env": {
        "GILDARA_API_KEY": "pvk_your_key_here"
      }
    }
  }
}

3. 添加到 Cursor

编辑项目根目录下的 .cursor/mcp.json

{
  "mcpServers": {
    "gildara": {
      "command": "npx",
      "args": ["-y", "@gildara/mcp-server"],
      "env": {
        "GILDARA_API_KEY": "pvk_your_key_here"
      }
    }
  }
}

4. 添加到 Claude Code

claude mcp add gildara -- npx -y @gildara/mcp-server

然后在您的环境中设置 GILDARA_API_KEY

工具

工具

描述

list_prompts

列出库中的所有提示词

get_prompt

获取提示词详情和操作契约配置

resolve_prompt

获取包含契约部分的编译后系统提示词

run_prompt

通过 AI 运行提示词并进行自动修复

create_prompt

创建一个新的提示词

list_blueprints

浏览智能体蓝图模板

使用示例

连接后,只需告诉您的 AI:

"列出我的 Gildara 提示词" "解析我的 code-review-agent 提示词,并使用 code_diff 变量" "针对这段代码运行 security-audit 提示词" "将此提示词保存到我的 Gildara 库中"

环境变量

变量

必需

描述

GILDARA_API_KEY

您的 API 密钥 (pvk_...)

GILDARA_BASE_URL

覆盖 API URL(默认:https://gildara.io

许可证

MIT

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure 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/gildara-io/mcp-server'

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