Skip to main content
Glama

research-publish

MCP-Server zum Veröffentlichen von Markdown-KI-Forschungseinträgen in einer Convex-Tabelle namens aiResearch.

Der Server ist beim Start an eine Umgebung gebunden:

  • -dev bindet den Server an Ihre Entwicklungs-Bereitstellungsanmeldeinformationen.

  • -prod bindet den Server an Ihre Produktions-Bereitstellungsanmeldeinformationen.

Der MCP-Host sollte die .convex.site-URL und den Schreibschlüssel der Zielbereitstellung über Umgebungsvariablen bereitstellen.

Erforderlicher Backend-Vertrag

Dieser MCP erwartet einen geschützten Convex-HTTP-Endpunkt unter:

  • POST /studio/ai-research

Anfrage-Body:

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

Umgebungsvariablen

  • CONVEX_SITE_URL

  • CONVEX_WRITE_KEY

Optional:

  • CONVEX_PUBLISH_PATH standardmäßig /studio/ai-research

Beispiel für MCP-Host-Konfiguration

{
  "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"
      }
    }
  }
}

Entwicklung

npm install
npm run build
npm test
-
security - not tested
A
license - permissive license
-
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/NarukeAlpha/RP-MCP'

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