← Back to Plugins
MCP Server MCP

io.github.litheonhq/author-mcp-server

github By github 👁 1 views ▲ 0 votes

Recall, check, search, timeline, and graph tools for fiction writers via Seizn Memory v3.

Homepage Verified source GitHub

Install

npx -y @seizn/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@seizn/author-mcp-server",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Bearer token from https://seizn.com/dashboard/account/api-keys",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SEIZN_API_KEY"
        },
        {
          "description": "Override the API base URL (default: https://seizn.com/api/v1)",
          "format": "string",
          "name": "SEIZN_API_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...