Tycana

Created By
Tycana3 months ago
AI-native productivity backend — your AI thinks, Tycana remembers. Persistent memory, computed intelligence, and pattern awareness for your AI assistant.
Overview

Tycana

AI-native productivity backend — your AI thinks, Tycana remembers.

What is Tycana?

Tycana is the productivity backend your AI assistant is missing. It gives Claude, ChatGPT, Cursor, and other AI tools persistent memory about your work — tasks, projects, deadlines, blockers, and the relationships between them.

But it goes beyond storage: Tycana computes intelligence from your usage patterns. It tracks your velocity, detects stalled work, calibrates effort estimates to your actual pace, and surfaces what needs attention. The longer you use it, the smarter your AI becomes about how you work.

No app to open, no lists to maintain. You just keep talking to your AI.

Key Features

  • Persistent memory — Your AI remembers everything across conversations
  • Computed intelligence — Velocity tracking, slip rate detection, stale work alerts
  • Personal context — Learns your preferences, work style, and priorities
  • Calendar feed — Tasks appear alongside your meetings
  • Daily email digest — Smart-scored briefing of what needs attention
  • Project relationships — Items connect, block each other, have dependencies
  • Works everywhere — Claude Code, Claude.ai, ChatGPT, Cursor, any MCP client

MCP Tools (14)

capture, complete, update_item, delete_item, search, review, plan_day, what_next, get_context, get_item, list_items, relate_items, remember, cleanup_project

Getting Started

  1. Visit tycana.com/getting-started
  2. Sign up for a 14-day free trial (no credit card required)
  3. Connect your AI via MCP

Pricing

$15/month or $150/year. One plan, everything included.

Server Config

{
  "mcpServers": {
    "tycana": {
      "type": "streamable-http",
      "url": "https://app.tycana.com/mcp",
      "headers": {
        "authorization": "Bearer YOUR_TYCANA_TOKEN"
      }
    }
  }
}
Project Info
Created At
3 months ago
Updated At
3 months ago
Author Name
Tycana
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Docwand

14 hours ago
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

14 hours ago