FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
I'm a designer, not a developer. I built an MCP server for Claude Desktop with Claude Code.
How-ToProgramming Languages

I'm a designer, not a developer. I built an MCP server for Claude Desktop with Claude Code.

via Dev.to PythonJason Jeong1d ago

I'm a product designer with 11 years of experience. This is a side project I've been building nights and weekends — and Claude Code wrote all the Python. The problem I manage hundreds of documents across multiple projects. PRDs, decision logs, meeting notes, research reports. Every time I started a new Claude Desktop session, I had to re-explain everything. "We decided on OAuth 2.0 last month." "The mobile app uses this API." Over and over. Claude Desktop can read files you attach, but it can't search across your whole workspace or remember anything between sessions. What I built Tessera is a Python MCP server that indexes your local documents into a vector store (fastembed + LanceDB). Claude Desktop searches them automatically via MCP when you ask a question. The key features: Hybrid search — semantic + keyword search across all your docs Cross-session memory — tell Claude to remember something, it persists to the next conversation Auto-learn — save and index new knowledge mid-convers

Continue reading on Dev.to Python

Opens in a new tab

Read Full Article
4 views

Related Articles

How to Prevent Merge Conflicts When Multiple Teams Work in the Same Codebase
How-To

How to Prevent Merge Conflicts When Multiple Teams Work in the Same Codebase

Medium Programming • 19h ago

How One Hour of Planning Makes the Whole Week Feel Easier
How-To

How One Hour of Planning Makes the Whole Week Feel Easier

Medium Programming • 1d ago

Multi‑File Magic: 8 Claude Code Commands for Safe, Large‑Scale Codebase Changes
How-To

Multi‑File Magic: 8 Claude Code Commands for Safe, Large‑Scale Codebase Changes

Medium Programming • 1d ago

What Learning to Code Actually Feels Like (No One Talks About This)
How-To

What Learning to Code Actually Feels Like (No One Talks About This)

Medium Programming • 1d ago

How to Run Ethernet Cables to Your Router and Keep Them Tidy
How-To

How to Run Ethernet Cables to Your Router and Keep Them Tidy

Wired • 1d ago

Discover More Articles