jpmoo/taleshed
An interactive fiction engine built on MCP. It runs as a service and exposes tools to an external conversational LLM for managing narration and player interaction. The server uses an LLM through Ollama to manage plotting, state/intent changes, and more.
Platform-specific configuration:
{
"mcpServers": {
"taleshed": {
"command": "npx",
"args": [
"-y",
"taleshed"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...