author mcp server for Cursor
io.github.litheonhq/author-mcp-server
Recall, check, search, timeline, and graph tools for fiction writers via Seizn Memory v3.
client:Cursor
transport:stdio
runtime:npm
Install author mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"author-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@seizn/author-mcp-server"
],
"env": {
"SEIZN_API_KEY": "<SEIZN_API_KEY>",
"SEIZN_API_BASE_URL": "<SEIZN_API_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs