Owlyn MCP
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., "@Owlyn MCPWork on this repo until 06:00. If you finish early, continue with safe useful improvements."
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.
Owlyn MCP
Owlyn MCP is a local-first MCP work-session supervisor for AI coding agents that need deadlines, checkpoints and structured continuation decisions instead of a simple timer.
It is for developers using agentic coding tools who want long-running work sessions to remain explicit, inspectable and bounded by safety rules.
AI agents often stop too early. You ask an agent to work until 06:00, it finishes the first task in 20 minutes, then says "done." Owlyn exists to make the continuation decision explicit.
Preview
Screenshots / GIF demo coming soon.
The repository includes the Owlyn logo above and example session documentation in docs/EXAMPLE_SESSION.md.
Related MCP server: Taskmaster MCP Server
Features
Stdio MCP server built with the official MCP SDK.
Local SQLite session storage through
better-sqlite3.Work-session lifecycle tools: start, status, checkpoint, should-continue, plan-next, end, list-sessions and report.
Deadline and timezone handling for time-aware work sessions.
Conservative continuation policy that stops for high-risk, destructive or approval-requiring work.
Host setup and agent instruction docs for integrating Owlyn into coding-agent workflows.
MCP smoke test that exercises the core tool flow.
Installation
Requirements:
Node.js 20+
npm
git clone https://github.com/btitkin/OwlynMCP.git
cd OwlynMCP
npm install
npm run buildInstallation instructions are based on the current repository structure and should be verified for each MCP host.
Quick Start
Run the stdio MCP server:
node dist/index.jsGeneric MCP server config:
{
"mcpServers": {
"owlyn": {
"command": "node",
"args": ["/absolute/path/to/OwlynMCP/dist/index.js"],
"env": {
"OWLYN_DB_PATH": "/absolute/path/to/.owlyn/owlyn.sqlite"
}
}
}
}More host setup notes are in docs/HOST_SETUP.md.
Examples / Use Cases
Start a bounded AI-agent work session with a goal and deadline.
Save checkpoints that include completed work, next tasks, validation and blockers.
Ask whether the agent should continue after the current task finishes.
Rank safe next tasks when time remains in a session.
Produce a session report before ending work.
Roadmap
See docs/ROADMAP.md for the release path from alpha to v1.0.
Future ideas after v1.0 include optional JSON/Markdown export, optional session templates, host-specific config helpers, per-project session profiles, and optional pause/resume controls.
These items are not implemented in the current alpha release.
Status
Alpha: the current public release is v0.1.0-alpha.2, includes tests, documentation, GitHub Actions CI and a manual MCP smoke test, and has been validated in Codex MCP host on Windows. Broader host compatibility should still be treated as pending unless verified in the target host.
Codex-first status
Owlyn MCP is currently validated in Codex MCP host on Windows.
Extended Codex validation scenarios passed for continuation decisions, safety gates, focused mode, marathon mode, deadline handling, task ranking, report, end, restart/reload behavior, and persistent configured OWLYN_DB_PATH behavior. Clean temporary DB path validation remains optional/pending unless separately tested.
The next focus is deeper Codex workflow validation:
long-running work sessions
continuation decisions
checkpoint quality
clean temporary database-path validation
safe next-task planning
Other MCP hosts remain pending.
Codex docs:
General Host Validation Status
Validated:
Codex MCP host on Windows
Pending:
Cursor
Claude Desktop
other MCP stdio hosts
See real host validation, host setup, and the shared validation prompt.
More Docs
Development
npm install
npm run typecheck
npm run build
npm test
npm run smoke:mcp
npm run checkRelease checklist: RELEASE_CHECKLIST.md.
License
MIT. See LICENSE.
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
- AlicenseAqualityDmaintenanceProvides time intelligence, persistent memory and complete traceability for AI coding agents. Enables sophisticated activity tracking, timezone management, smart reminders, and cross-session continuity with support for both per-project and centralized storage modes.Last updated95MIT
- Flicense-qualityDmaintenanceProvides AI agents with simplified task management through a 4-step workflow (create session, define tasks, execute, complete) that works with any LLM without requiring complex thinking patterns.Last updated
- AlicenseAqualityDmaintenanceStructured session journals for AI agents. Persistent memory across sessions -- no more repeating dead ends.Last updated873MIT
- Flicense-quality-maintenanceProvides cross-session memory for AI agents by maintaining a rolling 24-hour event stream and searchable daily archives to prevent context loss. It enables agents to record, query, and retrieve historical events and decisions through a structured markdown-based workspace.Last updated1
Related MCP Connectors
Wall-clock awareness for LLM agents. Two tools: elapsed-time-between-turns + day rollover detection.
Persistent memory and drift detection for AI agents across session restarts.
Personalized timing intelligence for AI agents — ask 'should I do X on this date?'
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/btitkin/OwlynMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server