MCP Server
MCP
io.github.litheonhq/author-mcp-server
Recall, check, search, timeline, and graph tools for fiction writers via Seizn Memory v3.
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
By
Comments
Sign in to leave a comment