MCP Server
MCP
Velog
Read and write Velog (velog.io), Korean dev blog. Diagrams, sequences. Public publishing is opt-in.
Install
npx -y @milcho0604/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@milcho0604/velog-mcp",
"version": "0.7.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Velog access token. Either token enables writing; this one expires sooner.",
"format": "string",
"isSecret": true,
"name": "VELOG_ACCESS_TOKEN"
},
{
"description": "Velog refresh token. Either token enables writing; this one lasts 30 days.",
"format": "string",
"isSecret": true,
"name": "VELOG_REFRESH_TOKEN"
},
{
"description": "Set to 1 to allow public publishing. Off by default; the model cannot set this.",
"format": "string",
"name": "VELOG_ALLOW_PUBLIC"
},
{
"description": "Set to 1 to allow editing profile fields. Reading the profile always works.",
"format": "string",
"name": "VELOG_ALLOW_PROFILE"
},
{
"description": "Path to a local Chrome binary, used for diagram, sequence, and cover rendering.",
"format": "string",
"name": "VELOG_CHROME_PATH"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment