Skip to main content
Glama

research-publish

用于将 Markdown AI 研究条目发布到 Convex aiResearch 表的 MCP 服务器。

服务器在启动时绑定环境:

  • -dev 将服务器绑定到您的开发部署凭据。

  • -prod 将服务器绑定到您的生产部署凭据。

MCP 主机应通过环境变量提供目标部署的 .convex.site URL 和写入密钥。

所需后端契约

此 MCP 期望在以下位置有一个受保护的 Convex HTTP 端点:

  • POST /studio/ai-research

请求体:

{
  "title": "Release notes",
  "body": "# Heading\n\nMarkdown body",
  "model": "gpt-5.4",
  "prompt": "Summarize the migration plan"
}

Related MCP server: paper-fetch-mcp

环境变量

  • CONVEX_SITE_URL

  • CONVEX_WRITE_KEY

可选:

  • CONVEX_PUBLISH_PATH 默认为 /studio/ai-research

MCP 主机配置示例

{
  "mcpServers": {
    "research-publish-dev": {
      "command": "npx",
      "args": ["-y", "research-publish", "-dev"],
      "env": {
        "CONVEX_SITE_URL": "https://your-dev-deployment.convex.site",
        "CONVEX_WRITE_KEY": "your-dev-write-key"
      }
    },
    "research-publish-prod": {
      "command": "npx",
      "args": ["-y", "research-publish", "-prod"],
      "env": {
        "CONVEX_SITE_URL": "https://your-prod-deployment.convex.site",
        "CONVEX_WRITE_KEY": "your-prod-write-key"
      }
    }
  }
}

开发

npm install
npm run build
npm test
A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    An MCP (Model Context Protocol) server for efficiently managing Markdown documents in Cursor AI IDE, supporting CRUD operations, search, and metadata management.
  • A
    license
    Not graded
    quality
    A
    maintenance
    Local-first MCP server providing persistent markdown memory with persona engine and fast search, designed to unify AI assistant memory across Claude Code, Cowork, and Dispatch.
    55
    MIT

View all related MCP servers

Related MCP Connectors

  • Markdown-based note-taking with a hosted MCP server. Your notes serve you and your AI.

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

  • An MCP server for Arcjet - the runtime security platform that ships with your AI code.

View all MCP Connectors

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/NarukeAlpha/RP-MCP'

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