mcp-server-notion-prompt

mcp-server-notion-prompt

3.3

If you are the rightful owner of mcp-server-notion-prompt and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

这是一个使用 Model Context Protocol (MCP) 标准的服务器,它提供对存储在 Notion 数据库中的提示词的访问。

Notion Prompts MCP Server 是一个基于 Model Context Protocol (MCP) 的服务器,专门用于管理和访问存储在 Notion 数据库中的提示词。该服务器支持通过 ID 或名称读取提示词,并允许用户将输入与提示词模板组合。它还提供了按类别管理和查询提示词的功能,并支持在名称、描述和内容中进行搜索。为了优化性能,服务器内置了缓存机制,并支持通过环境变量或命令行参数进行配置。此外,服务器支持多种提示词处理模式,以避免 LLM 越界处理。

Features

  • 提示词资源列表: 以 MCP 资源形式提供所有可用提示词
  • 提示词读取: 通过 ID 或名称读取单个提示词
  • 提示词组合: 将用户输入与提示词模板组合
  • 类别管理: 支持按类别分组和查询提示词
  • 搜索功能: 支持在名称、描述和内容中搜索提示词

Tools

  1. list_prompts

    列出所有可用的提示词

  2. get_prompt_by_name

    通过名称获取提示词

  3. compose_prompt

    将用户输入整合到提示词模板中

  4. process_composed_prompt

    处理组合后的提示词

  5. process_category_prompts

    处理指定类别的所有提示词

  6. refresh_prompts

    刷新提示词缓存

  7. get_prompts_by_category

    获取特定类别的提示词

  8. search_prompts

    搜索提示词(名称、描述和内容)

  9. list_categories

    列出所有可用的提示词类别