research-publish
research-publish
마크다운 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_URLCONVEX_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 testThis server cannot be installed
Maintenance
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
- FlicenseNot gradedqualityDmaintenanceAn MCP (Model Context Protocol) server for efficiently managing Markdown documents in Cursor AI IDE, supporting CRUD operations, search, and metadata management.
- AlicenseAqualityAmaintenanceMCP server that turns DOI, URL, or paper titles into structured Markdown full-text with metadata and assets, enabling AI agents to read beyond abstracts.10233MIT
- AlicenseBqualityAmaintenanceMCP server to publish HTML/Markdown docs, upload assets, and reply to stakeholder comments on uselink.app directly from AI tools like Claude and Cursor.3410MIT
- AlicenseNot gradedqualityAmaintenanceLocal-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.55MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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