research-publish
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@research-publishpublish my latest AI experiment notes to the research database"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
research-publish
MCP server for publishing markdown AI research entries into a Convex aiResearch table.
The server is environment-pinned at startup:
-devbinds the server to your dev deployment credentials.-prodbinds the server to your prod deployment credentials.
The MCP host should provide the target deployment's .convex.site URL and write key through environment variables.
Required backend contract
This MCP expects a protected Convex HTTP endpoint at:
POST /studio/ai-research
Request body:
{
"title": "Release notes",
"body": "# Heading\n\nMarkdown body",
"model": "gpt-5.4",
"prompt": "Summarize the migration plan"
}Related MCP server: Dev Context Memory MCP
Environment variables
CONVEX_SITE_URLCONVEX_WRITE_KEY
Optional:
CONVEX_PUBLISH_PATHdefaults to/studio/ai-research
MCP host config example
{
"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"
}
}
}
}Development
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 Connectors
Publish and share access-controlled Markdown documents from any MCP-enabled AI tool.
Markdown-based note-taking with a hosted MCP server. Your notes serve you and your AI.
Remote MCP server for supportsheep: run AI interviews and manage support content for your blog.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Related MCP Servers
- AlicenseBqualityCmaintenanceMCP server to publish HTML/Markdown docs, upload assets, and reply to stakeholder comments on uselink.app directly from AI tools like Claude and Cursor.3417MIT
- FlicenseAqualityCmaintenanceA local-first MCP server that gives AI coding assistants persistent, structured, human-readable memory for a software project by storing project knowledge as Markdown files in the project's .dev-context-memory/ folder.71
- AlicenseAqualityBmaintenanceMCP server for persistent, cross-session, local-first memory for AI agents, storing memories as Markdown files with SQLite indexing for hybrid search.24Apache 2.0
- AlicenseAqualityCmaintenanceMCP server for integrating Confluence with AI agents, enabling search, read, and retrieval of documentation, plus syncing and pushing markdown files.7468MIT
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