MCP Server
MCP
mdedit.ai
Create, read, edit, review, and explicitly publish Markdown Documents in mdedit.ai.
Install
npx -y @mdedit/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.mdedit.ai/mcp"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@mdedit/mcp-server",
"version": "0.2.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Optional scoped mdedit API key. When omitted, the shared mdedit OAuth profile is used.",
"format": "string",
"isSecret": true,
"name": "MDEDIT_API_KEY"
},
{
"description": "Optional shared OAuth profile name.",
"format": "string",
"name": "MDEDIT_PROFILE"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment