Serversio.github.Implem/pleasanter-mcp
M

Pleasanter MCP

io.github.Implem/pleasanter-mcp · v1.0.6
● Remote
v1.0.6remote🌐 https://{server_host}/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.Implem/pleasanter-mcp",
  "description": "Pleasanter MCP - You can perform data operations on Pleasanter directly from VSCode",
  "title": "Pleasanter MCP",
  "repository": {
    "url": "https://github.com/Implem/Pleasanter-Mcp-Registry",
    "source": "github"
  },
  "version": "1.0.6",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://{server_host}/mcp",
      "headers": [
        {
          "description": "Pleasanter API key",
          "isRequired": true,
          "isSecret": true,
          "name": "X-API-Key"
        }
      ],
      "variables": {
        "server_host": {
          "description": "Pleasanter MCP Endpoint Host Name (Example: pleasanter.example.com)",
          "isRequired": true
        }
      }
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}