Timelines MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Timelines MCP Serveradd event 'battle of hastings' on october 14, 1066"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
timelines-mcp
MCP server to aid LLMs in maintaining coherent long generations for time dependent narratives (fiction / history).
Overview
This is a FastMCP server that helps Language Models maintain coherent timelines, track events, and manage characters across long-form narratives, whether fiction or historical accounts.
Related MCP server: Graphiti MCP Server
Project Structure
timelines-mcp/
├── src/
│ └── timelines_mcp/
│ ├── __init__.py # Main package initialization
│ ├── server.py # FastMCP server entry point
│ ├── domain/ # Domain objects (Timeline, Event, Character, etc.)
│ │ └── __init__.py
│ ├── adapters/ # Database adapters for persistence
│ │ └── __init__.py
│ ├── tools/ # MCP tools exposed via FastMCP
│ │ └── __init__.py
│ └── agents/ # Agent implementations for complex operations
│ └── __init__.py
├── tests/ # Test suite
│ └── __init__.py
├── pyproject.toml # Python project configuration
├── README.md # This file
└── LICENSEInstallation
# Install in development mode
pip install -e .
# Install with development dependencies
pip install -e ".[dev]"Development
The project uses:
FastMCP for the MCP server framework
pytest for testing
ruff for linting and formatting
Running Tests
pytestLinting
ruff check .
ruff format .Usage
# Run the server (implementation details to be added)
python -m timelines_mcp.serverLicense
See LICENSE file for details.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables AI assistants to build and query temporally-aware knowledge graphs from conversations and data. Supports adding episodes, searching entities and facts, and maintaining persistent memory across interactions.10Apache 2.0
- Flicense-qualityDmaintenanceEnables AI assistants to build and query temporally-aware knowledge graphs from conversations and data, maintaining persistent memory of entities, relationships, and facts across interactions.
- Alicense-qualityDmaintenanceA narrative graph engine that enables LLMs to generate, track, and mutate complex fictional worlds while maintaining consistency between factions, characters, and locations. It acts as a specialized RAG framework for storytelling, allowing models to manage thousands of entities without exceeding context limits.MIT
- FlicenseBqualityDmaintenanceEnables persistent memory for AI systems by providing tools for episodic, semantic, and procedural data storage through a vector-and-graph-enhanced database. It allows models to maintain long-term continuity using similarity search, thematic clustering, and identity tracking.241
Related MCP Connectors
Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.
Long-term memory for AI agents: semantic facts, episodic events, and procedural workflows
Persistent memory and knowledge graphs for AI agents. Hybrid search, context checkpoints, and more.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Haervwe/timelines-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server