MCP Server
MCP
org.velocms/mcp
Draft, publish, and manage your VeloCMS blog from Claude, Cursor, or any MCP client.
Install
npx -y @velocms/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@velocms/mcp",
"version": "0.1.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your blog's base URL, e.g. https://myblog.velocms.org or a bound custom domain",
"isRequired": true,
"format": "string",
"name": "VELOCMS_SITE_URL"
},
{
"description": "API key from your VeloCMS dashboard (Settings -> API Keys, Pro plan or higher)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "VELOCMS_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment