MCP Server
MCP
pplog
Official MCP server for pplog - a poem sharing service
Install
npx -y @esaio/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@esaio/pplog-mcp-server",
"version": "0.4.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Access token for pplog API authentication",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "PPLOG_ACCESS_TOKEN"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/esaio/pplog-mcp-server:0.4.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Access token for pplog API authentication",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "PPLOG_ACCESS_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
oci
By
Comments
Sign in to leave a comment